Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/qedr/
Dmain.c595 struct qed_rdma_device *qed_attr; in qedr_set_device_attr() local
600 qed_attr = dev->ops->rdma_query_device(dev->rdma_ctx); in qedr_set_device_attr()
613 attr->vendor_id = qed_attr->vendor_id; in qedr_set_device_attr()
614 attr->vendor_part_id = qed_attr->vendor_part_id; in qedr_set_device_attr()
615 attr->hw_ver = qed_attr->hw_ver; in qedr_set_device_attr()
616 attr->fw_ver = qed_attr->fw_ver; in qedr_set_device_attr()
617 attr->node_guid = qed_attr->node_guid; in qedr_set_device_attr()
618 attr->sys_image_guid = qed_attr->sys_image_guid; in qedr_set_device_attr()
619 attr->max_cnq = qed_attr->max_cnq; in qedr_set_device_attr()
620 attr->max_sge = qed_attr->max_sge; in qedr_set_device_attr()
[all …]