Home
last modified time | relevance | path

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

/drivers/infiniband/hw/usnic/
Dusnic_ib_sysfs.c144 int qp_per_vf; in qp_per_vf_show() local
146 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in qp_per_vf_show()
149 return sysfs_emit(buf, "%d\n", qp_per_vf); in qp_per_vf_show()
151 static DEVICE_ATTR_RO(qp_per_vf);
Dusnic_ib_verbs.c285 int qp_per_vf; in usnic_ib_query_device() local
304 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in usnic_ib_query_device()
306 props->max_qp = qp_per_vf * in usnic_ib_query_device()