Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dtpgs_tape.c108 if (inq->inq_tpgs == TPGS_FAILOVER_NONE) { in tpgs_tape_device_probe()
123 } else if (inq->inq_tpgs == TPGS_FAILOVER_IMPLICIT) { in tpgs_tape_device_probe()
129 } else if (inq->inq_tpgs == TPGS_FAILOVER_EXPLICIT) { in tpgs_tape_device_probe()
135 } else if (inq->inq_tpgs == TPGS_FAILOVER_BOTH) { in tpgs_tape_device_probe()
144 "Unknown tpgs_bits: %x", inq->inq_tpgs)); in tpgs_tape_device_probe()
H A Dtpgs.c66 if (inq->inq_tpgs == TPGS_FAILOVER_NONE) { in std_device_probe()
86 if (inq->inq_tpgs == TPGS_FAILOVER_IMPLICIT) { in std_device_probe()
93 if (inq->inq_tpgs == TPGS_FAILOVER_EXPLICIT) { in std_device_probe()
100 if (inq->inq_tpgs == TPGS_FAILOVER_BOTH) { in std_device_probe()
109 "Unknown tpgs_bits: %x", inq->inq_tpgs)); in std_device_probe()
H A Dtape.c86 if (inquiry->inq_tpgs) { in tape_device_probe()
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci_tpgs.c279 if (inq.inq_tpgs == TPGS_FAILOVER_NONE) { in vhci_tpgs_inquiry()
285 if (inq.inq_tpgs == TPGS_FAILOVER_IMPLICIT) { in vhci_tpgs_inquiry()
287 } else if (inq.inq_tpgs == TPGS_FAILOVER_EXPLICIT) { in vhci_tpgs_inquiry()
289 } else if (inq.inq_tpgs == TPGS_FAILOVER_BOTH) { in vhci_tpgs_inquiry()
294 inq.inq_tpgs, *mode)); in vhci_tpgs_inquiry()
H A Dmpapi_impl.c3684 switch (psd->sd_inq->inq_tpgs) { in vhci_mpapi_update_tpg_data()
/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dinquiry.h74 inq_tpgs : 2, /* impl/expl asymmetric lun access */ member
188 inq_tpgs : 2, /* impl/expl asymmetric lun access */
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2678 inq->inq_tpgs = TPGS_FAILOVER_IMPLICIT; in sbd_handle_inquiry()
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3902 if (guid && (inq->inq_tpgs & TPGS_FAILOVER_EXPLICIT)) in scsi_hba_ident_nodename_compatible_get()
3906 if (guid && (inq->inq_tpgs & TPGS_FAILOVER_IMPLICIT)) in scsi_hba_ident_nodename_compatible_get()
/titanic_41/usr/src/uts/common/io/sata/impl/
H A Dsata.c9861 cmn_err(CE_NOTE, "tpgs %d", inq->inq_tpgs); in sata_show_inqry_data()