Home
last modified time | relevance | path

Searched refs:qp_per_vf (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_ib_sysfs.c143 int qp_per_vf; in qp_per_vf_show() local
145 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in qp_per_vf_show()
148 return sysfs_emit(buf, "%d\n", qp_per_vf); in qp_per_vf_show()
150 static DEVICE_ATTR_RO(qp_per_vf);
H A Dusnic_ib_verbs.c284 int qp_per_vf; in usnic_ib_query_device() local
303 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in usnic_ib_query_device()
305 props->max_qp = qp_per_vf * in usnic_ib_query_device()
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
H A Dusnic_ib_sysfs.c156 int qp_per_vf; in qp_per_vf_show() local
158 qp_per_vf = max(us_ibdev->vf_res_cnt[USNIC_VNIC_RES_TYPE_WQ], in qp_per_vf_show()
162 "%d\n", qp_per_vf); in qp_per_vf_show()
164 static DEVICE_ATTR_RO(qp_per_vf);
H A 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()

Completed in 3 milliseconds