Lines Matching refs:pmIOLock
870 mtx_init( &thisCardInst->pmIOLock, "pmc SAS I/O lock", in agtiapi_attach()
889 &thisCardInst->pmIOLock, in agtiapi_attach()
901 mtx_lock( &thisCardInst->pmIOLock ); in agtiapi_attach()
905 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
917 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
925 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
942 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
1363 AG_LOCAL_LOCK(&(pCard->pCardInfo->pmIOLock)); in agtiapi_IntrHandlerx_()
1373 AG_LOCAL_UNLOCK(&(pCard->pCardInfo->pmIOLock)); in agtiapi_IntrHandlerx_()
1389 AG_LOCAL_UNLOCK(&(pCard->pCardInfo->pmIOLock)); in agtiapi_IntrHandlerx_()
1643 &pmcsc->pCardInfo->pmIOLock, // lockarg in agtiapi_alloc_requests()
1810 mtx_assert( &(pmcsc->pCardInfo->pmIOLock), MA_OWNED ); in agtiapi_cam_action()
5654 mtx_lock(&(pmcsc->pCardInfo->pmIOLock)); in agtiapi_scan()
5658 mtx_unlock(&(pmcsc->pCardInfo->pmIOLock)); in agtiapi_scan()
5664 mtx_unlock(&(pmcsc->pCardInfo->pmIOLock)); in agtiapi_scan()
5669 mtx_unlock(&(pmcsc->pCardInfo->pmIOLock)); in agtiapi_scan()
6544 mtx_lock(&thisCardInst->pmIOLock); in agtiapi_ReleaseHBA()
6563 mtx_unlock(&thisCardInst->pmIOLock); in agtiapi_ReleaseHBA()
6571 mtx_destroy( &thisCardInst->pmIOLock ); in agtiapi_ReleaseHBA()