Searched defs:ark_tx_queue (Results 1 – 1 of 1) sorted by relevance
24 struct ark_tx_queue { struct25 union ark_tx_meta *meta_q;26 struct rte_mbuf **bufs;29 struct ark_mpu_t *mpu;30 struct ark_ddm_t *ddm;56 static int eth_ark_tx_jumbo(struct ark_tx_queue *queue, argument