Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.h312 struct rte_mempool *cpy_mpool; member
H A Dhinic_pmd_ethdev.c2684 nic_dev->cpy_mpool = rte_mempool_lookup(nic_dev->proc_dev_name); in hinic_copy_mempool_init()
2685 if (nic_dev->cpy_mpool == NULL) { in hinic_copy_mempool_init()
2686 nic_dev->cpy_mpool = in hinic_copy_mempool_init()
2692 if (!nic_dev->cpy_mpool) { in hinic_copy_mempool_init()
2704 if (nic_dev->cpy_mpool != NULL) in hinic_copy_mempool_uninit()
2705 rte_mempool_free(nic_dev->cpy_mpool); in hinic_copy_mempool_uninit()
H A Dhinic_pmd_tx.c295 if (unlikely(!nic_dev->cpy_mpool)) in hinic_copy_tx_mbuf()
298 dst_mbuf = rte_pktmbuf_alloc(nic_dev->cpy_mpool); in hinic_copy_tx_mbuf()