Home
last modified time | relevance | path

Searched refs:tx_info (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.c625 tx_info = &txq->tx_info[sw_ci]; in hinic_xmit_mbuf_cleanup()
638 mbuf = tx_info->mbuf; in hinic_xmit_mbuf_cleanup()
642 tx_info->mbuf = NULL; in hinic_xmit_mbuf_cleanup()
657 tx_info->mbuf = NULL; in hinic_xmit_mbuf_cleanup()
1190 tx_info = &txq->tx_info[sqe_info.pi]; in hinic_xmit_pkts()
1227 tx_info = &txq->tx_info[ci]; in hinic_free_all_tx_mbufs()
1236 tx_info->wqebb_cnt); in hinic_free_all_tx_mbufs()
1239 tx_info->mbuf = NULL; in hinic_free_all_tx_mbufs()
1284 if (!txq->tx_info) in hinic_setup_tx_resources()
1295 rte_free(txq->tx_info); in hinic_free_tx_resources()
[all …]
H A Dhinic_pmd_tx.h111 struct hinic_tx_info *tx_info; member
/dpdk/drivers/net/ena/
H A Dena_ethdev.c172 struct ena_tx_buffer *tx_info,
679 if (likely(tx_info->mbuf)) in validate_tx_req_id()
683 if (tx_info) in validate_tx_req_id()
2871 tx_info->mbuf = mbuf; in ena_tx_map_mbuf()
2872 ena_buf = tx_info->bufs; in ena_tx_map_mbuf()
2911 tx_info->num_of_bufs++; in ena_tx_map_mbuf()
2926 tx_info->num_of_bufs++; in ena_tx_map_mbuf()
2956 tx_info->num_of_bufs = 0; in ena_xmit_mbuf()
3032 tx_info->timestamp = 0; in ena_tx_cleanup()
3034 mbuf = tx_info->mbuf; in ena_tx_cleanup()
[all …]