Searched refs:ring_mask (Results 1 – 2 of 2) sorted by relevance
37 u32 ring_mask; member179 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()
42 q->ring_mask = nentries - 1; in xskq_create()