Home
last modified time | relevance | path

Searched refs:conf_rq_count (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/enic/
H A Denic.h176 unsigned int conf_rq_count; member
349 return vf->pf->conf_rq_count - (vf->pf->max_vf_id + vf->vf_id + 2); in vf_wq_cq_idx()
359 return vf->pf->conf_rq_count - vf->vf_id - 1; in vf_rq_sop_idx()
364 return vf->pf->conf_rq_count - (vf->pf->max_vf_id + vf->vf_id + 2); in vf_rq_data_idx()
H A Denic_res.c271 enic->conf_rq_count = vnic_dev_get_res_count(enic->vdev, RES_TYPE_RQ); in enic_get_res_counts()
278 enic->conf_wq_count, enic->conf_rq_count, in enic_get_res_counts()
H A Denic_main.c1497 if (enic->conf_rq_count < required_rq) { in enic_set_vnic_res()
1500 required_rq, enic->conf_rq_count); in enic_set_vnic_res()
1724 if (enic->conf_rq_count == 1) { in enic_dev_init()
1736 enic->conf_rq_count, 8); in enic_dev_init()
1747 if (enic->conf_rq_count > 0 && enic->rq == NULL) { in enic_dev_init()
H A Denic_ethdev.c294 RTE_ASSERT(enic_rte_rq_idx_to_sop_idx(queue_idx) < enic->conf_rq_count); in enicpmd_dev_rx_queue_setup()
471 device_info->max_rx_queues = enic->conf_rq_count / 2; in enicpmd_dev_info_get()
H A Denic_vf_representor.c661 pf->conf_cq_count, pf->conf_rq_count); in enic_vf_representor_init()