Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_athvar.h201 struct mtx an_mtx; /* protecting the rate control state */ member
413 #define ATH_NODE_LOCK(_an) mtx_lock(&(_an)->an_mtx)
414 #define ATH_NODE_UNLOCK(_an) mtx_unlock(&(_an)->an_mtx)
415 #define ATH_NODE_LOCK_ASSERT(_an) mtx_assert(&(_an)->an_mtx, MA_OWNED)
416 #define ATH_NODE_UNLOCK_ASSERT(_an) mtx_assert(&(_an)->an_mtx, \
H A Dif_ath.c3916 mtx_init(&an->an_mtx, an->an_name, NULL, MTX_DEF); in ath_node_alloc()
3952 mtx_destroy(&ATH_NODE(ni)->an_mtx); in ath_node_free()