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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dst.h106 unsigned char can_bsr; member in struct:scsi_tape
H A Dosst.h540 unsigned char can_bsr; member in struct:osst_tape
H A Dst.c1351 if (STp->can_bsr)
2176 name, STp->can_bsr, STp->two_fm, STp->fast_mteom, STp->do_auto_lock);
2219 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
2246 STp->can_bsr = value;
4089 tpnt->can_bsr = (SDp->scsi_level > 2 ? 1 : ST_IN_FILE_POS); /* BSR mandatory in SCSI3 */
4473 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0;
H A Dosst.c3213 if (!STp->can_bsr) {
3885 name, STp->can_bsr, STp->two_fm, STp->fast_mteom, STp->do_auto_lock);
3927 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
3955 STp->can_bsr = value;
4860 if (STp->can_bsr)
5910 tpnt->can_bsr = OSST_IN_FILE_POS;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dst.h106 unsigned char can_bsr; member in struct:scsi_tape
H A Dosst.h540 unsigned char can_bsr; member in struct:osst_tape
H A Dst.c1351 if (STp->can_bsr)
2176 name, STp->can_bsr, STp->two_fm, STp->fast_mteom, STp->do_auto_lock);
2219 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
2246 STp->can_bsr = value;
4089 tpnt->can_bsr = (SDp->scsi_level > 2 ? 1 : ST_IN_FILE_POS); /* BSR mandatory in SCSI3 */
4473 options |= STp->can_bsr ? MT_ST_CAN_BSR : 0;
H A Dosst.c3213 if (!STp->can_bsr) {
3885 name, STp->can_bsr, STp->two_fm, STp->fast_mteom, STp->do_auto_lock);
3927 STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
3955 STp->can_bsr = value;
4860 if (STp->can_bsr)
5910 tpnt->can_bsr = OSST_IN_FILE_POS;

Completed in 131 milliseconds