Home
last modified time | relevance | path

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

/freebsd/sys/dev/al_eth/
H A Dal_eth.h353 struct mtx if_rx_lock; member
H A Dal_eth.c175 #define AL_RX_LOCK_INIT(_sc) mtx_init(&((_sc)->if_rx_lock), "ALRXL", "ALRXL", MTX_DEF)
176 #define AL_RX_LOCK(_sc) mtx_lock(&((_sc)->if_rx_lock))
177 #define AL_RX_UNLOCK(_sc) mtx_unlock(&((_sc)->if_rx_lock))