Home
last modified time | relevance | path

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

/net/xdp/
A Dxsk_queue.h43 u32 cached_prod; member
130 if (q->cached_cons != q->cached_prod) { in xskq_cons_read_addr_unchecked()
212 if (q->cached_cons != q->cached_prod) { in xskq_cons_read_desc()
311 if (q->cached_prod == q->cached_cons) in xskq_cons_peek_addr_unchecked()
320 if (q->cached_prod == q->cached_cons) in xskq_cons_peek_desc()
368 q->cached_prod -= cnt; in xskq_prod_cancel_n()
377 q->cached_prod++; in xskq_prod_reserve()
397 u32 i, cached_prod; in xskq_prod_write_addr_batch() local
400 cached_prod = q->cached_prod; in xskq_prod_write_addr_batch()
403 q->cached_prod = cached_prod; in xskq_prod_write_addr_batch()
[all …]

Completed in 4 milliseconds