Searched refs:qp_per_vf (Results 1 – 2 of 2) sorted by relevance
158 int qp_per_vf; in usnic_ib_show_qp_per_vf() local161 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in usnic_ib_show_qp_per_vf()165 "%d\n", qp_per_vf); in usnic_ib_show_qp_per_vf()185 static DEVICE_ATTR(qp_per_vf, S_IRUGO, usnic_ib_show_qp_per_vf, NULL);
257 int qp_per_vf; in usnic_ib_query_device() local274 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in usnic_ib_query_device()276 props->max_qp = qp_per_vf * in usnic_ib_query_device()