Home
last modified time | relevance | path

Searched defs:rx_pkts (Results 1 – 25 of 98) sorted by relevance

1234

/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx_vec_sse.c96 struct rte_mbuf **rx_pkts) in desc_to_olflags_v()
213 struct rte_mbuf **rx_pkts) in flex_desc_to_olflags_v()
347 desc_to_ptype_v(__m128i descs[4], struct rte_mbuf **rx_pkts, in desc_to_ptype_v()
363 flex_desc_to_ptype_v(__m128i descs[4], struct rte_mbuf **rx_pkts, in flex_desc_to_ptype_v()
390 _recv_raw_pkts_vec(struct iavf_rx_queue *rxq, struct rte_mbuf **rx_pkts, in _recv_raw_pkts_vec()
639 struct rte_mbuf **rx_pkts, in _recv_raw_pkts_vec_flex_rxd()
929 iavf_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_pkts_vec()
941 iavf_recv_pkts_vec_flex_rxd(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_pkts_vec_flex_rxd()
992 iavf_recv_scattered_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_scattered_pkts_vec()
1023 struct rte_mbuf **rx_pkts, in iavf_recv_scattered_burst_vec_flex_rxd()
[all …]
H A Diavf_rxtx_vec_avx2.c139 struct rte_mbuf **rx_pkts, in _iavf_recv_raw_pkts_vec_avx2()
638 struct rte_mbuf **rx_pkts, in _iavf_recv_raw_pkts_vec_avx2_flex_rxd()
1232 iavf_recv_pkts_vec_avx2(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_pkts_vec_avx2()
1243 iavf_recv_pkts_vec_avx2_flex_rxd(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_pkts_vec_avx2_flex_rxd()
1256 iavf_recv_scattered_burst_vec_avx2(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_scattered_burst_vec_avx2()
1298 iavf_recv_scattered_pkts_vec_avx2(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_scattered_pkts_vec_avx2()
1323 struct rte_mbuf **rx_pkts, in iavf_recv_scattered_burst_vec_avx2_flex_rxd()
1366 struct rte_mbuf **rx_pkts, in iavf_recv_scattered_pkts_vec_avx2_flex_rxd()
H A Diavf_rxtx_vec_avx512.c146 struct rte_mbuf **rx_pkts, in _iavf_recv_raw_pkts_vec_avx512()
638 struct rte_mbuf **rx_pkts, in _iavf_recv_raw_pkts_vec_avx512_flex_rxd()
1247 iavf_recv_pkts_vec_avx512(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_pkts_vec_avx512()
1258 iavf_recv_pkts_vec_avx512_flex_rxd(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_pkts_vec_avx512_flex_rxd()
1271 iavf_recv_scattered_burst_vec_avx512(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_scattered_burst_vec_avx512()
1313 iavf_recv_scattered_pkts_vec_avx512(void *rx_queue, struct rte_mbuf **rx_pkts, in iavf_recv_scattered_pkts_vec_avx512()
1338 struct rte_mbuf **rx_pkts, in iavf_recv_scattered_burst_vec_avx512_flex_rxd()
1381 struct rte_mbuf **rx_pkts, in iavf_recv_scattered_pkts_vec_avx512_flex_rxd()
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_rxtx.c418 nicvf_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t nb_pkts, in nicvf_recv_pkts()
488 nicvf_recv_pkts_no_offload(void *rx_queue, struct rte_mbuf **rx_pkts, in nicvf_recv_pkts_no_offload()
496 nicvf_recv_pkts_cksum(void *rx_queue, struct rte_mbuf **rx_pkts, in nicvf_recv_pkts_cksum()
504 nicvf_recv_pkts_vlan_strip(void *rx_queue, struct rte_mbuf **rx_pkts, in nicvf_recv_pkts_vlan_strip()
512 nicvf_recv_pkts_cksum_vlan_strip(void *rx_queue, struct rte_mbuf **rx_pkts, in nicvf_recv_pkts_cksum_vlan_strip()
576 nicvf_recv_pkts_multiseg(void *rx_queue, struct rte_mbuf **rx_pkts, in nicvf_recv_pkts_multiseg()
620 nicvf_recv_pkts_multiseg_no_offload(void *rx_queue, struct rte_mbuf **rx_pkts, in nicvf_recv_pkts_multiseg_no_offload()
628 nicvf_recv_pkts_multiseg_cksum(void *rx_queue, struct rte_mbuf **rx_pkts, in nicvf_recv_pkts_multiseg_cksum()
636 nicvf_recv_pkts_multiseg_vlan_strip(void *rx_queue, struct rte_mbuf **rx_pkts, in nicvf_recv_pkts_multiseg_vlan_strip()
645 struct rte_mbuf **rx_pkts, uint16_t nb_pkts) in nicvf_recv_pkts_multiseg_cksum_vlan_strip()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_altivec.c105 desc_to_olflags_v(vector unsigned long descs[4], struct rte_mbuf **rx_pkts) in desc_to_olflags_v()
172 desc_to_ptype_v(vector unsigned long descs[4], struct rte_mbuf **rx_pkts, in desc_to_ptype_v()
199 _recv_raw_pkts_vec(struct i40e_rx_queue *rxq, struct rte_mbuf **rx_pkts, in _recv_raw_pkts_vec()
455 i40e_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_pkts_vec()
468 i40e_recv_scattered_burst_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_scattered_burst_vec()
506 i40e_recv_scattered_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_scattered_pkts_vec()
H A Di40e_rxtx_vec_neon.c82 struct rte_mbuf **rx_pkts) in desc_to_olflags_v()
175 desc_to_ptype_v(uint64x2_t descs[4], struct rte_mbuf **__rte_restrict rx_pkts, in desc_to_ptype_v()
199 struct rte_mbuf **__rte_restrict rx_pkts, in _recv_raw_pkts_vec()
435 struct rte_mbuf **__rte_restrict rx_pkts, uint16_t nb_pkts) in i40e_recv_pkts_vec()
447 i40e_recv_scattered_burst_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_scattered_burst_vec()
487 i40e_recv_scattered_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_scattered_pkts_vec()
H A Di40e_rxtx_vec_sse.c216 __m128i descs[4], struct rte_mbuf **rx_pkts) in desc_to_olflags_v()
330 desc_to_ptype_v(__m128i descs[4], struct rte_mbuf **rx_pkts, in desc_to_ptype_v()
353 _recv_raw_pkts_vec(struct i40e_rx_queue *rxq, struct rte_mbuf **rx_pkts, in _recv_raw_pkts_vec()
600 i40e_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_pkts_vec()
613 i40e_recv_scattered_burst_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_scattered_burst_vec()
653 i40e_recv_scattered_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_scattered_pkts_vec()
H A Di40e_rxtx_vec_avx2.c149 struct rte_mbuf **rx_pkts, in desc_fdir_processing_32b()
224 _recv_raw_pkts_vec_avx2(struct i40e_rx_queue *rxq, struct rte_mbuf **rx_pkts, in _recv_raw_pkts_vec_avx2()
737 i40e_recv_pkts_vec_avx2(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_pkts_vec_avx2()
749 i40e_recv_scattered_burst_vec_avx2(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_scattered_burst_vec_avx2()
791 i40e_recv_scattered_pkts_vec_avx2(void *rx_queue, struct rte_mbuf **rx_pkts, in i40e_recv_scattered_pkts_vec_avx2()
H A Di40e_rxtx.c505 struct rte_mbuf **rx_pkts, in i40e_rx_fill_from_stage()
573 rx_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t nb_pkts) in rx_recv_pkts()
618 struct rte_mbuf **rx_pkts, in i40e_recv_pkts_bulk_alloc()
643 struct rte_mbuf __rte_unused **rx_pkts, in i40e_recv_pkts_bulk_alloc()
651 i40e_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t nb_pkts) in i40e_recv_pkts()
774 struct rte_mbuf **rx_pkts, in i40e_recv_scattered_pkts()
3457 struct rte_mbuf __rte_unused **rx_pkts, in i40e_recv_pkts_vec()
3466 struct rte_mbuf __rte_unused **rx_pkts, in i40e_recv_scattered_pkts_vec()
3502 struct rte_mbuf __rte_unused **rx_pkts, in i40e_recv_pkts_vec_avx2()
3510 struct rte_mbuf __rte_unused **rx_pkts, in i40e_recv_scattered_pkts_vec_avx2()
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx_vec.c45 fm10k_desc_to_olflags_v(__m128i descs[4], struct rte_mbuf **rx_pkts) in fm10k_desc_to_olflags_v()
142 fm10k_desc_to_pktype_v(__m128i descs[4], struct rte_mbuf **rx_pkts) in fm10k_desc_to_pktype_v()
202 #define fm10k_desc_to_olflags_v(desc, rx_pkts) do {} while (0) argument
203 #define fm10k_desc_to_pktype_v(desc, rx_pkts) do {} while (0) argument
378 fm10k_recv_raw_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in fm10k_recv_raw_pkts_vec()
596 fm10k_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in fm10k_recv_pkts_vec()
655 fm10k_recv_scattered_burst_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in fm10k_recv_scattered_burst_vec()
695 fm10k_recv_scattered_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in fm10k_recv_scattered_pkts_vec()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_neon.c88 uint8x16_t staterr, struct rte_mbuf **rx_pkts) in desc_to_olflags_v()
155 struct rte_mbuf **rx_pkts) in desc_to_ptype_v()
206 _recv_raw_pkts_vec(struct ixgbe_rx_queue *rxq, struct rte_mbuf **rx_pkts, in _recv_raw_pkts_vec()
387 ixgbe_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in ixgbe_recv_pkts_vec()
402 ixgbe_recv_scattered_burst_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in ixgbe_recv_scattered_burst_vec()
439 ixgbe_recv_scattered_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in ixgbe_recv_scattered_pkts_vec()
H A Dixgbe_rxtx_vec_sse.c98 desc_to_olflags_v_ipsec(__m128i descs[4], struct rte_mbuf **rx_pkts) in desc_to_olflags_v_ipsec()
135 struct rte_mbuf **rx_pkts) in desc_to_olflags_v()
262 struct rte_mbuf **rx_pkts) in desc_to_ptype_v()
313 _recv_raw_pkts_vec(struct ixgbe_rx_queue *rxq, struct rte_mbuf **rx_pkts, in _recv_raw_pkts_vec()
562 ixgbe_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in ixgbe_recv_pkts_vec()
576 ixgbe_recv_scattered_burst_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in ixgbe_recv_scattered_burst_vec()
613 ixgbe_recv_scattered_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in ixgbe_recv_scattered_pkts_vec()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_rxtx.c71 failsafe_rx_set_port(struct rte_mbuf **rx_pkts, uint16_t nb_pkts, uint16_t port) in failsafe_rx_set_port()
81 struct rte_mbuf **rx_pkts, in failsafe_rx_burst()
113 struct rte_mbuf **rx_pkts, in failsafe_rx_burst_fast()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_sse.c105 struct rte_mbuf **rx_pkts) in ice_rx_desc_to_olflags_v()
237 ice_rx_desc_to_ptype_v(__m128i descs[4], struct rte_mbuf **rx_pkts, in ice_rx_desc_to_ptype_v()
264 _ice_recv_raw_pkts_vec(struct ice_rx_queue *rxq, struct rte_mbuf **rx_pkts, in _ice_recv_raw_pkts_vec()
555 ice_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in ice_recv_pkts_vec()
568 ice_recv_scattered_burst_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in ice_recv_scattered_burst_vec()
607 ice_recv_scattered_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in ice_recv_scattered_pkts_vec()
H A Dice_rxtx_vec_avx2.c155 _ice_recv_raw_pkts_vec_avx2(struct ice_rx_queue *rxq, struct rte_mbuf **rx_pkts, in _ice_recv_raw_pkts_vec_avx2()
763 ice_recv_pkts_vec_avx2(void *rx_queue, struct rte_mbuf **rx_pkts, in ice_recv_pkts_vec_avx2()
775 ice_recv_scattered_burst_vec_avx2(void *rx_queue, struct rte_mbuf **rx_pkts, in ice_recv_scattered_burst_vec_avx2()
817 ice_recv_scattered_pkts_vec_avx2(void *rx_queue, struct rte_mbuf **rx_pkts, in ice_recv_scattered_pkts_vec_avx2()
H A Dice_rxtx_vec_avx512.c152 struct rte_mbuf **rx_pkts, in _ice_recv_raw_pkts_vec_avx512()
750 ice_recv_pkts_vec_avx512(void *rx_queue, struct rte_mbuf **rx_pkts, in ice_recv_pkts_vec_avx512()
762 ice_recv_scattered_burst_vec_avx512(void *rx_queue, struct rte_mbuf **rx_pkts, in ice_recv_scattered_burst_vec_avx512()
804 ice_recv_scattered_pkts_vec_avx512(void *rx_queue, struct rte_mbuf **rx_pkts, in ice_recv_scattered_pkts_vec_avx512()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rxtx.h12 struct rte_mbuf **rx_pkts; member
/f-stack/dpdk/drivers/net/enetc/
H A Denetc_rxtx.c322 struct rte_mbuf **rx_pkts, in enetc_clean_rx_ring()
395 enetc_recv_pkts(void *rxq, struct rte_mbuf **rx_pkts, in enetc_recv_pkts()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.c136 struct rte_mbuf **rx_pkts, in virtqueue_dequeue_burst_rx_packed()
179 virtqueue_dequeue_burst_rx(struct virtqueue *vq, struct rte_mbuf **rx_pkts, in virtqueue_dequeue_burst_rx()
214 struct rte_mbuf **rx_pkts, in virtqueue_dequeue_rx_inorder()
954 virtio_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts, uint16_t nb_pkts) in virtio_recv_pkts()
1060 virtio_recv_pkts_packed(void *rx_queue, struct rte_mbuf **rx_pkts, in virtio_recv_pkts_packed()
1163 struct rte_mbuf **rx_pkts, in virtio_recv_pkts_inorder()
1347 struct rte_mbuf **rx_pkts, in virtio_recv_mergeable_pkts()
1525 struct rte_mbuf **rx_pkts, in virtio_recv_mergeable_pkts_packed()
H A Dvirtio_rxtx_simple_neon.c40 struct rte_mbuf **__rte_restrict rx_pkts, in virtio_recv_pkts_vec()
H A Dvirtio_rxtx_simple_sse.c40 virtio_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in virtio_recv_pkts_vec()
H A Dvirtio_rxtx_simple_altivec.c40 virtio_recv_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts, in virtio_recv_pkts_vec()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.h67 hns3_rx_reassemble_pkts(struct rte_mbuf **rx_pkts, in hns3_rx_reassemble_pkts()
H A Dhns3_rxtx_vec_sve.c37 struct rte_mbuf **rx_pkts, in hns3_desc_parse_field_sve()
77 struct rte_mbuf **__restrict rx_pkts, in hns3_recv_burst_vec_sve()
285 struct rte_mbuf **__restrict rx_pkts, in hns3_recv_pkts_vec_sve()
/f-stack/dpdk/drivers/net/enic/
H A Denic_rxtx.c39 __rte_unused struct rte_mbuf **rx_pkts, in enic_dummy_recv_pkts()
46 enic_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts, in enic_recv_pkts()
219 enic_noscatter_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts, in enic_noscatter_recv_pkts()

1234