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

/freebsd-current/tools/tools/netmap/
H A Dbridge.c46 tot += nm_ring_space(NETMAP_RXRING(d->nifp, i));
58 tot += nm_ring_space(NETMAP_TXRING(d->nifp, i));
80 m = nm_ring_space(rxring);
83 m = nm_ring_space(txring);
H A Dpkt-gen.c1268 n = nm_ring_space(ring);
1618 txavail = nm_ring_space(txring);
1902 n = nm_ring_space(ring);
2129 space = nm_ring_space(ring);
2322 limit = nm_ring_space(ring);
2334 * would get stuck as soon as we find nm_ring_space(ring) < 9,
/freebsd-current/sys/net/
H A Dnetmap_user.h161 nm_ring_space(struct netmap_ring *ring) function

Completed in 120 milliseconds