Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ark/
H A Dark_ethdev_tx.c25 struct ark_tx_queue { struct
26 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