Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1319 if (vpkt->vpkt_path) { in vhci_scsi_start()
1524 if (vpkt->vpkt_path) { in vhci_scsi_start()
2081 if (vpkt->vpkt_path) { in vhci_scsi_destroy_pkt()
2083 vpkt->vpkt_path = NULL; in vhci_scsi_destroy_pkt()
2109 if (vpkt->vpkt_path) { in vhci_scsi_dmafree()
2111 vpkt->vpkt_path = NULL; in vhci_scsi_dmafree()
2301 pip = vpkt->vpkt_path; in vhci_bind_transport()
2494 vpkt->vpkt_path = pip; in vhci_bind_transport()
2700 pip = vpkt->vpkt_path; in vhci_run_cmd()
2783 if (vpkt->vpkt_path) { in vhci_run_cmd()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h283 mdi_pathinfo_t *vpkt_path; /* path pkt bound to */ member