Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dmp_ring.c324 uint16_t pidx_start, pidx_stop; in ifmp_ring_enqueue() local
348 pidx_stop = ns.pidx_head; in ifmp_ring_enqueue()
366 } while (i != pidx_stop); in ifmp_ring_enqueue()
373 ns.pidx_tail = pidx_stop; in ifmp_ring_enqueue()
399 uint16_t pidx_start, pidx_stop; in ifmp_ring_enqueue() local
427 pidx_stop = ns.pidx_head; in ifmp_ring_enqueue()
445 } while (i != pidx_stop); in ifmp_ring_enqueue()
454 ns.pidx_tail = pidx_stop; in ifmp_ring_enqueue()