Searched refs:ccbLock (Results 1 – 2 of 2) sorted by relevance
381 struct mtx ccbLock; // ccb list lock member
1119 mtx_init( &pmsc->ccbLock, "ccb list lock", NULL, MTX_DEF ); in agtiapi_InitCardSW()1973 AG_LOCAL_LOCK( &pmcsc->ccbLock ); in agtiapi_GetCCB()1990 AG_LOCAL_UNLOCK( &pmcsc->ccbLock ); in agtiapi_GetCCB()4474 AG_LOCAL_LOCK(&pmcsc->ccbLock); in agtiapi_FreeCCB()4576 AG_LOCAL_UNLOCK(&pmcsc->ccbLock); in agtiapi_FreeCCB()4652 AG_LOCAL_LOCK(&pmcsc->ccbLock); in agtiapi_FreeSMPCCB()4702 AG_LOCAL_UNLOCK(&pmcsc->ccbLock); in agtiapi_FreeSMPCCB()4721 AG_LOCAL_LOCK(&pmcsc->ccbLock); in agtiapi_FreeTMCCB()4738 AG_LOCAL_UNLOCK(&pmcsc->ccbLock); in agtiapi_FreeTMCCB()6550 mtx_destroy( &pCard->ccbLock ); in agtiapi_ReleaseHBA()