Lines Matching refs:pmIOLock
863 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_()
1614 &pmcsc->pCardInfo->pmIOLock, // lockarg in agtiapi_alloc_requests()
1781 mtx_assert( &(pmcsc->pCardInfo->pmIOLock), MA_OWNED ); in agtiapi_cam_action()
5628 mtx_lock(&(pmcsc->pCardInfo->pmIOLock)); in agtiapi_scan()
5632 mtx_unlock(&(pmcsc->pCardInfo->pmIOLock)); in agtiapi_scan()
5638 mtx_unlock(&(pmcsc->pCardInfo->pmIOLock)); in agtiapi_scan()
5643 mtx_unlock(&(pmcsc->pCardInfo->pmIOLock)); in agtiapi_scan()
6517 mtx_lock(&thisCardInst->pmIOLock); in agtiapi_ReleaseHBA()
6537 mtx_unlock(&thisCardInst->pmIOLock); in agtiapi_ReleaseHBA()
6545 mtx_destroy( &thisCardInst->pmIOLock ); in agtiapi_ReleaseHBA()