Searched refs:vc_mtx (Results 1 – 2 of 2) sorted by relevance
125 #define IAVF_VC_LOCK(_sc) mtx_lock(&(_sc)->vc_mtx)126 #define IAVF_VC_UNLOCK(_sc) mtx_unlock(&(_sc)->vc_mtx)127 #define IAVF_VC_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->vc_mtx)128 #define IAVF_VC_TRYLOCK(_sc) mtx_trylock(&(_sc)->vc_mtx)129 #define IAVF_VC_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->vc_mtx, MA_OWNED)383 struct mtx vc_mtx; member
285 mtx_init(&sc->vc_mtx, sc->vc_mtx_name, NULL, MTX_DEF); in iavf_if_attach_pre()612 &sc->vc_mtx, PRI_MAX, "iavf_vc", IAVF_AQ_TIMEOUT); in iavf_vc_sleep_wait()