Searched refs:next_cidx (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2566 u_int n, next_cidx; local
2607 next_cidx = cidx + 1;
2608 if (__predict_false(next_cidx == r->size))
2609 next_cidx = 0;
2619 try_txpkts(m0, r->items[next_cidx], &txp, available) == 0) {
2621 /* pkts at cidx, next_cidx should both be in txp. */
2623 tail = r->items[next_cidx];
2629 if (__predict_false(++next_cidx == r->size))
2630 next_cidx = 0;
2632 while (next_cidx !
[all...]

Completed in 164 milliseconds