Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dst.h129 unsigned char can_bsr; member
Dst.c1423 if (STp->can_bsr) in st_flush()
2255 STp->can_bsr, STp->two_fm, STp->fast_mteom, in DEB() argument
2306 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
2334 STp->can_bsr = value;
4298 tpnt->can_bsr = (SDp->scsi_level > 2 ? 1 : ST_IN_FILE_POS); /* BSR mandatory in SCSI3 */ in st_probe()
4630 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0; in options_show()