Lines Matching refs:nr_hwcur
194 txkring->nr_hwcur, txkring->nr_hwtail, in netmap_pipe_txsync()
200 m = txkring->rhead - txkring->nr_hwcur; /* new slots */ in netmap_pipe_txsync()
209 for (k = txkring->nr_hwcur, nk = lim + 1, complete = 0; m; in netmap_pipe_txsync()
225 txkring->nr_hwcur = k; in netmap_pipe_txsync()
228 txkring->nr_hwcur, txkring->nr_hwtail, in netmap_pipe_txsync()
250 rxkring->nr_hwcur, rxkring->nr_hwtail, in netmap_pipe_rxsync()
256 m = rxkring->rhead - rxkring->nr_hwcur; /* released slots */ in netmap_pipe_rxsync()
265 for (k = rxkring->nr_hwcur; m; m--, k = nm_next(k, lim)) { in netmap_pipe_rxsync()
278 rxkring->nr_hwcur = k; in netmap_pipe_rxsync()
281 rxkring->nr_hwcur, rxkring->nr_hwtail, in netmap_pipe_rxsync()
561 kring->name, ring, kring->nr_hwtail, kring->nr_hwcur); in netmap_pipe_krings_delete_both()
570 j != kring->nr_hwcur; in netmap_pipe_krings_delete_both()