Searched refs:HBA_MAX_PER_LIST (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAList.h46 * HBA_MAX_PER_LIST represents the maximum number of
53 static const int32_t HBA_MAX_PER_LIST; member in class:HBAList
H A DHBAList.cc50 const int32_t HBAList::HBA_MAX_PER_LIST = INT_MAX; member in class:HBAList
325 // When there is more than HBA_MAX_PER_LIST(= int32_max)
380 // When there is more than HBA_MAX_PER_LIST(= int32_max)
H A DTgtFCHBA.cc330 if (tgthbaList->numPorts > HBAList::HBA_MAX_PER_LIST) {
H A DFCHBA.cc451 if (pathList->numAdapters > HBAList::HBA_MAX_PER_LIST) {

Completed in 17 milliseconds