Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_res.c272 enic->conf_cq_count = vnic_dev_get_res_count(enic->vdev, RES_TYPE_CQ); in enic_get_res_counts()
279 enic->conf_cq_count, enic->conf_intr_count); in enic_get_res_counts()
H A Denic_vf_representor.c658 if (enic_cq_rq(pf, vf->pf_rq_sop_idx) >= pf->conf_cq_count) { in enic_vf_representor_init()
661 pf->conf_cq_count, pf->conf_rq_count); in enic_vf_representor_init()
H A Denic_main.c1509 if (enic->conf_cq_count < required_cq) { in enic_set_vnic_res()
1511 required_cq, enic->conf_cq_count); in enic_set_vnic_res()
1732 enic->conf_cq_count, 8); in enic_dev_init()
1739 if (enic->conf_cq_count > 0 && enic->cq == NULL) { in enic_dev_init()
H A Denic.h178 unsigned int conf_cq_count; member