Searched refs:qp_per_vf (Results 1 – 2 of 2) sorted by relevance
173 int qp_per_vf; in usnic_ib_show_qp_per_vf() local176 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in usnic_ib_show_qp_per_vf()180 "%d\n", qp_per_vf); in usnic_ib_show_qp_per_vf()200 static DEVICE_ATTR(qp_per_vf, S_IRUGO, usnic_ib_show_qp_per_vf, NULL);
273 int qp_per_vf; in usnic_ib_query_device() local293 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in usnic_ib_query_device()295 props->max_qp = qp_per_vf * in usnic_ib_query_device()