Searched refs:ccbLock (Results 1 – 2 of 2) sorted by relevance
382 struct mtx ccbLock; // ccb list lock member
1130 mtx_init( &pmsc->ccbLock, "ccb list lock", NULL, MTX_DEF ); in agtiapi_InitCardSW()2002 AG_LOCAL_LOCK( &pmcsc->ccbLock ); in agtiapi_GetCCB()2019 AG_LOCAL_UNLOCK( &pmcsc->ccbLock ); in agtiapi_GetCCB()4503 AG_LOCAL_LOCK(&pmcsc->ccbLock); in agtiapi_FreeCCB()4605 AG_LOCAL_UNLOCK(&pmcsc->ccbLock); in agtiapi_FreeCCB()4681 AG_LOCAL_LOCK(&pmcsc->ccbLock); in agtiapi_FreeSMPCCB()4731 AG_LOCAL_UNLOCK(&pmcsc->ccbLock); in agtiapi_FreeSMPCCB()4750 AG_LOCAL_LOCK(&pmcsc->ccbLock); in agtiapi_FreeTMCCB()4767 AG_LOCAL_UNLOCK(&pmcsc->ccbLock); in agtiapi_FreeTMCCB()6579 mtx_destroy( &pCard->ccbLock ); in agtiapi_ReleaseHBA()