Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap_kloop.c585 bool direct_rx = false; in netmap_sync_kloop() local
654 a->direct = direct_rx; in netmap_sync_kloop()
664 direct_rx = !!(mode_opt->mode & NM_OPT_SYNC_KLOOP_DIRECT_RX); in netmap_sync_kloop()
695 if (busy_wait && (direct_tx || direct_rx)) { in netmap_sync_kloop()
757 (!tx_ring && direct_rx)) ? NULL : in netmap_sync_kloop()
760 (tx_ring ? direct_tx : direct_rx); in netmap_sync_kloop()
776 } else if (!tx_ring && direct_rx) { in netmap_sync_kloop()
805 poll_ctx->next_wake_fun = direct_rx ? in netmap_sync_kloop()
819 "na_could_sleep %u", busy_wait, direct_tx, direct_rx, in netmap_sync_kloop()
850 for (i = 0; !direct_rx && i < num_rx_rings; i++) { in netmap_sync_kloop()