Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c415 volatile union i40e_rx_desc *rxdp; in i40e_rx_scan_hw_ring()
525 volatile union i40e_rx_desc *rxdp; in i40e_rx_alloc_bufs()
654 volatile union i40e_rx_desc *rx_ring; in i40e_recv_pkts()
655 volatile union i40e_rx_desc *rxdp; in i40e_recv_pkts()
656 union i40e_rx_desc rxd; in i40e_recv_pkts()
779 volatile union i40e_rx_desc *rxdp; in i40e_recv_scattered_pkts()
780 union i40e_rx_desc rxd; in i40e_recv_scattered_pkts()
1929 rxq->rx_ring = (union i40e_rx_desc *)rz->addr; in i40e_dev_rx_queue_setup()
2011 volatile union i40e_rx_desc *rxdp; in i40e_dev_rx_queue_count()
2039 volatile union i40e_rx_desc *rxdp; in i40e_dev_rx_descriptor_done()
[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()
356 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_vec_neon.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_vec_avx2.c26 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm()
148 desc_fdir_processing_32b(volatile union i40e_rx_desc *rxdp, in desc_fdir_processing_32b()
233 volatile union i40e_rx_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _recv_raw_pkts_vec_avx2()
H A Di40e_fdir.c1236 volatile union i40e_rx_desc *rxdp; in i40e_check_fdir_programming_status()