Home
last modified time | relevance | path

Searched defs:ark_tx_queue (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/ark/
H A Dark_ethdev_tx.c24 struct ark_tx_queue { struct
25 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