Searched defs:vhci_scsi_destroy_pkt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c141 static void vhci_scsi_destroy_pkt(struct scsi_address *, struct scsi_pkt *);
687 tran->tran_destroy_pkt = vhci_scsi_destroy_pkt;
2061 * Function name : vhci_scsi_destroy_pkt
2066 vhci_scsi_destroy_pkt(struct scsi_address *ap, struct scsi_pkt *pkt) function
2071 "vhci_scsi_destroy_pkt: vpkt 0x%p\n", (void *)vpkt));
2932 vhci_scsi_destroy_pkt(&new_pkt->pkt_address, new_pkt);
2972 vhci_scsi_destroy_pkt(&new_pkt->pkt_address, new_pkt);
3128 vhci_scsi_destroy_pkt(&svp->svp_psd->sd_address,
3525 vhci_scsi_destroy_pkt(&svp->svp_psd->sd_address,
7912 vhci_scsi_destroy_pkt(
[all...]

Completed in 78 milliseconds