Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/netmap/
HDnetmap_pipe.c198 txkring->nr_hwtail = txkring->pipe_tail; in netmap_pipe_txsync()
229 rxkring->pipe_tail = nk; /* only publish complete packets */ in netmap_pipe_txsync()
250 rxkring->nr_hwtail = rxkring->pipe_tail; in netmap_pipe_rxsync()
273 txkring->pipe_tail = nm_prev(k, lim); in netmap_pipe_rxsync()
343 k1->pipe_tail = k1->nr_hwtail; in netmap_pipe_krings_create_both()
344 k2->pipe_tail = k2->nr_hwtail; in netmap_pipe_krings_create_both()
566 ring->slot[kring->pipe_tail].buf_idx = 0; in netmap_pipe_krings_delete_both()
568 for (j = nm_next(kring->pipe_tail, lim); in netmap_pipe_krings_delete_both()
HDnetmap_kern.h523 uint32_t pipe_tail; /* hwtail updated by the other end */ member