Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1523 vpkt->vpkt_hba_pkt = NULL; in vhci_scsi_start()
2077 if (vpkt->vpkt_hba_pkt) { in vhci_scsi_destroy_pkt()
2079 vpkt->vpkt_hba_pkt = NULL; in vhci_scsi_destroy_pkt()
2105 if (vpkt->vpkt_hba_pkt) { in vhci_scsi_dmafree()
2107 vpkt->vpkt_hba_pkt = NULL; in vhci_scsi_dmafree()
2127 if (vpkt->vpkt_hba_pkt) { in vhci_scsi_sync_pkt()
2502 pkt = vpkt->vpkt_hba_pkt; in vhci_bind_transport()
2520 pkt = vpkt->vpkt_hba_pkt; in vhci_bind_transport()
2557 vpkt->vpkt_hba_pkt = pkt; in vhci_bind_transport()
2782 vpkt->vpkt_hba_pkt = NULL; in vhci_run_cmd()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h288 struct scsi_pkt *vpkt_hba_pkt; member