Lines Matching defs:ark_rx_queue
30 struct ark_rx_queue { struct
32 struct rte_mbuf **reserve_q;
35 rte_iova_t *paddress_q;
36 struct rte_mempool *mb_pool;
38 struct ark_udm_t *udm;
39 struct ark_mpu_t *mpu;
41 rx_user_meta_hook_fn rx_user_meta_hook;
42 void *ext_user_data;
44 uint32_t dataroom;
45 uint32_t headroom;
70 struct ark_rx_queue *queue, in eth_ark_rx_hw_setup() argument