Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap.c3661 #define want_tx want[NR_TX] in netmap_poll() macro
3700 want_tx = events & (POLLOUT | POLLWRNORM); in netmap_poll()
3726 if (want_tx) { in netmap_poll()
3774 if (priv->np_txpoll || want_tx) { in netmap_poll()
3794 if (!send_down && !want_tx && ring->head == kring->nr_hwcur) in netmap_poll()
3819 revents |= want_tx; in netmap_poll()
3820 want_tx = 0; in netmap_poll()
3828 if (want_tx && retry_tx && sr) { in netmap_poll()
3913 #undef want_tx in netmap_poll()