Home
last modified time | relevance | path

Searched refs:hba (Results 26 – 50 of 89) sorted by relevance

1234

/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_hba.c210 dcd_hba_tran_t *hba; in dcd_hba_detach() local
213 hba = ddi_get_driver_private(dip); in dcd_hba_detach()
215 ASSERT(hba != NULL); in dcd_hba_detach()
217 hba->tran_hba_dip = (dev_info_t *)NULL; in dcd_hba_detach()
218 hba->tran_hba_flags = 0; in dcd_hba_detach()
219 hba->tran_min_burst_size = (uchar_t)0; in dcd_hba_detach()
220 hba->tran_max_burst_size = (uchar_t)0; in dcd_hba_detach()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcRegisterForAdapterEvents.cc60 HBA *hba = myHandle->getHBA(); in Sun_fcRegisterForAdapterEvents() local
61 AdapterEventListener *listener = new AdapterEventListener(hba, in Sun_fcRegisterForAdapterEvents()
65 bridge->addListener(listener, hba); in Sun_fcRegisterForAdapterEvents()
H A DHandle.h53 Handle(HBA *hba); // Generate ID, and add to vector
65 HBA* getHBA() { return (hba); } in getHBA()
77 HBA *hba;
H A DAdapterEventListener.h51 AdapterEventListener(HBA *hba, AdapterCallback myCallback, void *data);
55 HBA *hba; variable
H A DSun_fcSetRNIDMgmtInfo.cc57 HBA *hba = myHandle->getHBA(); in Sun_fcSetRNIDMgmtInfo() local
58 hba->setRNID(info); in Sun_fcSetRNIDMgmtInfo()
H A DSun_fcGetRNIDMgmtInfo.cc58 HBA *hba = myHandle->getHBA(); in Sun_fcGetRNIDMgmtInfo() local
59 HBAPort *port = hba->getPortByIndex(0); // Always use port zero in Sun_fcGetRNIDMgmtInfo()
H A DSun_fcGetFcpTargetMappingV2.cc63 HBA *hba = myHandle->getHBA(); in Sun_fcGetFcpTargetMappingV2() local
64 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn)); in Sun_fcGetFcpTargetMappingV2()
H A DSun_fcSendRLS.cc65 HBA *hba = myHandle->getHBA(); in Sun_fcSendRLS() local
66 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); in Sun_fcSendRLS()
H A DHandleNPIVPort.h51 HBA *hba, HBAPort *port, HBANPIVPort *vport);
65 HBA *hba; variable
H A DSun_fcSendSRL.cc55 HBA *hba = myHandle->getHBA(); in Sun_fcSendSRL() local
56 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); in Sun_fcSendSRL()
H A DAdapterEventListener.cc45 hba(myHBA), Listener(data), callback(myCallback) { in AdapterEventListener()
66 if (hba->containsWWN(lwwn)) { in dispatch()
H A DSun_fcSendCTPassThru.cc48 HBA *hba = myHandle->getHBA(); in Sun_fcSendCTPassThru() local
49 HBAPort *port = hba->getPortByIndex(0); in Sun_fcSendCTPassThru()
H A DSun_fcSendRNIDV2.cc64 HBA *hba = myHandle->getHBA(); in Sun_fcSendRNIDV2() local
65 HBAPort *port = hba->getPort(wwnConversion(hbaportwwn.wwn)); in Sun_fcSendRNIDV2()
H A DSun_fcSendLIRR.cc56 HBA *hba = myHandle->getHBA(); in Sun_fcSendLIRR() local
57 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); in Sun_fcSendLIRR()
H A DSun_fcSendRPL.cc57 HBA *hba = myHandle->getHBA(); in Sun_fcSendRPL() local
58 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); in Sun_fcSendRPL()
H A DHandlePort.cc50 handle(myHandle), hba(myHBA), port(myPort), active(false) { in HandlePort()
113 return (*port == *(hba->getPortByIndex(index))); in match()
207 npivportHandles[wwn] = new HandleNPIVPort(handle, this, hba, port, vport); in getHandleNPIVPort()
H A DSun_fcSendCTPassThruV2.cc69 HBA *hba = myHandle->getHBA(); in Sun_fcSendCTPassThruV2() local
70 HBAPort *port = hba->getPort(wwnConversion(portWWN.wwn)); in Sun_fcSendCTPassThruV2()
H A DSun_fcSendRNID.cc47 HBA *hba = myHandle->getHBA(); in Sun_fcSendRNID() local
48 HBAPort *port = hba->getPortByIndex(0); in Sun_fcSendRNID()
H A DSun_fcSendReportLUNs.cc48 HBA *hba = myHandle->getHBA(); in Sun_fcSendReportLUNs() local
49 HBAPort *port = hba->getPortByIndex(0); in Sun_fcSendReportLUNs()
H A DSun_fcSendReadCapacity.cc50 HBA *hba = myHandle->getHBA(); in Sun_fcSendReadCapacity() local
51 HBAPort *port = hba->getPortByIndex(0); in Sun_fcSendReadCapacity()
H A DSun_fcSendRPS.cc60 HBA *hba = myHandle->getHBA(); in Sun_fcSendRPS() local
61 HBAPort *port = hba->getPort(wwnConversion(hbaPortWWN.wwn)); in Sun_fcSendRPS()
H A DSun_fcRegisterForAdapterDeviceEvents.cc65 HBA *hba = myHandle->getHBA(); in Sun_fcRegisterForAdapterDeviceEvents() local
66 HBAPort *port = hba->getPort(wwnConversion(PortWWN.wwn)); in Sun_fcRegisterForAdapterDeviceEvents()
H A DSun_fcRegisterForAdapterPortEvents.cc64 HBA *hba = myHandle->getHBA(); in Sun_fcRegisterForAdapterPortEvents() local
65 HBAPort *port = hba->getPort(wwnConversion(PortWWN.wwn)); in Sun_fcRegisterForAdapterPortEvents()
H A DSun_fcSendScsiInquiry.cc49 HBA *hba = myHandle->getHBA(); in Sun_fcSendScsiInquiry() local
50 HBAPort *port = hba->getPortByIndex(0); in Sun_fcSendScsiInquiry()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c191 int hba, expand, nelem; in cfga_list_ext() local
217 hba = 0; in cfga_list_ext()
219 hba = 1; in cfga_list_ext()
232 if (!hba) { /* Stat a single device - no expansion for devices */ in cfga_list_ext()

1234