Lines Matching refs:hba
100 hba = myhba; in Handle()
153 hba = myhba;
332 HBAPort* port = hba->getPortByIndex(index); in getHandlePortByIndex()
350 HBAPort* port = hba->getPort(wwn); in getHandlePort()
351 portHandles[wwn] = new HandlePort(this, hba, port); in getHandlePort()
371 HBA_ADAPTERATTRIBUTES attributes = hba->getHBAAttributes(); in getHBAAttributes()
389 int rval = hba->doForceLip(); in doForceLip()
402 HBA_ADAPTERATTRIBUTES attributes = hba->npivGetHBAAttributes(); in npivGetHBAAttributes()
429 if (hba->containsWWN(wwn)) { in getPortAttributes()
430 attributes = hba->getPort(wwn)->getPortAttributes(tmp); in getPortAttributes()
436 for (int i = 0; i < hba->getNumberOfPorts(); i++) { in getPortAttributes()
439 hba->getPortByIndex(i)->getDiscoveredAttributes( in getPortAttributes()