Searched refs:cpy_mbuf (Results 1 – 2 of 2) sorted by relevance
402 txq->tx_info[sqe_info->pi].cpy_mbuf = mbuf; in hinic_mbuf_dma_map_sge()632 if (unlikely(tx_info->cpy_mbuf != NULL)) { in hinic_xmit_mbuf_cleanup()633 rte_pktmbuf_free(tx_info->cpy_mbuf); in hinic_xmit_mbuf_cleanup()634 tx_info->cpy_mbuf = NULL; in hinic_xmit_mbuf_cleanup()1229 if (unlikely(tx_info->cpy_mbuf != NULL)) { in hinic_free_all_tx_mbufs()1230 rte_pktmbuf_free(tx_info->cpy_mbuf); in hinic_free_all_tx_mbufs()1231 tx_info->cpy_mbuf = NULL; in hinic_free_all_tx_mbufs()
103 struct rte_mbuf *cpy_mbuf; member