Searched refs:tran_dmafree (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dtransport.h122 void (*tran_dmafree)( member in struct:dcd_hba_tran
/illumos-gate/usr/src/man/man9e/
H A DMakefile70 tran_dmafree.9e \
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_resource.c242 (*A_TO_TRAN(ap)->tran_dmafree)(ap, pkt);
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h139 void (*tran_dmafree)( member in struct:scsi_hba_tran
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c694 (*A_TO_TRAN(ap)->tran_dmafree)(ap, pkt);
H A Dscsi_hba.c1315 tran->tran_dmafree = scsi_cache_dmafree;
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c130 tran->tran_dmafree = atapi_tran_dmafree;
907 * SCSA tran_dmafree entry point
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c85 hba_tran->tran_dmafree = cpqary3_dmafree;
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c392 tran->tran_dmafree = emul64_scsi_dmafree;
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c1456 softp->hba_tran->tran_dmafree = amr_tran_dmafree;
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c564 tran->tran_dmafree = scsa1394_scsi_dmafree;
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c2332 hba_tran->tran_dmafree = pvscsi_dmafree;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c530 tran->tran_dmafree = iscsi_tran_dmafree;
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c881 tran->tran_dmafree = NULL;
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c600 tran->tran_dmafree = megasas_tran_dmafree;
1595 * tran_dmafree - deallocates DMA resources
1599 * The tran_dmafree() entry point deallocates DMAQ resources that have been
1600 * allocated for a scsi_pkt structure. The tran_dmafree() entry point is
1601 * called when the target driver calls scsi_dmafree(). The tran_dmafree() must
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c2905 hba_trans->tran_dmafree = arcmsr_tran_dmafree;
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c5427 * tran_dmafree(9E) - deallocate DMA resources allocated for command
5528 hba_tran->tran_dmafree = aac_tran_dmafree;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c688 tran->tran_dmafree = vhci_scsi_dmafree;
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c712 tran->tran_dmafree = fas_scsi_dmafree;
H A Dsf.c687 tran->tran_dmafree = sf_scsi_dmafree;
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c838 tran->tran_dmafree = mrsas_tran_dmafree;
2216 * tran_dmafree - deallocates DMA resources
2220 * The tran_dmafree() entry point deallocates DMAQ resources that have been
2221 * allocated for a scsi_pkt structure. The tran_dmafree() entry point is
2222 * called when the target driver calls scsi_dmafree(). The tran_dmafree() must
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9888 tran->tran_dmafree = NULL;
9923 tran->tran_dmafree = fcp_pseudo_dmafree;
16348 * scsi_dmafree will always call tran_dmafree, when STATE_ARQ_DONE
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2170 hba_tran->tran_dmafree = mptsas_scsi_dmafree;
4240 * tran_dmafree(9E) - deallocate DMA resources allocated for command
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c812 scsi_tran->tran_dmafree = sata_scsi_dmafree;
3098 * Implementation of scsi tran_dmafree.

Completed in 304 milliseconds