Home
last modified time | relevance | path

Searched defs:nb_entries (Results 1 – 4 of 4) sorted by relevance

/linux/net/xdp/
H A Dxsk_queue.h282 u32 cached_cons, nb_entries = 0; in xskq_cons_read_desc_batch() local
465 u32 nb_entries) in xskq_prod_write_addr_batch()
511 static inline void xskq_prod_submit_n(struct xsk_queue *q, u32 nb_entries) in xskq_prod_submit_n()
H A Dxsk_buff_pool.c611 u32 i, cached_cons, nb_entries; in xp_alloc_new_from_fq() local
645 static u32 xp_alloc_reused(struct xsk_buff_pool *pool, struct xdp_buff **xdp, u32 nb_entries) in xp_alloc_reused()
H A Dxsk.c524 void xsk_tx_completed(struct xsk_buff_pool *pool, u32 nb_entries) in xsk_tx_completed()
/linux/include/net/
H A Dxdp_sock_drv.h354 static inline void xsk_tx_completed(struct xsk_buff_pool *pool, u32 nb_entries) in xsk_tx_completed()