Searched refs:XL_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
620 XL_LOCK_ASSERT(sc); in xl_rxfilter_90x()680 XL_LOCK_ASSERT(sc); in xl_rxfilter_90xB()743 XL_LOCK_ASSERT(sc); in xl_setmode()837 XL_LOCK_ASSERT(sc); in xl_reset()1623 XL_LOCK_ASSERT(sc); in xl_list_tx_init()1658 XL_LOCK_ASSERT(sc); in xl_list_tx_init_90xB()1706 XL_LOCK_ASSERT(sc); in xl_list_rx_init()1749 XL_LOCK_ASSERT(sc); in xl_newbuf()1789 XL_LOCK_ASSERT(sc); in xl_rx_resync()1821 XL_LOCK_ASSERT(sc); in xl_rxeof()[all …]
624 #define XL_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->xl_mtx, MA_OWNED) macro