Home
last modified time | relevance | path

Searched refs:tran_hba_dip (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_transport.c142 major = ddi_driver_major(P_TO_TRAN(pkt)->tran_hba_dip); in scsi_transport()
148 ddi_driver_name(P_TO_TRAN(pkt)->tran_hba_dip)); in scsi_transport()
H A Dscsi_capabilities.c79 capability = i_ddi_dma_max(ap->a_hba_tran->tran_hba_dip, in scsi_ifgetcap()
H A Dscsi_resource.c76 pdip = (A_TO_TRAN(ap))->tran_hba_dip; in scsi_alloc_consistent_buf()
405 if (ddi_dma_alloc_handle(tranp->tran_hba_dip, in scsi_init_cache_pkt()
H A Dscsi_subr.c335 dev_info_t *pdip = tran->tran_hba_dip; in get_pktiopb()
2220 (A_TO_TRAN(ap)->tran_hba_dip != scsi_vhci_dip)) { in scsi_uscsi_copyin()
H A Dscsi_hba.c803 if (ddi_dma_alloc_handle(tran->tran_hba_dip, &tran->tran_dma_attr, in scsi_hba_pkt_constructor()
939 SCSI_HBA_LOG((_LOG_TRACE, tran->tran_hba_dip, NULL, __func__)); in scsi_hba_tran_free()
1292 tran->tran_hba_dip = self; /* for DMA */ in scsi_hba_attach_setup()
1409 tran->tran_hba_dip = NULL; in scsi_hba_detach()
2740 major = ddi_driver_major(P_TO_TRAN(pkt)->tran_hba_dip); in scsi_pkt_allocated_correctly()
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_hba.c160 hba_tran->tran_hba_dip = dip; in dcd_hba_attach()
217 hba->tran_hba_dip = (dev_info_t *)NULL; in dcd_hba_detach()
H A Ddcd_resource.c77 pdip = (A_TO_TRAN(ap))->tran_hba_dip; in dcd_alloc_consistent_buf()
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h68 dev_info_t *tran_hba_dip; member
322 scsi_hba_tran::tran_hba_dip
/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dtransport.h60 dev_info_t *tran_hba_dip; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c7381 vhci_print_cdb(pkt->pkt_address.a_hba_tran->tran_hba_dip, in vhci_do_scsi_cmd()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c2263 ASSERT(ap->a_hba_tran->tran_hba_dip == dip); in sata_scsi_init_pkt()