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

/freebsd-13-stable/sys/net/
H A Dmp_ring.c73 increment_idx(struct ifmp_ring *r, uint16_t idx, uint16_t n) function
127 cidx = increment_idx(r, cidx, n);
206 cidx = increment_idx(r, cidx, n);
345 ns.pidx_head = increment_idx(r, os.pidx_head, n);
419 ns.pidx_head = increment_idx(r, os.pidx_head, n);
/freebsd-13-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 97 milliseconds