Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dxdp_sock_drv.h14 void xsk_tx_completed(struct xsk_buff_pool *pool, u32 nb_entries);
121 static inline void xsk_tx_completed(struct xsk_buff_pool *pool, u32 nb_entries) in xsk_tx_completed() argument
/Linux-v5.10/net/xdp/
Dxsk_queue.h350 static inline void xskq_prod_submit_n(struct xsk_queue *q, u32 nb_entries) in xskq_prod_submit_n() argument
352 __xskq_prod_submit(q, q->ring->producer + nb_entries); in xskq_prod_submit_n()
Dxsk.c294 void xsk_tx_completed(struct xsk_buff_pool *pool, u32 nb_entries) in xsk_tx_completed() argument
296 xskq_prod_submit_n(pool->cq, nb_entries); in xsk_tx_completed()