Home
last modified time | relevance | path

Searched refs:tran_get_bus_addr (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h153 int (*tran_get_bus_addr)( member
/titanic_50/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1383 if (DEVP_TO_TRAN(sd)->tran_get_bus_addr) in scsi_ua_get_reportdev()
1384 return ((*DEVP_TO_TRAN(sd)->tran_get_bus_addr)(sd, ra, len)); in scsi_ua_get_reportdev()
/titanic_50/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c567 tran->tran_get_bus_addr = NULL; in scsa1394_attach_scsa()
/titanic_50/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c884 tran->tran_get_bus_addr = NULL; in scsa2usb_attach()
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c537 tran->tran_get_bus_addr = iscsi_tran_get_bus_addr; in iscsi_attach()
/titanic_50/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c2909 hba_trans->tran_get_bus_addr = NULL; in arcmsr_do_ddi_attach()
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c727 tran->tran_get_bus_addr = sf_scsi_get_bus_addr; in sf_attach()
H A Dfas.c715 tran->tran_get_bus_addr = NULL; in fas_attach()
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c692 tran->tran_get_bus_addr = vhci_scsi_get_bus_addr; in vhci_attach()
/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1277 if ((tran->tran_get_name == NULL) ^ (tran->tran_get_bus_addr == NULL)) { in scsi_hba_attach_setup()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9905 tran->tran_get_bus_addr = fcp_scsi_get_bus_addr; in fcp_handle_port_attach()
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2178 hba_tran->tran_get_bus_addr = mptsas_get_bus_addr; in mptsas_hba_setup()
/titanic_50/usr/src/uts/common/io/sata/impl/
H A Dsata.c816 scsi_tran->tran_get_bus_addr = NULL; in sata_hba_attach()