Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/qedr/
Dmain.c599 struct qed_rdma_device *qed_attr; in qedr_set_device_attr() local
604 qed_attr = dev->ops->rdma_query_device(dev->rdma_ctx); in qedr_set_device_attr()
617 attr->vendor_id = qed_attr->vendor_id; in qedr_set_device_attr()
618 attr->vendor_part_id = qed_attr->vendor_part_id; in qedr_set_device_attr()
619 attr->hw_ver = qed_attr->hw_ver; in qedr_set_device_attr()
620 attr->fw_ver = qed_attr->fw_ver; in qedr_set_device_attr()
621 attr->node_guid = qed_attr->node_guid; in qedr_set_device_attr()
622 attr->sys_image_guid = qed_attr->sys_image_guid; in qedr_set_device_attr()
623 attr->max_cnq = qed_attr->max_cnq; in qedr_set_device_attr()
624 attr->max_sge = qed_attr->max_sge; in qedr_set_device_attr()
[all …]