Searched refs:MLX5_GET64_PR (Results 1 – 2 of 2) sorted by relevance
279 rep->port_guid = MLX5_GET64_PR(hca_vport_context, ctx, port_guid); in mlx5_query_hca_vport_context()280 rep->node_guid = MLX5_GET64_PR(hca_vport_context, ctx, node_guid); in mlx5_query_hca_vport_context()300 rep->sys_image_guid = MLX5_GET64_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
102 #define MLX5_GET64_PR(typ, p, fld) ({ \ macro