Home
last modified time | relevance | path

Searched defs:rxdp (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/dpdk/drivers/net/iavf/
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()
951 volatile union iavf_rx_flex_desc *rxdp) in iavf_flex_rxd_to_vlan_tci()
1108 volatile union iavf_rx_desc *rxdp; in iavf_recv_pkts() local
1216 volatile union iavf_rx_flex_desc *rxdp; in iavf_recv_pkts_flex_rxd() local
1326 volatile union iavf_rx_flex_desc *rxdp; in iavf_recv_scattered_pkts_flex_rxd() local
1477 volatile union iavf_rx_desc *rxdp; in iavf_recv_scattered_pkts() local
1620 volatile union iavf_rx_flex_desc *rxdp; in iavf_rx_scan_hw_ring_flex_rxd() local
1696 volatile union iavf_rx_desc *rxdp; in iavf_rx_scan_hw_ring() local
1805 volatile union iavf_rx_desc *rxdp; in iavf_rx_alloc_bufs() local
[all …]
H A Diavf_rxtx_vec_sse.c25 volatile union iavf_rx_desc *rxdp; in iavf_rxq_rearm() local
393 volatile union iavf_rx_desc *rxdp; in _recv_raw_pkts_vec() local
642 volatile union iavf_rx_flex_desc *rxdp; in _recv_raw_pkts_vec_flex_rxd() local
H A Diavf_rxtx_vec_avx2.c18 volatile union iavf_rx_desc *rxdp; in iavf_rxq_rearm() local
151 volatile union iavf_rx_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _iavf_recv_raw_pkts_vec_avx2() local
648 volatile union iavf_rx_flex_desc *rxdp = in _iavf_recv_raw_pkts_vec_avx2_flex_rxd() local
H A Diavf_rxtx_vec_avx512.c21 volatile union iavf_rx_desc *rxdp; in iavf_rxq_rearm() local
154 volatile union iavf_rx_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _iavf_recv_raw_pkts_vec_avx512() local
646 volatile union iavf_rx_flex_desc *rxdp = in _iavf_recv_raw_pkts_vec_avx512_flex_rxd() local
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.c54 struct hns3_desc *rxdp = rxq->rx_ring + rxq->rx_rearm_start; in hns3_rxq_rearm_mbuf() local
106 struct hns3_desc *rxdp = &rxq->rx_ring[rxq->next_to_use]; in hns3_recv_pkts_vec() local
H A Dhns3_rxtx_vec_neon.h89 struct hns3_desc *rxdp, in hns3_desc_parse_field()
132 struct hns3_desc *rxdp = &rxq->rx_ring[rx_id]; in hns3_recv_burst_vec() local
H A Dhns3_rxtx_vec_sve.c86 struct hns3_desc *rxdp = &rxq->rx_ring[rx_id]; in hns3_recv_burst_vec_sve() local
240 struct hns3_desc *rxdp = rxq->rx_ring + rxq->rx_rearm_start; in hns3_rxq_rearm_mbuf_sve() local
289 struct hns3_desc *rxdp = &rxq->rx_ring[rxq->next_to_use]; in hns3_recv_pkts_vec_sve() local
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx.c373 volatile union fm10k_rx_desc *rxdp; in fm10k_dev_rx_queue_count() local
399 volatile union fm10k_rx_desc *rxdp; in fm10k_dev_rx_descriptor_done() local
424 volatile union fm10k_rx_desc *rxdp; in fm10k_dev_rx_descriptor_status() local
H A Dfm10k_rxtx_vec.c260 volatile union fm10k_rx_desc *rxdp; in fm10k_rxq_rearm() local
381 volatile union fm10k_rx_desc *rxdp; in fm10k_recv_raw_pkts_vec() local
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_sse.c26 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm() local
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() local
H A Di40e_rxtx_vec_altivec.c25 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm() local
202 volatile union i40e_rx_desc *rxdp; in _recv_raw_pkts_vec() local
H A Di40e_rxtx.c76 i40e_rxd_to_vlan_tci(struct rte_mbuf *mb, volatile union i40e_rx_desc *rxdp) in i40e_rxd_to_vlan_tci()
177 i40e_rxd_build_fdir(volatile union i40e_rx_desc *rxdp, struct rte_mbuf *mb) in i40e_rxd_build_fdir()
415 volatile union i40e_rx_desc *rxdp; in i40e_rx_scan_hw_ring() local
525 volatile union i40e_rx_desc *rxdp; in i40e_rx_alloc_bufs() local
655 volatile union i40e_rx_desc *rxdp; in i40e_recv_pkts() local
779 volatile union i40e_rx_desc *rxdp; in i40e_recv_scattered_pkts() local
2011 volatile union i40e_rx_desc *rxdp; in i40e_dev_rx_queue_count() local
2039 volatile union i40e_rx_desc *rxdp; in i40e_dev_rx_descriptor_done() local
H A Di40e_rxtx_vec_neon.c25 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm() local
202 volatile union i40e_rx_desc *rxdp; in _recv_raw_pkts_vec() local
H A Di40e_rxtx_vec_avx2.c26 volatile union i40e_rx_desc *rxdp; in i40e_rxq_rearm() local
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() local
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c49 volatile union ice_rx_flex_desc *rxdp) in ice_rxd_to_pkt_fields_by_comms_generic()
71 volatile union ice_rx_flex_desc *rxdp) in ice_rxd_to_pkt_fields_by_comms_ovs()
96 volatile union ice_rx_flex_desc *rxdp) in ice_rxd_to_pkt_fields_by_comms_aux_v1()
138 volatile union ice_rx_flex_desc *rxdp) in ice_rxd_to_pkt_fields_by_comms_aux_v2()
1394 volatile union ice_rx_flex_desc *rxdp; in ice_rx_queue_count() local
1496 volatile union ice_rx_flex_desc *rxdp; in ice_rx_scan_hw_ring() local
1591 volatile union ice_rx_flex_desc *rxdp; in ice_rx_alloc_bufs() local
1717 volatile union ice_rx_flex_desc *rxdp; in ice_recv_scattered_pkts() local
1974 volatile union ice_rx_flex_desc *rxdp; in ice_rx_descriptor_status() local
2182 volatile union ice_rx_flex_desc *rxdp; in ice_recv_pkts() local
[all …]
H A Dice_rxtx_vec_sse.c37 volatile union ice_rx_flex_desc *rxdp; in ice_rxq_rearm() local
267 volatile union ice_rx_flex_desc *rxdp; in _ice_recv_raw_pkts_vec() local
H A Dice_rxtx_vec_avx2.c18 volatile union ice_rx_flex_desc *rxdp; in ice_rxq_rearm() local
164 volatile union ice_rx_flex_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _ice_recv_raw_pkts_vec_avx2() local
H A Dice_rxtx_vec_avx512.c20 volatile union ice_rx_flex_desc *rxdp; in ice_rxq_rearm() local
159 volatile union ice_rx_flex_desc *rxdp = rxq->rx_ring + rxq->rx_tail; in _ice_recv_raw_pkts_vec_avx512() local
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_neon.c21 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_rxq_rearm() local
209 volatile union ixgbe_adv_rx_desc *rxdp; in _recv_raw_pkts_vec() local
H A Dixgbe_rxtx_vec_sse.c24 volatile union ixgbe_adv_rx_desc *rxdp; in ixgbe_rxq_rearm() local
316 volatile union ixgbe_adv_rx_desc *rxdp; in _recv_raw_pkts_vec() local
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv.c44 ar9300_set_rx_dp(struct ath_hal *ah, u_int32_t rxdp, HAL_RX_QUEUE qtype) in ar9300_set_rx_dp()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_rxtx.c681 volatile struct e1000_rx_desc *rxdp; in eth_em_recv_pkts() local
856 volatile struct e1000_rx_desc *rxdp; in eth_em_recv_scattered_pkts() local
1495 volatile struct e1000_rx_desc *rxdp; in eth_em_rx_queue_count() local
1517 volatile struct e1000_rx_desc *rxdp; in eth_em_rx_descriptor_done() local
H A Digb_rxtx.c809 volatile union e1000_adv_rx_desc *rxdp; in eth_igb_recv_pkts() local
994 volatile union e1000_adv_rx_desc *rxdp; in eth_igb_recv_scattered_pkts() local
1775 volatile union e1000_adv_rx_desc *rxdp; in eth_igb_rx_queue_count() local
1797 volatile union e1000_adv_rx_desc *rxdp; in eth_igb_rx_descriptor_done() local
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c357 volatile union igc_adv_rx_desc *rxdp; in igc_recv_pkts() local
504 volatile union igc_adv_rx_desc *rxdp; in igc_recv_scattered_pkts() local
734 volatile union igc_adv_rx_desc *rxdp; in eth_igc_rx_queue_count() local
761 volatile union igc_adv_rx_desc *rxdp; in eth_igc_rx_descriptor_done() local
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c1118 volatile struct txgbe_rx_desc *rxdp; in txgbe_rx_scan_hw_ring() local
1211 volatile struct txgbe_rx_desc *rxdp; in txgbe_rx_alloc_bufs() local
1368 volatile struct txgbe_rx_desc *rxdp; in txgbe_recv_pkts() local
1643 volatile struct txgbe_rx_desc *rxdp; in txgbe_recv_pkts_lro() local
2625 volatile struct txgbe_rx_desc *rxdp; in txgbe_dev_rx_queue_count() local

12