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

/freebsd-12-stable/sys/net/
H A Dmp_ring.c326 uint16_t pidx_start, pidx_stop; local
335 * from 'pidx_start' to 'pidx_stop'.
350 pidx_stop = ns.pidx_head;
368 } while (i != pidx_stop);
375 ns.pidx_tail = pidx_stop;
401 uint16_t pidx_start, pidx_stop; local
409 * from 'pidx_start' to 'pidx_stop'.
429 pidx_stop = ns.pidx_head;
447 } while (i != pidx_stop);
456 ns.pidx_tail = pidx_stop;
[all...]
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.c350 uint16_t pidx_start, pidx_stop; local
359 * from 'pidx_start' to 'pidx_stop'.
408 pidx_stop = ns.pidx_head;
416 } while (i != pidx_stop);
441 } while (i != pidx_stop);
451 ns.pidx_tail = pidx_stop;

Completed in 103 milliseconds