Home
last modified time | relevance | path

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

/linux-6.12.1/net/xdp/
Dxsk_buff_pool.c574 max = xskq_cons_nb_entries(pool->fq, max); in xp_alloc_new_from_fq()
681 avail_count = xskq_cons_nb_entries(pool->fq, req_count); in xp_can_alloc()
Dxsk_queue.h296 static inline u32 xskq_cons_nb_entries(struct xsk_queue *q, u32 max) in xskq_cons_nb_entries() function
Dxsk.c495 nb_pkts = xskq_cons_nb_entries(xs->tx, nb_pkts); in xsk_tx_peek_release_desc_batch()