Home
last modified time | relevance | path

Searched refs:conf_cq_count (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/enic/
H A Denic_res.c295 enic->conf_cq_count = vnic_dev_get_res_count(enic->vdev, RES_TYPE_CQ); in enic_get_res_counts()
302 enic->conf_cq_count, enic->conf_intr_count); in enic_get_res_counts()
H A Denic_vf_representor.c649 if (enic_cq_rq(pf, vf->pf_rq_sop_idx) >= pf->conf_cq_count) { in enic_vf_representor_init()
652 pf->conf_cq_count, pf->conf_rq_count); in enic_vf_representor_init()
H A Denic_main.c1524 if (enic->conf_cq_count < required_cq) { in enic_set_vnic_res()
1526 required_cq, enic->conf_cq_count); in enic_set_vnic_res()
1823 enic->conf_cq_count, 8); in enic_dev_init()
1830 if (enic->conf_cq_count > 0 && enic->cq == NULL) { in enic_dev_init()
H A Denic.h161 unsigned int conf_cq_count; member