Searched defs:nb_pkts (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 648 static struct pkt_stream *__pkt_stream_alloc(u32 nb_pkts) in __pkt_stream_alloc() 729 static struct pkt_stream *__pkt_stream_generate(u32 nb_pkts, u32 pkt_len, u32 nb_start, u32 nb_off) in __pkt_stream_generate() 750 static struct pkt_stream *pkt_stream_generate(u32 nb_pkts, u32 pkt_len) in pkt_stream_generate() 760 static void pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace() 904 static void pkt_stream_generate_custom(struct test_spec *test, struct pkt *pkts, u32 nb_pkts) in pkt_stream_generate_custom() 1643 u32 idx = 0, filled = 0, buffers_to_fill, nb_pkts; in xsk_populate_fill_ring() local
|
H A D | xskxceiver.h | 109 u32 nb_pkts; member
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_xsk.c | 1047 struct xdp_desc *descs, u32 nb_pkts, in ice_fill_tx_hw_ring() 1070 u32 nb_pkts, nb_processed = 0; in ice_xmit_zc() local
|
/linux/net/xdp/ |
H A D | xsk.c | 469 u32 nb_pkts = 0; in xsk_tx_peek_release_fallback() local 478 u32 xsk_tx_peek_release_desc_batch(struct xsk_buff_pool *pool, u32 nb_pkts) in xsk_tx_peek_release_desc_batch()
|