Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h378 struct mtx sendLock; // local queue lock member
H A Dagtiapi.c1126 mtx_init( &pmsc->sendLock, "local q send lock", NULL, MTX_DEF ); in agtiapi_InitCardSW()
3066 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb ); in agtiapi_PrepareSGListCB()
3089 AG_LOCAL_LOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3095 AG_LOCAL_UNLOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3111 AG_LOCAL_UNLOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3242 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb); in agtiapi_StartIO()
4245 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb); in agtiapi_Retry()
6269 AG_LOCAL_LOCK( &pCard->sendLock ); in agtiapi_ResetCard()
6272 AG_LOCAL_UNLOCK( &pCard->sendLock ); in agtiapi_ResetCard()
6572 mtx_destroy( &pCard->sendLock ); in agtiapi_ReleaseHBA()