Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap_vale.c192 int nrings, i; in nm_free_bdgfwd() local
196 nrings = na->num_tx_rings; in nm_free_bdgfwd()
198 for (i = 0; i < nrings; i++) { in nm_free_bdgfwd()
213 int nrings, l, i, num_dstq; in nm_alloc_bdgfwd() local
223 nrings = netmap_real_rings(na, NR_TX); in nm_alloc_bdgfwd()
225 for (i = 0; i < nrings; i++) { in nm_alloc_bdgfwd()
836 int nrings; in nm_vale_flush() local
904 nrings = dst_na->up.num_rx_rings; in nm_vale_flush()
905 if (dst_nr >= nrings) in nm_vale_flush()
906 dst_nr = dst_nr % nrings; in nm_vale_flush()
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c2265 int i, j, af, nrings; in rxseq_body() local
2273 nrings = targ->nmd->last_rx_ring - targ->nmd->first_rx_ring + 1; in rxseq_body()
2274 seq_exp = calloc(nrings, sizeof(uint32_t)); in rxseq_body()