Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dmp_ring.c326 uint16_t pidx_start, pidx_stop; in ifmp_ring_enqueue() local
350 pidx_stop = ns.pidx_head; in ifmp_ring_enqueue()
368 } while (i != pidx_stop); in ifmp_ring_enqueue()
375 ns.pidx_tail = pidx_stop; in ifmp_ring_enqueue()
401 uint16_t pidx_start, pidx_stop; in ifmp_ring_enqueue() local
429 pidx_stop = ns.pidx_head; in ifmp_ring_enqueue()
447 } while (i != pidx_stop); in ifmp_ring_enqueue()
456 ns.pidx_tail = pidx_stop; in ifmp_ring_enqueue()
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_mp_ring.c350 uint16_t pidx_start, pidx_stop; in mp_ring_enqueue() local
408 pidx_stop = ns.pidx_head; in mp_ring_enqueue()
416 } while (i != pidx_stop); in mp_ring_enqueue()
441 } while (i != pidx_stop); in mp_ring_enqueue()
451 ns.pidx_tail = pidx_stop; in mp_ring_enqueue()