Home
last modified time | relevance | path

Searched refs:can_bsr (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dst.h129 unsigned char can_bsr; member
H A Dst.c1451 if (STp->can_bsr) in st_flush()
2283 STp->can_bsr, STp->two_fm, STp->fast_mteom, in DEB() argument
2334 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
2362 STp->can_bsr = value;
4357 tpnt->can_bsr = (SDp->scsi_level > 2 ? 1 : ST_IN_FILE_POS); /* BSR mandatory in SCSI3 */ in st_probe()
4693 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0; in options_show()