Home
last modified time | relevance | path

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

/freebsd/sys/dev/vge/
H A Dif_vge.c517 VGE_LOCK_ASSERT(sc); in vge_setvlan()
567 VGE_LOCK_ASSERT(sc); in vge_rxfilter()
1313 VGE_LOCK_ASSERT(sc); in vge_tx_list_init()
1341 VGE_LOCK_ASSERT(sc); in vge_rx_list_init()
1380 VGE_LOCK_ASSERT(sc); in vge_freebufs()
1443 VGE_LOCK_ASSERT(sc); in vge_rxeof()
1614 VGE_LOCK_ASSERT(sc); in vge_txeof()
1667 VGE_LOCK_ASSERT(sc); in vge_link_statchg()
1823 VGE_LOCK_ASSERT(sc); in vge_encap()
1961 VGE_LOCK_ASSERT(sc); in vge_start_locked()
[all …]
H A Dif_vgevar.h210 #define VGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->vge_mtx, MA_OWNED) macro