Home
last modified time | relevance | path

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

/freebsd-13.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()
3068 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb ); in agtiapi_PrepareSGListCB()
3091 AG_LOCAL_LOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3097 AG_LOCAL_UNLOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3113 AG_LOCAL_UNLOCK( &pmcsc->sendLock ); in agtiapi_StartIO()
3244 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb); in agtiapi_StartIO()
4248 AG_CARD_LOCAL_LOCK(&pmcsc->sendLock), pccb); in agtiapi_Retry()
6272 AG_LOCAL_LOCK( &pCard->sendLock ); in agtiapi_ResetCard()
6275 AG_LOCAL_UNLOCK( &pCard->sendLock ); in agtiapi_ResetCard()
6575 mtx_destroy( &pCard->sendLock ); in agtiapi_ReleaseHBA()