Home
last modified time | relevance | path

Searched refs:can_bsr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.h131 unsigned char can_bsr; member
H A Dst.c1430 if (STp->can_bsr) in st_flush()
2265 STp->can_bsr, STp->two_fm, STp->fast_mteom,
2316 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0; in st_set_options()
2344 STp->can_bsr = value; in st_set_options()
4363 tpnt->can_bsr = (SDp->scsi_level > 2 ? 1 : ST_IN_FILE_POS); /* BSR mandatory in SCSI3 */ in st_probe()
4701 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0;
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.h129 unsigned char can_bsr; member
H A Dst.c1431 if (STp->can_bsr) in st_flush()
2266 STp->can_bsr, STp->two_fm, STp->fast_mteom,
2317 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0; in st_set_options()
2345 STp->can_bsr = value; in st_set_options()
4315 tpnt->can_bsr = (SDp->scsi_level > 2 ? 1 : ST_IN_FILE_POS); /* BSR mandatory in SCSI3 */ in st_probe()
4647 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0;

Completed in 18 milliseconds