Searched refs:increment_idx (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/net/
H A Dmp_ring.c73 increment_idx(struct ifmp_ring *r, uint16_t idx, uint16_t n) function
128 cidx = increment_idx(r, cidx, n);
208 cidx = increment_idx(r, cidx, n);
347 ns.pidx_head = increment_idx(r, os.pidx_head, n);
421 ns.pidx_head = increment_idx(r, os.pidx_head, n);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.c105 increment_idx(struct mp_ring *r, uint16_t idx, uint16_t n) function
166 cidx = increment_idx(r, cidx, n);
387 ns.pidx_head = increment_idx(r, os.pidx_head, n);
392 ns.pidx_tail = increment_idx(r, os.pidx_tail, n);

Completed in 102 milliseconds