Home
last modified time | relevance | path

Searched refs:i40e_rx_desc (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c98 volatile union i40e_rx_desc *rxdp; in i40e_get_monitor_addr()
455 volatile union i40e_rx_desc *rxdp; in i40e_rx_scan_hw_ring()
576 volatile union i40e_rx_desc *rxdp; in i40e_rx_alloc_bufs()
705 volatile union i40e_rx_desc *rx_ring; in i40e_recv_pkts()
706 volatile union i40e_rx_desc *rxdp; in i40e_recv_pkts()
707 union i40e_rx_desc rxd; in i40e_recv_pkts()
836 volatile union i40e_rx_desc *rxdp; in i40e_recv_scattered_pkts()
837 union i40e_rx_desc rxd; in i40e_recv_scattered_pkts()
2043 rxq->rx_ring = (union i40e_rx_desc *)rz->addr; in i40e_dev_rx_queue_setup()
2138 volatile union i40e_rx_desc *rxdp; in i40e_dev_rx_queue_count()
[all …]
H A Di40e_rxtx_vec_sse.c26 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm()
95 descs_to_fdir_32b(volatile union i40e_rx_desc *rxdp, struct rte_mbuf **rx_pkt) in descs_to_fdir_32b()
215 desc_to_olflags_v(struct i40e_rx_queue *rxq, volatile union i40e_rx_desc *rxdp, in desc_to_olflags_v()
358 volatile union i40e_rx_desc *rxdp; in _recv_raw_pkts_vec()
H A Di40e_rxtx_vec_neon.c25 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm()
83 descs_to_fdir_32b(volatile union i40e_rx_desc *rxdp, struct rte_mbuf **rx_pkt) in descs_to_fdir_32b()
206 desc_to_olflags_v(struct i40e_rx_queue *rxq, volatile union i40e_rx_desc *rxdp, in desc_to_olflags_v()
339 volatile union i40e_rx_desc *rxdp; in _recv_raw_pkts_vec()
H A Di40e_rxtx.h72 #define i40e_rx_desc i40e_16byte_rx_desc macro
74 #define i40e_rx_desc i40e_32byte_rx_desc macro
86 volatile union i40e_rx_desc *rx_ring;/**< RX ring virtual address */
H A Di40e_rxtx_vec_altivec.c25 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm()
202 volatile union i40e_rx_desc *rxdp; in _recv_raw_pkts_vec()
H A Di40e_rxtx_common_avx.h24 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm_common()
H A Di40e_rxtx_vec_avx512.c29 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm()
161 desc_fdir_processing_32b(volatile union i40e_rx_desc *rxdp, in desc_fdir_processing_32b()
245 volatile union i40e_rx_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _recv_raw_pkts_vec_avx512()
H A Di40e_rxtx_vec_avx2.c36 desc_fdir_processing_32b(volatile union i40e_rx_desc *rxdp, in desc_fdir_processing_32b()
121 volatile union i40e_rx_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _recv_raw_pkts_vec_avx2()
H A Di40e_fdir.c1235 volatile union i40e_rx_desc *rxdp; in i40e_check_fdir_programming_status()