Lines Matching defs:ark_rx_queue
31 struct __rte_cache_aligned ark_rx_queue { struct
33 struct rte_mbuf **reserve_q;
36 rte_iova_t *paddress_q;
37 struct rte_mempool *mb_pool;
39 struct ark_udm_t *udm;
40 struct ark_mpu_t *mpu;
42 rx_user_meta_hook_fn rx_user_meta_hook;
43 void *ext_user_data;
45 uint32_t dataroom;
46 uint32_t headroom;
71 struct ark_rx_queue *queue, in eth_ark_rx_hw_setup() argument