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

/freebsd-11-stable/sys/dev/mlx5/
H A Dvport.h132 u64 *sys_image_guid);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c1168 be16_to_cpu(((__be16 *) &dev->attrs.sys_image_guid)[0]),
1169 be16_to_cpu(((__be16 *) &dev->attrs.sys_image_guid)[1]),
1170 be16_to_cpu(((__be16 *) &dev->attrs.sys_image_guid)[2]),
1171 be16_to_cpu(((__be16 *) &dev->attrs.sys_image_guid)[3]));
1224 static DEVICE_ATTR(sys_image_guid, S_IRUGO, show_sys_image_guid, NULL);
H A Dib_uverbs_cmd.c430 resp->sys_image_guid = attr->sys_image_guid;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c308 __be64 *sys_image_guid)
321 memcpy(sys_image_guid, out_mad->data + 4, 8);
307 mlx5_query_mad_ifc_system_image_guid(struct ib_device *ibdev, __be64 *sys_image_guid) argument
H A Dmlx5_ib.h870 __be64 *sys_image_guid);
H A Dmlx5_ib_main.c516 __be64 *sys_image_guid)
526 sys_image_guid);
541 *sys_image_guid = cpu_to_be64(tmp);
658 &props->sys_image_guid);
515 mlx5_query_system_image_guid(struct ib_device *ibdev, __be64 *sys_image_guid) argument
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h100 u64 sys_image_guid; /* System image GUID */ member in struct:ecore_rdma_device
H A Decore_rdma_api.h110 u64 sys_image_guid; /* System image GUID */ member in struct:ecore_rdma_device
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1708 u64 *sys_image_guid)
1713 sys_image_guid);
1717 sys_image_guid);
1707 mlx5_query_vport_system_image_guid(struct mlx5_core_dev *dev, u64 *sys_image_guid) argument
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c327 memcpy(&props->sys_image_guid, sc->port[0]->vi[0].hw_addr,
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c450 printf("\tsys_image_guid:\t\t\t%s\n", guid_str(device_attr.orig_attr.sys_image_guid, buf));
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h219 __be64 sys_image_guid; member in struct:ibv_query_device_resp
H A Dcmd.c73 device_attr->sys_image_guid = resp->sys_image_guid;
H A Dverbs.h146 __be64 sys_image_guid; member in struct:ibv_device_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h179 __be64 sys_image_guid; member in struct:ib_uverbs_query_device_resp
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h292 __be64 sys_image_guid; member in struct:ib_device_attr
552 u64 sys_image_guid; member in struct:ib_device_modify
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1018 memcpy(&props->sys_image_guid, sc->port[0].hw_addr, 6);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c92 memcpy(&props->sys_image_guid, out_mad->data + 4, 8);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c531 memcpy(&props->sys_image_guid, out_mad->data + 4, 8);

Completed in 307 milliseconds