Searched refs:cpy_mpool (Results 1 – 3 of 3) sorted by relevance
312 struct rte_mempool *cpy_mpool; member
2684 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()
295 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()