Home
last modified time | relevance | path

Searched refs:hw_atl_rxd_s (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c54 struct hw_atl_rxd_s *hw_ring;
87 struct hw_atl_rxd_s *rxd = NULL; in atl_reset_rx_queue()
93 rxd = (struct hw_atl_rxd_s *)&rxq->hw_ring[i]; in atl_reset_rx_queue()
173 sizeof(struct hw_atl_rxd_s), in atl_rx_queue_setup()
396 struct hw_atl_rxd_s *rxd; in atl_alloc_rx_queue_mbufs()
417 rxd = (struct hw_atl_rxd_s *)&rxq->hw_ring[i]; in atl_alloc_rx_queue_mbufs()
934 struct hw_atl_rxd_s *rxd = NULL; in atl_recv_pkts()
942 rxd = (struct hw_atl_rxd_s *)&rxq->hw_ring[tail]; in atl_recv_pkts()
1074 rxd = (struct hw_atl_rxd_s *)&rxq->hw_ring[tail]; in atl_recv_pkts()
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.h73 struct hw_atl_rxd_s { struct