Home
last modified time | relevance | path

Searched refs:tx_descs (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.h55 unsigned int tx_descs; member
H A Dena_ethdev.c2528 tx_info->tx_descs = nb_hw_desc; in ena_xmit_mbuf()
2568 total_tx_descs += tx_info->tx_descs; in ena_tx_cleanup()
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c2380 uint32_t tx_descs; in al_eth_tx_pkt_prepare() local
2393 tx_descs = pkt->num_of_bufs; in al_eth_tx_pkt_prepare()
2395 tx_descs += 1; in al_eth_tx_pkt_prepare()
2400 tx_descs += al_eth_ext_metadata_needed_descs(pkt->ext_meta_data); in al_eth_tx_pkt_prepare()
2402 tx_dma_q->udma->name, tx_dma_q->qid, tx_descs, in al_eth_tx_pkt_prepare()
2407 if (unlikely(al_udma_available_get(tx_dma_q) < tx_descs)) { in al_eth_tx_pkt_prepare()
2409 tx_dma_q->udma->name, tx_dma_q->qid, tx_descs); in al_eth_tx_pkt_prepare()
2564 tx_dma_q->udma->name, tx_dma_q->qid, tx_descs); in al_eth_tx_pkt_prepare()
2566 return tx_descs; in al_eth_tx_pkt_prepare()
2570 void al_eth_tx_dma_action(struct al_udma_q *tx_dma_q, uint32_t tx_descs) in al_eth_tx_dma_action() argument
[all …]
H A Dal_hal_eth.h760 void al_eth_tx_dma_action(struct al_udma_q *tx_dma_q, uint32_t tx_descs);