Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h377 struct mtx sendLock; // local queue lock member
H A Dagtiapi.c1115 mtx_init( &pmsc->sendLock, "local q send lock", NULL, MTX_DEF ); in agtiapi_InitCardSW()
3039 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb ); in agtiapi_PrepareSGListCB()
3062 AG_LOCAL_LOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3068 AG_LOCAL_UNLOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3084 AG_LOCAL_UNLOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3215 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb); in agtiapi_StartIO()
4219 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb); in agtiapi_Retry()
6243 AG_LOCAL_LOCK( &pCard->sendLock ); in agtiapi_ResetCard()
6246 AG_LOCAL_UNLOCK( &pCard->sendLock ); in agtiapi_ResetCard()
6546 mtx_destroy( &pCard->sendLock ); in agtiapi_ReleaseHBA()