Searched refs:maxLocks (Results 1 – 1 of 1) sorted by relevance
1157 int maxLocks; in agtiapi_InitCardSW() local1158 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_InitCardSW()1159 pmsc->STLock = malloc( ( maxLocks * sizeof(struct mtx) ), M_PMC_MSTL, in agtiapi_InitCardSW()1162 for( initSWIdx = 0; initSWIdx < maxLocks; initSWIdx++ ) in agtiapi_InitCardSW()6475 int maxLocks; in agtiapi_ReleaseHBA() local6476 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_ReleaseHBA()6478 for( i = 0; i < maxLocks; i++ ) in agtiapi_ReleaseHBA()