Searched refs:BFE_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance
883 BFE_LOCK_ASSERT(sc); in bfe_clear_stats()910 BFE_LOCK_ASSERT(sc); in bfe_chip_halt()928 BFE_LOCK_ASSERT(sc); in bfe_chip_reset()1094 BFE_LOCK_ASSERT(sc); in bfe_set_rx_mode()1252 BFE_LOCK_ASSERT(sc); in bfe_stats_update()1339 BFE_LOCK_ASSERT(sc); in bfe_txeof()1386 BFE_LOCK_ASSERT(sc); in bfe_rxeof()1514 BFE_LOCK_ASSERT(sc); in bfe_encap()1613 BFE_LOCK_ASSERT(sc); in bfe_start_locked()1692 BFE_LOCK_ASSERT(sc); in bfe_init_locked()[all …]
454 #define BFE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->bfe_mtx, MA_OWNED) macro