Home
last modified time | relevance | path

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

/openbmc/linux/net/xdp/
H A Dxsk_queue.h293 static inline u32 xskq_cons_nb_entries(struct xsk_queue *q, u32 max) in xskq_cons_nb_entries() function
308 return xskq_cons_nb_entries(q, cnt) >= cnt; in xskq_cons_has_entries()
H A Dxsk_buff_pool.c561 max = xskq_cons_nb_entries(pool->fq, max); in xp_alloc_new_from_fq()
H A Dxsk.c478 nb_pkts = xskq_cons_nb_entries(xs->tx, nb_pkts); in xsk_tx_peek_release_desc_batch()