Searched refs:txkring (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/netmap/ |
H A D | netmap_pipe.c | 184 netmap_pipe_txsync(struct netmap_kring *txkring, int flags) in netmap_pipe_txsync() argument 186 struct netmap_kring *rxkring = txkring->pipe; in netmap_pipe_txsync() 187 u_int k, lim = txkring->nkr_num_slots - 1, nk; in netmap_pipe_txsync() 190 struct netmap_ring *txring = txkring->ring, *rxring = rxkring->ring; in netmap_pipe_txsync() 192 nm_prdis("%p: %s %x -> %s", txkring, txkring->name, flags, rxkring->name); in netmap_pipe_txsync() 194 txkring->nr_hwcur, txkring->nr_hwtail, in netmap_pipe_txsync() 195 txkring->rcur, txkring->rhead, txkring->rtail); in netmap_pipe_txsync() 198 txkring->nr_hwtail = txkring->pipe_tail; in netmap_pipe_txsync() 200 m = txkring->rhead - txkring->nr_hwcur; /* new slots */ in netmap_pipe_txsync() 202 m += txkring->nkr_num_slots; in netmap_pipe_txsync() [all …]
|
H A D | netmap_kern.h | 2117 int netmap_pipe_txsync(struct netmap_kring *txkring, int flags);
|