Home
last modified time | relevance | path

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

/linux-6.1.9/net/xdp/
Dxsk_queue.h258 static inline u32 xskq_cons_nb_entries(struct xsk_queue *q, u32 max) in xskq_cons_nb_entries() function
273 return xskq_cons_nb_entries(q, cnt) >= cnt; in xskq_cons_has_entries()
Dxsk_buff_pool.c546 max = xskq_cons_nb_entries(pool->fq, max); in xp_alloc_new_from_fq()
Dxsk.c375 nb_pkts = xskq_cons_nb_entries(xs->tx, nb_pkts); in xsk_tx_peek_release_desc_batch()