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()
1303 VGE_LOCK_ASSERT(sc); in vge_tx_list_init()
1331 VGE_LOCK_ASSERT(sc); in vge_rx_list_init()
1370 VGE_LOCK_ASSERT(sc); in vge_freebufs()
1433 VGE_LOCK_ASSERT(sc); in vge_rxeof()
1604 VGE_LOCK_ASSERT(sc); in vge_txeof()
1657 VGE_LOCK_ASSERT(sc); in vge_link_statchg()
1813 VGE_LOCK_ASSERT(sc); in vge_encap()
1951 VGE_LOCK_ASSERT(sc); in vge_start_locked()
[all …]
H A Dif_vgevar.h209 #define VGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->vge_mtx, MA_OWNED) macro