Searched refs:cpy_mpool (Results 1 – 3 of 3) sorted by relevance
328 struct rte_mempool *cpy_mpool; member
2645 nic_dev->cpy_mpool = rte_mempool_lookup(nic_dev->proc_dev_name); in hinic_copy_mempool_init()2646 if (nic_dev->cpy_mpool == NULL) { in hinic_copy_mempool_init()2647 nic_dev->cpy_mpool = in hinic_copy_mempool_init()2653 if (!nic_dev->cpy_mpool) { in hinic_copy_mempool_init()2665 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()