Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dst.h134 unsigned char scsi2_logical; member
H A Dst.c2263 STp->can_partitions, STp->scsi2_logical); in DEB()
2312 STp->scsi2_logical = (options & MT_ST_SCSI2LOGICAL) != 0;
2343 STp->scsi2_logical = value;
3120 if (!logical && !STp->scsi2_logical) in get_location()
3213 if (!logical && !STp->scsi2_logical) in set_location()
4304 tpnt->scsi2_logical = ST_SCSI2LOGICAL; in st_probe()
4635 options |= STp->scsi2_logical ? MT_ST_SCSI2LOGICAL : 0; in options_show()