Searched refs:netmap_debug (Results 1 – 6 of 6) sorted by relevance
486 int netmap_debug; variable548 CTLFLAG_RW, &netmap_debug, 0, "Debug messages");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()1407 if (netmap_debug & NM_DEBUG_HOST) in netmap_rxsync_from_host()2059 if (netmap_debug & NM_DEBUG_ON) in netmap_krings_get()3195 if (netmap_debug & NM_DEBUG_TXSYNC) in netmap_ioctl()3204 if (netmap_debug & NM_DEBUG_TXSYNC) in netmap_ioctl()[all …]
423 if (netmap_debug & NM_DEBUG_MEM) in netmap_init_obj_allocator_bitmap()753 if (netmap_debug & NM_DEBUG_MEM) in nm_mem_check_group()1193 if (netmap_debug & NM_DEBUG_MEM) in netmap_extra_free()1393 if (netmap_debug & NM_DEBUG_MEM) in netmap_config_obj_allocator()1537 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem_reset_all()2006 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()2011 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()2040 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()2048 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_create()2082 if (netmap_debug & NM_DEBUG_MEM) in netmap_mem2_rings_delete()[all …]
220 if (unlikely(netmap_debug & NM_DEBUG_TXSYNC)) { in netmap_sync_kloop_tx_ring()248 if (unlikely(netmap_debug & NM_DEBUG_TXSYNC)) { in netmap_sync_kloop_tx_ring()359 if (unlikely(netmap_debug & NM_DEBUG_RXSYNC)) { in netmap_sync_kloop_rx_ring()388 if (unlikely(netmap_debug & NM_DEBUG_RXSYNC)) { in netmap_sync_kloop_rx_ring()
305 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()
644 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()
1663 extern int netmap_debug; /* for debugging */1665 #define netmap_debug (0) macro