Searched refs:vf_res_cnt (Results 1 – 4 of 4) sorted by relevance
99 if (us_ibdev->vf_res_cnt[res_type] == 0) in config_show()103 us_ibdev->vf_res_cnt[res_type], in config_show()146 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in qp_per_vf_show()147 us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_RQ]); in qp_per_vf_show()160 us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_CQ]); in cq_per_vf_show()
85 unsigned int vf_res_cnt[USNIC_VNIC_RES_TYPE_MAX]; member
304 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in usnic_ib_query_device()305 us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_RQ]); in usnic_ib_query_device()310 props->max_cq = us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_CQ] * in usnic_ib_query_device()
585 pf->vf_res_cnt[res_type] = usnic_vnic_res_cnt(vf->vnic, in usnic_ib_pci_probe()
Completed in 7 milliseconds