Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/netmap/
H A Dnetmap.c487 int netmap_debug; variable
843 if (netmap_debug & NM_DEBUG_ON) in netmap_krings_create()
933 if (netmap_debug & NM_DEBUG_ON) in netmap_krings_delete()
1037 if (netmap_debug & NM_DEBUG_ON) in netmap_do_unregif()
1166 if (netmap_debug & NM_DEBUG_HOST) in netmap_send_up()
2017 if (netmap_debug & NM_DEBUG_ON) in netmap_krings_get()
3414 if (netmap_debug & NM_DEBUG_ON) in netmap_poll()
3801 if (netmap_debug & NM_DEBUG_ON) in netmap_attach_ext()
3807 if (netmap_debug & NM_DEBUG_ON) in netmap_attach_ext()
3813 if (netmap_debug & NM_DEBUG_ON) in netmap_attach_ext()
[all …]
H A Dnetmap_mem2.c420 if (netmap_debug & NM_DEBUG_MEM) in netmap_init_obj_allocator_bitmap()
732 if (netmap_debug & NM_DEBUG_MEM) in nm_mem_assign_group()
1175 if (netmap_debug & NM_DEBUG_MEM) in netmap_extra_free()
1375 if (netmap_debug & NM_DEBUG_MEM) in netmap_config_obj_allocator()
1514 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem_reset_all()
1867 if (netmap_debug & NM_DEBUG_MEM) in netmap_free_rings()
1872 if (netmap_debug & NM_DEBUG_MEM) in netmap_free_rings()
1908 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()
1913 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()
1942 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()
[all …]
H A Dnetmap_kloop.c219 if (unlikely(netmap_debug & NM_DEBUG_TXSYNC)) { in netmap_sync_kloop_tx_ring()
245 if (unlikely(netmap_debug & NM_DEBUG_TXSYNC)) { in netmap_sync_kloop_tx_ring()
353 if (unlikely(netmap_debug & NM_DEBUG_RXSYNC)) { in netmap_sync_kloop_rx_ring()
380 if (unlikely(netmap_debug & NM_DEBUG_RXSYNC)) { in netmap_sync_kloop_rx_ring()
H A Dnetmap_bdg.c307 if (netmap_debug & NM_DEBUG_BDG) in netmap_bdg_detach_common()
470 if (netmap_debug & NM_DEBUG_BDG) in netmap_get_bdg_na()
1106 if (netmap_debug & NM_DEBUG_RXINTR) in netmap_bwrap_intr_notify()
1116 if (netmap_debug & NM_DEBUG_RXINTR) in netmap_bwrap_intr_notify()
H A Dnetmap_vale.c776 if (netmap_debug & NM_DEBUG_VALE) in netmap_vale_learning()
1249 if (netmap_debug & NM_DEBUG_TXSYNC) in netmap_vale_vp_txsync()
1581 if (netmap_debug & NM_DEBUG_VALE) in netmap_vi_create()
H A Dnetmap_kern.h1613 extern int netmap_debug; /* for debugging */
1615 #define netmap_debug (0) macro