Home
last modified time | relevance | path

Searched refs:smp_hba_tran_alloc (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/scsi/impl/
H A Dsmp_transport.h92 extern smp_hba_tran_t *smp_hba_tran_alloc(dev_info_t *dip);
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c126 pwp->smp_tran = smp_hba_tran_alloc(pwp->dip); in pmcs_scsa_init()
/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c1437 smp_hba_tran_alloc(dev_info_t *self) in smp_hba_tran_alloc() function
2405 tran = smp_hba_tran_alloc(child); in iport_preattach_tran_smp_device()
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2279 mpt->m_smptran = smp_hba_tran_alloc(mpt->m_dip); in mptsas_smp_setup()