Home
last modified time | relevance | path

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

/net/xdp/
Dxsk_queue.h37 u32 ring_mask; member
179 unsigned int idx = q->cons_tail & q->ring_mask; in xskq_validate_addr()
229 ring->desc[q->prod_tail++ & q->ring_mask] = addr; in xskq_produce_addr()
246 ring->desc[q->prod_head++ & q->ring_mask] = addr; in xskq_produce_addr_lazy()
305 unsigned int idx = q->cons_tail & q->ring_mask; in xskq_validate_desc()
348 idx = (q->prod_head++) & q->ring_mask; in xskq_produce_batch_desc()
Dxsk_queue.c42 q->ring_mask = nentries - 1; in xskq_create()