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

/freebsd-13-stable/sys/net/
H A Dmp_ring.c324 uint16_t pidx_start, pidx_stop; local
333 * from 'pidx_start' to 'pidx_stop'.
347 pidx_start = os.pidx_head;
353 * pidx_tail reaches the beginning of our reservation (pidx_start).
355 while (ns.pidx_tail != pidx_start) {
361 i = pidx_start;
399 uint16_t pidx_start, pidx_stop; local
407 * from 'pidx_start' to 'pidx_stop'.
426 pidx_start = os.pidx_head;
432 * pidx_tail reaches the beginning of our reservation (pidx_start)
[all...]
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.c350 uint16_t pidx_start, pidx_stop; local
359 * from 'pidx_start' to 'pidx_stop'.
407 pidx_start = os.pidx_head;
411 i = pidx_start;
428 * pidx_tail reaches the beginning of our reservation (pidx_start).
430 while (ns.pidx_tail != pidx_start) {
436 i = pidx_start;

Completed in 105 milliseconds