Home
last modified time | relevance | path

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

/net/xdp/
Dxsk_queue.h358 static inline void xskq_prod_submit_n(struct xsk_queue *q, u32 nb_entries) in xskq_prod_submit_n() argument
360 __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()