Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dst.h129 unsigned char can_bsr; member
H A Dst.c1426 if (STp->can_bsr) in st_flush()
2258 STp->can_bsr, STp->two_fm, STp->fast_mteom, in DEB() argument
2309 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
2337 STp->can_bsr = value;
4301 tpnt->can_bsr = (SDp->scsi_level > 2 ? 1 : ST_IN_FILE_POS); /* BSR mandatory in SCSI3 */ in st_probe()
4633 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0; in options_show()