Searched defs:nb_pkts (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_xsk.c | 453 static void i40e_fill_tx_hw_ring(struct i40e_ring *xdp_ring, struct xdp_desc *descs, u32 nb_pkts, in i40e_fill_tx_hw_ring() 485 u32 nb_pkts, nb_processed = 0; in i40e_xmit_zc() local
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | xdpxceiver.c | 539 static struct pkt_stream *__pkt_stream_alloc(u32 nb_pkts) in __pkt_stream_alloc() 567 static struct pkt_stream *pkt_stream_generate(struct xsk_umem_info *umem, u32 nb_pkts, u32 pkt_len) in pkt_stream_generate() 592 static void pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace() 655 static void pkt_stream_generate_custom(struct test_spec *test, struct pkt *pkts, u32 nb_pkts) in pkt_stream_generate_custom()
|
D | xdpxceiver.h | 118 u32 nb_pkts; member
|
/linux-5.19.10/drivers/net/ethernet/intel/ice/ |
D | ice_xsk.c | 925 u32 nb_pkts, unsigned int *total_bytes) in ice_fill_tx_hw_ring() 959 u32 nb_pkts, nb_processed = 0; in ice_xmit_zc() local
|
/linux-5.19.10/net/xdp/ |
D | xsk.c | 349 u32 nb_pkts = 0; in xsk_tx_peek_release_fallback() local 361 u32 nb_pkts; in xsk_tx_peek_release_desc_batch() local
|