Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_rxtx.h23 #define ice_rx_flex_desc ice_16b_rx_flex_desc macro
25 #define ice_rx_flex_desc ice_32b_rx_flex_desc macro
50 volatile union ice_rx_flex_desc *rxdp);
58 volatile union ice_rx_flex_desc *rx_ring;/* RX ring virtual address */
H A Dice_rxtx.c44 volatile union ice_rx_flex_desc *rxdp; in ice_get_monitor_addr()
105 volatile union ice_rx_flex_desc *rxdp) in ice_rxd_to_pkt_fields_by_comms_ovs()
403 volatile union ice_rx_flex_desc *rxd; in ice_alloc_rx_queue_mbufs()
1457 volatile union ice_rx_flex_desc *rxdp; in ice_rx_queue_count()
1567 volatile union ice_rx_flex_desc *rxdp; in ice_rx_scan_hw_ring()
1712 volatile union ice_rx_flex_desc *rxdp; in ice_rx_alloc_bufs()
1836 volatile union ice_rx_flex_desc *rxdp; in ice_recv_scattered_pkts()
1837 union ice_rx_flex_desc rxd; in ice_recv_scattered_pkts()
2140 volatile union ice_rx_flex_desc *rxdp; in ice_rx_descriptor_status()
2348 volatile union ice_rx_flex_desc *rxdp; in ice_recv_pkts()
[all …]
H A Dice_rxtx_common_avx.h20 volatile union ice_rx_flex_desc *rxdp; in ice_rxq_rearm_common()
H A Dice_rxtx_vec_sse.c37 volatile union ice_rx_flex_desc *rxdp; in ice_rxq_rearm()
303 volatile union ice_rx_flex_desc *rxdp; in _ice_recv_raw_pkts_vec()
H A Dice_rxtx_vec_avx512.c21 volatile union ice_rx_flex_desc *rxdp; in ice_rxq_rearm()
165 volatile union ice_rx_flex_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _ice_recv_raw_pkts_vec_avx512()
H A Dice_dcf_ethdev.c266 volatile union ice_rx_flex_desc *rxd; in alloc_rxq_mbufs()
350 for (i = 0; i < len * sizeof(union ice_rx_flex_desc); i++) in reset_rx_queue()
H A Dice_rxtx_vec_avx2.c50 volatile union ice_rx_flex_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _ice_recv_raw_pkts_vec_avx2()