Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Denic_res.c190 enic->conf_cq_count = vnic_dev_get_res_count(enic->vdev, RES_TYPE_CQ); in enic_get_res_counts()
197 enic->conf_cq_count, enic->conf_intr_count); in enic_get_res_counts()
200 enic->conf_cq_count = enic->conf_rq_count + enic->conf_wq_count; in enic_get_res_counts()
204 enic->conf_cq_count, enic->conf_intr_count); in enic_get_res_counts()
211 enic->cq_count = enic->conf_cq_count; in enic_get_res_counts()
H A Denic.h266 unsigned int conf_cq_count; member