Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/freebsd/driver/ini/src/
HDagtiapi.h378 struct mtx sendLock; // local queue lock member
HDagtiapi.c1130 mtx_init( &pmsc->sendLock, "local q send lock", NULL, MTX_DEF ); in agtiapi_InitCardSW()
3073 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb ); in agtiapi_PrepareSGListCB()
3097 AG_LOCAL_LOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3103 AG_LOCAL_UNLOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3119 AG_LOCAL_UNLOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3250 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb); in agtiapi_StartIO()
4253 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb); in agtiapi_Retry()
6291 AG_LOCAL_LOCK( &pCard->sendLock ); in agtiapi_ResetCard()
6294 AG_LOCAL_UNLOCK( &pCard->sendLock ); in agtiapi_ResetCard()
6594 mtx_destroy( &pCard->sendLock ); in agtiapi_ReleaseHBA()