Searched refs:inq_tpgs (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dtpgs_tape.c108 if (inq->inq_tpgs == TPGS_FAILOVER_NONE) {
123 } else if (inq->inq_tpgs == TPGS_FAILOVER_IMPLICIT) {
129 } else if (inq->inq_tpgs == TPGS_FAILOVER_EXPLICIT) {
135 } else if (inq->inq_tpgs == TPGS_FAILOVER_BOTH) {
144 "Unknown tpgs_bits: %x", inq->inq_tpgs));
H A Dtpgs.c66 if (inq->inq_tpgs == TPGS_FAILOVER_NONE) {
86 if (inq->inq_tpgs == TPGS_FAILOVER_IMPLICIT) {
93 if (inq->inq_tpgs == TPGS_FAILOVER_EXPLICIT) {
100 if (inq->inq_tpgs == TPGS_FAILOVER_BOTH) {
109 "Unknown tpgs_bits: %x", inq->inq_tpgs));
H A Dtape.c86 if (inquiry->inq_tpgs) {
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dinquiry.h74 inq_tpgs : 2, /* impl/expl asymmetric lun access */ member in struct:scsi_inquiry
188 inq_tpgs : 2, /* impl/expl asymmetric lun access */ member in struct:scsi_inquiry
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci_tpgs.c279 if (inq.inq_tpgs == TPGS_FAILOVER_NONE) {
285 if (inq.inq_tpgs == TPGS_FAILOVER_IMPLICIT) {
287 } else if (inq.inq_tpgs == TPGS_FAILOVER_EXPLICIT) {
289 } else if (inq.inq_tpgs == TPGS_FAILOVER_BOTH) {
294 inq.inq_tpgs, *mode));
H A Dmpapi_impl.c3684 switch (psd->sd_inq->inq_tpgs) {
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3623 * when inq_tpgs is set and 'G' is
3891 * Set for a device that has a GUID if inq_tpgs also set.
3902 if (guid && (inq->inq_tpgs & TPGS_FAILOVER_EXPLICIT))
3906 if (guid && (inq->inq_tpgs & TPGS_FAILOVER_IMPLICIT))
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2678 inq->inq_tpgs = TPGS_FAILOVER_IMPLICIT;
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c9861 cmn_err(CE_NOTE, "tpgs %d", inq->inq_tpgs);

Completed in 120 milliseconds