Searched defs:ark_rx_queue (Results 1 – 1 of 1) sorted by relevance
31 struct __rte_cache_aligned ark_rx_queue { struct33 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;[all …]