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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c579 bool direct_rx = false; local
648 a->direct = direct_rx;
659 direct_rx = !!(mode_opt->mode & NM_OPT_SYNC_KLOOP_DIRECT_RX);
696 if (busy_wait && (direct_tx || direct_rx)) {
758 (!tx_ring && direct_rx)) ? NULL :
761 (tx_ring ? direct_tx : direct_rx);
777 } else if (!tx_ring && direct_rx) {
806 poll_ctx->next_wake_fun = direct_rx ?
819 nm_prinf("kloop busy_wait %u, direct_tx %u, direct_rx %u, "
820 "na_could_sleep %u", busy_wait, direct_tx, direct_rx,
[all...]

Completed in 53 milliseconds