Home
last modified time | relevance | path

Searched refs:ixgbe_adv_rx_desc (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.h17 #define IXGBE_RXD_ALIGN (IXGBE_ALIGN / sizeof(union ixgbe_adv_rx_desc))
42 sizeof(union ixgbe_adv_rx_desc))
99 volatile union ixgbe_adv_rx_desc *rx_ring; /**< RX ring virtual address. */
H A Dixgbe_rxtx.c1491 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_rx_scan_hw_ring()
1589 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_rx_alloc_bufs()
1746 volatile union ixgbe_adv_rx_desc *rx_ring; in ixgbe_recv_pkts()
1747 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_recv_pkts()
1752 union ixgbe_adv_rx_desc rxd; in ixgbe_recv_pkts()
1958 union ixgbe_adv_rx_desc *desc, in ixgbe_fill_cluster_head_buf()
2038 union ixgbe_adv_rx_desc rxd; in ixgbe_recv_pkts_lro()
2041 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_recv_pkts_lro()
3205 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_dev_rx_queue_count()
3228 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_dev_rx_descriptor_done()
[all …]
H A Dixgbe_rxtx_vec_neon.c21 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_rxq_rearm()
209 volatile union ixgbe_adv_rx_desc *rxdp; in _recv_raw_pkts_vec()
H A Dixgbe_rxtx_vec_sse.c24 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_rxq_rearm()
316 volatile union ixgbe_adv_rx_desc *rxdp; in _recv_raw_pkts_vec()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h3307 union ixgbe_adv_rx_desc { union