Home
last modified time | relevance | path

Searched refs:maxLocks (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1157 int maxLocks; in agtiapi_InitCardSW() local
1158 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() local
6476 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_ReleaseHBA()
6478 for( i = 0; i < maxLocks; i++ ) in agtiapi_ReleaseHBA()