Searched refs:tran_destroy_pkt (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/man/man9e/
H A DMakefile102 tran_destroy_pkt.9e \
134 tran_destroy_pkt.9e := LINKSRC = tran_init_pkt.9e
/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dtransport.h118 void (*tran_destroy_pkt)( member in struct:dcd_hba_tran
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_resource.c155 (*A_TO_TRAN(ap)->tran_destroy_pkt)(ap, pkt);
264 (*A_TO_TRAN(ap)->tran_destroy_pkt)(ap, pkt);
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c606 (*A_TO_TRAN(ap)->tran_destroy_pkt)(ap, pkt);
741 (*A_TO_TRAN(ap)->tran_destroy_pkt)(ap, pkt);
H A Dscsi_subr.c380 (*tran->tran_destroy_pkt)(ap, pkt);
H A Dscsi_hba.c1308 ASSERT(tran->tran_destroy_pkt == NULL);
1309 if (tran->tran_init_pkt || tran->tran_destroy_pkt)
1313 tran->tran_destroy_pkt = scsi_free_cache_pkt;
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h135 void (*tran_destroy_pkt)( member in struct:scsi_hba_tran
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c129 tran->tran_destroy_pkt = atapi_tran_destroy_pkt;
866 * SCSA tran_destroy_pkt entry point
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c83 hba_tran->tran_destroy_pkt = cpqary3_destroy_pkt;
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c391 tran->tran_destroy_pkt = emul64_scsi_destroy_pkt;
879 * Refer to tran_destroy_pkt(9E) man page
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c1455 softp->hba_tran->tran_destroy_pkt = amr_tran_destroy_pkt;
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c563 tran->tran_destroy_pkt = scsa1394_scsi_destroy_pkt;
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c2330 hba_tran->tran_destroy_pkt = pvscsi_destroy_pkt;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c529 tran->tran_destroy_pkt = iscsi_tran_destroy_pkt;
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c880 tran->tran_destroy_pkt = scsa2usb_scsi_destroy_pkt;
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c599 tran->tran_destroy_pkt = megasas_tran_destroy_pkt;
1561 * tran_destroy_pkt - deallocate scsi_pkt structure
1565 * The tran_destroy_pkt() entry point is the HBA driver function that
1566 * deallocates scsi_pkt structures. The tran_destroy_pkt() entry point is
1568 * tran_destroy_pkt() entry point must free any DMA resources that have been
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c1235 * Refer to tran_destroy_pkt(9E) man page
2904 hba_trans->tran_destroy_pkt = arcmsr_tran_destroy_pkt;
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c5524 hba_tran->tran_destroy_pkt = aac_tran_destroy_pkt;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c687 tran->tran_destroy_pkt = vhci_scsi_destroy_pkt;
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c711 tran->tran_destroy_pkt = fas_scsi_destroy_pkt;
H A Dsf.c686 tran->tran_destroy_pkt = sf_scsi_destroy_pkt;
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c837 tran->tran_destroy_pkt = mrsas_tran_destroy_pkt;
2182 * tran_destroy_pkt - deallocate scsi_pkt structure
2186 * The tran_destroy_pkt() entry point is the HBA driver function that
2187 * deallocates scsi_pkt structures. The tran_destroy_pkt() entry point is
2189 * tran_destroy_pkt() entry point must free any DMA resources that have been
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9887 tran->tran_destroy_pkt = NULL;
9921 tran->tran_destroy_pkt = fcp_pseudo_destroy_pkt;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2168 hba_tran->tran_destroy_pkt = mptsas_scsi_destroy_pkt;
3949 * tran_destroy_pkt(9E) - scsi_pkt(9s) deallocation
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c810 scsi_tran->tran_destroy_pkt = sata_scsi_destroy_pkt;
3079 * Implementations of scsi tran_destroy_pkt.

Completed in 550 milliseconds