Home
last modified time | relevance | path

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

/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c461 if (ctx->nr_flags & NR_RX_RINGS_ONLY) { in num_registered_rings()
528 ctx->nr_flags |= NR_RX_RINGS_ONLY; in port_register_hwall_rx()
1699 ctx->nr_flags &= ~NR_RX_RINGS_ONLY; in sync_kloop_eventfds_mismatch()
1797 { "netmap:eth0@2/R", "eth0", "", 0, NR_REG_ALL_NIC, 0, NR_RX_RINGS_ONLY },
1799 { "netmap:eth0/R@xxx", "eth0", "@xxx", 0, NR_REG_ALL_NIC, 0, NR_RX_RINGS_ONLY },
1800 { "netmap:eth0@2/R@2", "eth0", "", 0, NR_REG_ALL_NIC, 0, NR_RX_RINGS_ONLY },
/freebsd/lib/libnetmap/
H A Dnmreq.c339 nr_flags |= NR_RX_RINGS_ONLY; in nmreq_register_decode()
393 (nr_flags & NR_RX_RINGS_ONLY) ? "RX_RINGS_ONLY" : "", in nmreq_register_decode()
/freebsd/sys/net/
H A Dnetmap.h621 #define NR_RX_RINGS_ONLY 0x2000 macro
H A Dnetmap_user.h765 nr_flags |= NR_RX_RINGS_ONLY; in nm_parse()
/freebsd/sys/dev/netmap/
H A Dnetmap.c1892 int excluded_direction[] = { NR_TX_RINGS_ONLY, NR_RX_RINGS_ONLY }; in netmap_interp_ringid()