Searched refs:maxLocks (Results 1 – 1 of 1) sorted by relevance
1168 int maxLocks; in agtiapi_InitCardSW() local1169 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_InitCardSW()1170 pmsc->STLock = malloc( ( maxLocks * sizeof(struct mtx) ), M_PMC_MSTL, in agtiapi_InitCardSW()1173 for( initSWIdx = 0; initSWIdx < maxLocks; initSWIdx++ ) in agtiapi_InitCardSW()6505 int maxLocks; in agtiapi_ReleaseHBA() local6506 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_ReleaseHBA()6508 for( i = 0; i < maxLocks; i++ ) in agtiapi_ReleaseHBA()