Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.h135 #define iavf_rx_flex_desc iavf_16b_rx_flex_desc macro
138 #define iavf_rx_flex_desc iavf_32b_rx_flex_desc macro
143 volatile union iavf_rx_flex_desc *rxdp);
H A Diavf_rxtx.c332 volatile union iavf_rx_flex_desc *rxdp) in iavf_rxd_to_pkt_fields_by_comms_ovs()
357 volatile union iavf_rx_flex_desc *rxdp) in iavf_rxd_to_pkt_fields_by_comms_aux_v1()
399 volatile union iavf_rx_flex_desc *rxdp) in iavf_rxd_to_pkt_fields_by_comms_aux_v2()
951 volatile union iavf_rx_flex_desc *rxdp) in iavf_flex_rxd_to_vlan_tci()
1216 volatile union iavf_rx_flex_desc *rxdp; in iavf_recv_pkts_flex_rxd()
1218 union iavf_rx_flex_desc rxd; in iavf_recv_pkts_flex_rxd()
1239 rxdp = (volatile union iavf_rx_flex_desc *)&rx_ring[rx_id]; in iavf_recv_pkts_flex_rxd()
1313 union iavf_rx_flex_desc rxd; in iavf_recv_scattered_pkts_flex_rxd()
1326 volatile union iavf_rx_flex_desc *rxdp; in iavf_recv_scattered_pkts_flex_rxd()
1330 rxdp = (volatile union iavf_rx_flex_desc *)&rx_ring[rx_id]; in iavf_recv_scattered_pkts_flex_rxd()
[all …]
H A Diavf_rxtx_vec_sse.c642 volatile union iavf_rx_flex_desc *rxdp; in _recv_raw_pkts_vec_flex_rxd()
699 rxdp = (union iavf_rx_flex_desc *)rxq->rx_ring + rxq->rx_tail; in _recv_raw_pkts_vec_flex_rxd()
H A Diavf_rxtx_vec_avx2.c648 volatile union iavf_rx_flex_desc *rxdp = in _iavf_recv_raw_pkts_vec_avx2_flex_rxd()
649 (union iavf_rx_flex_desc *)rxq->rx_ring + rxq->rx_tail; in _iavf_recv_raw_pkts_vec_avx2_flex_rxd()
H A Diavf_rxtx_vec_avx512.c646 volatile union iavf_rx_flex_desc *rxdp = in _iavf_recv_raw_pkts_vec_avx512_flex_rxd()
647 (union iavf_rx_flex_desc *)rxq->rx_ring + rxq->rx_tail; in _iavf_recv_raw_pkts_vec_avx512_flex_rxd()