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.c2271 STp->can_partitions, STp->scsi2_logical); in DEB()
2320 STp->scsi2_logical = (options & MT_ST_SCSI2LOGICAL) != 0;
2351 STp->scsi2_logical = value;
3128 if (!logical && !STp->scsi2_logical) in get_location()
3221 if (!logical && !STp->scsi2_logical) in set_location()
4325 tpnt->scsi2_logical = ST_SCSI2LOGICAL; in st_probe()
4657 options |= STp->scsi2_logical ? MT_ST_SCSI2LOGICAL : 0; in options_show()