Home
last modified time | relevance | path

Searched refs:netmap_debug (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/dev/netmap/
H A Dnetmap.c486 int netmap_debug; variable
854 if (netmap_debug & NM_DEBUG_ON) in netmap_krings_create()
948 if (netmap_debug & NM_DEBUG_ON) in netmap_krings_delete()
1079 if (netmap_debug & NM_DEBUG_ON) in netmap_do_unregif()
1208 if (netmap_debug & NM_DEBUG_HOST) in netmap_send_up()
2059 if (netmap_debug & NM_DEBUG_ON) in netmap_krings_get()
3698 if (netmap_debug & NM_DEBUG_ON) in netmap_poll()
4083 if (netmap_debug & NM_DEBUG_ON) in netmap_attach_ext()
4089 if (netmap_debug & NM_DEBUG_ON) in netmap_attach_ext()
4095 if (netmap_debug & NM_DEBUG_ON) in netmap_attach_ext()
[all …]
H A Dnetmap_mem2.c423 if (netmap_debug & NM_DEBUG_MEM) in netmap_init_obj_allocator_bitmap()
749 if (netmap_debug & NM_DEBUG_MEM) in nm_mem_check_group()
1189 if (netmap_debug & NM_DEBUG_MEM) in netmap_extra_free()
1389 if (netmap_debug & NM_DEBUG_MEM) in netmap_config_obj_allocator()
1536 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem_reset_all()
2005 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()
2010 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()
2039 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()
2047 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()
2086 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_delete()
[all …]
H A Dnetmap_kloop.c219 if (unlikely(netmap_debug & NM_DEBUG_TXSYNC)) { in netmap_sync_kloop_tx_ring()
247 if (unlikely(netmap_debug & NM_DEBUG_TXSYNC)) { in netmap_sync_kloop_tx_ring()
357 if (unlikely(netmap_debug & NM_DEBUG_RXSYNC)) { in netmap_sync_kloop_rx_ring()
386 if (unlikely(netmap_debug & NM_DEBUG_RXSYNC)) { in netmap_sync_kloop_rx_ring()
H A Dnetmap_bdg.c305 if (netmap_debug & NM_DEBUG_BDG) in netmap_bdg_detach_common()
468 if (netmap_debug & NM_DEBUG_BDG) in netmap_get_bdg_na()
1251 if (netmap_debug & NM_DEBUG_RXINTR) in netmap_bwrap_intr_notify()
1261 if (netmap_debug & NM_DEBUG_RXINTR) in netmap_bwrap_intr_notify()
H A Dnetmap_vale.c644 if (netmap_debug & NM_DEBUG_VALE) in netmap_vale_learning()
1130 if (netmap_debug & NM_DEBUG_TXSYNC) in netmap_vale_vp_txsync()
1463 if (netmap_debug & NM_DEBUG_VALE) in netmap_vi_create()
H A Dnetmap_kern.h1662 extern int netmap_debug; /* for debugging */
1664 #define netmap_debug (0) macro