Searched defs:ark_tx_queue (Results 1 – 1 of 1) sorted by relevance
25 struct ark_tx_queue { struct26 struct ark_tx_meta *meta_q;27 struct rte_mbuf **bufs;30 struct ark_mpu_t *mpu;31 struct ark_ddm_t *ddm;56 static uint32_t eth_ark_tx_jumbo(struct ark_tx_queue *queue, argument