Searched refs:direct_tx (Results 1 – 1 of 1) sorted by relevance
584 bool direct_tx = false; in netmap_sync_kloop() local645 a->direct = direct_tx; in netmap_sync_kloop()663 direct_tx = !!(mode_opt->mode & NM_OPT_SYNC_KLOOP_DIRECT_TX); in netmap_sync_kloop()695 if (busy_wait && (direct_tx || direct_rx)) { in netmap_sync_kloop()715 if (direct_tx && (na->na_flags & NAF_BDG_MAYSLEEP)) { in netmap_sync_kloop()756 ((tx_ring && direct_tx) || in netmap_sync_kloop()760 (tx_ring ? direct_tx : direct_rx); in netmap_sync_kloop()769 if (tx_ring && direct_tx) { in netmap_sync_kloop()799 poll_ctx->next_wake_fun = direct_tx ? in netmap_sync_kloop()819 "na_could_sleep %u", busy_wait, direct_tx, direct_rx, in netmap_sync_kloop()[all …]