Searched refs:exp_buffs (Results 1 – 1 of 1) sorted by relevance
1473 uint32_t total_rxq_desc, nb_rbdr_desc, exp_buffs; in nicvf_vf_start() local1543 exp_buffs = RTE_MEMPOOL_CACHE_MAX_SIZE + rxq->rx_free_thresh; in nicvf_vf_start()1544 exp_buffs *= dev->data->nb_rx_queues; in nicvf_vf_start()1545 if (rte_mempool_avail_count(rxq->pool) < exp_buffs) { in nicvf_vf_start()1549 exp_buffs); in nicvf_vf_start()