Home
last modified time | relevance | path

Searched refs:MT_ST_CAN_BSR (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dmtio.h191 #define MT_ST_CAN_BSR 0x100 macro
/linux-6.1.9/Documentation/scsi/
Dst.rst507 MT_ST_CAN_BSR
646 time or the MT_ST_CAN_BSR bit is set for the drive with an ioctl.
/linux-6.1.9/drivers/scsi/
Dst.c2306 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
2333 if ((options & MT_ST_CAN_BSR) != 0)
4630 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0; in options_show()