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

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c688 struct ecore_rdma_device *ecore_attr; local
692 ecore_attr = ecore_rdma_query_device(dev->rdma_ctx);
702 attr->vendor_id = ecore_attr->vendor_id;
703 attr->vendor_part_id = ecore_attr->vendor_part_id;
708 attr->hw_ver = ecore_attr->hw_ver;
709 attr->fw_ver = ecore_attr->fw_ver;
710 attr->node_guid = ecore_attr->node_guid;
711 attr->sys_image_guid = ecore_attr->sys_image_guid;
712 attr->max_cnq = ecore_attr->max_cnq;
713 attr->max_sge = ecore_attr
[all...]

Completed in 110 milliseconds