Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_mp_ring.c347 uint16_t pidx_start, pidx_stop; in mp_ring_enqueue() local
405 pidx_stop = ns.pidx_head; in mp_ring_enqueue()
413 } while (i != pidx_stop); in mp_ring_enqueue()
438 } while (i != pidx_stop); in mp_ring_enqueue()
448 ns.pidx_tail = pidx_stop; in mp_ring_enqueue()
/freebsd/sys/net/
H A Dmp_ring.c321 uint16_t pidx_start, pidx_stop; in ifmp_ring_enqueue() local
345 pidx_stop = ns.pidx_head; in ifmp_ring_enqueue()
363 } while (i != pidx_stop); in ifmp_ring_enqueue()
370 ns.pidx_tail = pidx_stop; in ifmp_ring_enqueue()
396 uint16_t pidx_start, pidx_stop; in ifmp_ring_enqueue() local
424 pidx_stop = ns.pidx_head; in ifmp_ring_enqueue()
442 } while (i != pidx_stop); in ifmp_ring_enqueue()
451 ns.pidx_tail = pidx_stop; in ifmp_ring_enqueue()