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.c587 bool direct_rx = false; in netmap_sync_kloop() local
656 a->direct = direct_rx; in netmap_sync_kloop()
666 direct_rx = !!(mode_opt->mode & NM_OPT_SYNC_KLOOP_DIRECT_RX); in netmap_sync_kloop()
697 if (busy_wait && (direct_tx || direct_rx)) { in netmap_sync_kloop()
759 (!tx_ring && direct_rx)) ? NULL : in netmap_sync_kloop()
762 (tx_ring ? direct_tx : direct_rx); in netmap_sync_kloop()
778 } else if (!tx_ring && direct_rx) { in netmap_sync_kloop()
807 poll_ctx->next_wake_fun = direct_rx ? in netmap_sync_kloop()
821 "na_could_sleep %u", busy_wait, direct_tx, direct_rx, in netmap_sync_kloop()
852 for (i = 0; !direct_rx && i < num_rx_rings; i++) { in netmap_sync_kloop()