Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/al_eth/
Dal_eth.h355 struct mtx if_rx_lock; member
Dal_eth.c180 #define AL_RX_LOCK_INIT(_sc) mtx_init(&((_sc)->if_rx_lock), "ALRXL", "ALRXL", MTX_DEF)
181 #define AL_RX_LOCK(_sc) mtx_lock(&((_sc)->if_rx_lock))
182 #define AL_RX_UNLOCK(_sc) mtx_unlock(&((_sc)->if_rx_lock))