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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c578 bool direct_tx = false; local
639 a->direct = direct_tx;
658 direct_tx = !!(mode_opt->mode & NM_OPT_SYNC_KLOOP_DIRECT_TX);
696 if (busy_wait && (direct_tx || direct_rx)) {
716 if (direct_tx && (na->na_flags & NAF_BDG_MAYSLEEP)) {
757 ((tx_ring && direct_tx) ||
761 (tx_ring ? direct_tx : direct_rx);
770 if (tx_ring && direct_tx) {
800 poll_ctx->next_wake_fun = direct_tx ?
819 nm_prinf("kloop busy_wait %u, direct_tx
[all...]

Completed in 76 milliseconds