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()2001 AG_LOCAL_LOCK( &pmcsc->ccbLock ); in agtiapi_GetCCB()2018 AG_LOCAL_UNLOCK( &pmcsc->ccbLock ); in agtiapi_GetCCB()4500 AG_LOCAL_LOCK(&pmcsc->ccbLock); in agtiapi_FreeCCB()4602 AG_LOCAL_UNLOCK(&pmcsc->ccbLock); in agtiapi_FreeCCB()4678 AG_LOCAL_LOCK(&pmcsc->ccbLock); in agtiapi_FreeSMPCCB()4728 AG_LOCAL_UNLOCK(&pmcsc->ccbLock); in agtiapi_FreeSMPCCB()4747 AG_LOCAL_LOCK(&pmcsc->ccbLock); in agtiapi_FreeTMCCB()4764 AG_LOCAL_UNLOCK(&pmcsc->ccbLock); in agtiapi_FreeTMCCB()6576 mtx_destroy( &pCard->ccbLock ); in agtiapi_ReleaseHBA()