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

/freebsd-12-stable/sys/net/
H A Dnetmap_legacy.h87 * NETMAP_DO_RX_POLL can be OR-ed to make select()/poll() release
169 #define NETMAP_DO_RX_POLL 0x8000 /* DO automatic rxsync on poll */ macro
H A Dnetmap_user.h344 * Also in flags you can specify NETMAP_NO_TX_POLL and NETMAP_DO_RX_POLL,
889 d->req.nr_ringid |= new_flags & (NETMAP_NO_TX_POLL | NETMAP_DO_RX_POLL);
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_legacy.c111 if (nmr->nr_ringid & NETMAP_DO_RX_POLL) {

Completed in 173 milliseconds