Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c863 mtx_init( &thisCardInst->pmIOLock, "pmc SAS I/O lock", in agtiapi_attach()
882 &thisCardInst->pmIOLock, in agtiapi_attach()
894 mtx_lock( &thisCardInst->pmIOLock ); in agtiapi_attach()
898 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
910 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
918 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
936 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
1334 AG_LOCAL_LOCK(&(pCard->pCardInfo->pmIOLock)); in agtiapi_IntrHandlerx_()
1344 AG_LOCAL_UNLOCK(&(pCard->pCardInfo->pmIOLock)); in agtiapi_IntrHandlerx_()
1360 AG_LOCAL_UNLOCK(&(pCard->pCardInfo->pmIOLock)); in agtiapi_IntrHandlerx_()
[all …]
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h396 struct mtx pmIOLock; member