Searched refs:pipe_tail (Results 1 – 2 of 2) sorted by relevance
198 txkring->nr_hwtail = txkring->pipe_tail; in netmap_pipe_txsync()233 rxkring->pipe_tail = nk; /* only publish complete packets */ in netmap_pipe_txsync()254 rxkring->nr_hwtail = rxkring->pipe_tail; in netmap_pipe_rxsync()277 txkring->pipe_tail = nm_prev(k, lim); in netmap_pipe_rxsync()347 k1->pipe_tail = k1->nr_hwtail; in netmap_pipe_krings_create_both()348 k2->pipe_tail = k2->nr_hwtail; in netmap_pipe_krings_create_both()567 ring->slot[kring->pipe_tail].buf_idx = 0; in netmap_pipe_krings_delete_both()569 for (j = nm_next(kring->pipe_tail, lim); in netmap_pipe_krings_delete_both()
534 uint32_t pipe_tail; /* hwtail updated by the other end */ member