Searched refs:exp_buffs (Results 1 – 1 of 1) sorted by relevance
1458 uint32_t total_rxq_desc, nb_rbdr_desc, exp_buffs; in nicvf_vf_start() local1528 exp_buffs = RTE_MEMPOOL_CACHE_MAX_SIZE + rxq->rx_free_thresh; in nicvf_vf_start()1529 exp_buffs *= dev->data->nb_rx_queues; in nicvf_vf_start()1530 if (rte_mempool_avail_count(rxq->pool) < exp_buffs) { in nicvf_vf_start()1534 exp_buffs); in nicvf_vf_start()