Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c279 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()
/linux-4.4.14/include/linux/mlx5/
Ddevice.h102 #define MLX5_GET64_PR(typ, p, fld) ({ \ macro