Home
last modified time | relevance | path

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

/trueos/sys/dev/sge/
HDif_sge.c451 SGE_LOCK_ASSERT(sc); in sge_rxfilter()
490 SGE_LOCK_ASSERT(sc); in sge_setvlan()
985 SGE_LOCK_ASSERT(sc); in sge_list_tx_init()
1005 SGE_LOCK_ASSERT(sc); in sge_list_tx_free()
1033 SGE_LOCK_ASSERT(sc); in sge_list_rx_init()
1053 SGE_LOCK_ASSERT(sc); in sge_list_rx_free()
1083 SGE_LOCK_ASSERT(sc); in sge_newbuf()
1148 SGE_LOCK_ASSERT(sc); in sge_rxeof()
1239 SGE_LOCK_ASSERT(sc); in sge_txeof()
1306 SGE_LOCK_ASSERT(sc); in sge_tick()
[all …]
HDif_sgereg.h367 #define SGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->sge_mtx, MA_OWNED) macro