Searched refs:if_rx_lock (Results 1 – 2 of 2) sorted by relevance
355 struct mtx if_rx_lock; member
180 #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))