Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1169 int maxLocks; in agtiapi_InitCardSW() local
1170 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_InitCardSW()
1171 pmsc->STLock = malloc( ( maxLocks * sizeof(struct mtx) ), M_PMC_MSTL, in agtiapi_InitCardSW()
1174 for( initSWIdx = 0; initSWIdx < maxLocks; initSWIdx++ ) in agtiapi_InitCardSW()
6506 int maxLocks; in agtiapi_ReleaseHBA() local
6507 maxLocks = pRscInfo->tiLoLevelResource.loLevelOption.numOfQueuesPerPort; in agtiapi_ReleaseHBA()
6509 for( i = 0; i < maxLocks; i++ ) in agtiapi_ReleaseHBA()