Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c660 *pkey = MLX5_GET_PR(pkey, pkarr, pkey); in mlx5_query_hca_vport_pkey()
709 rep->has_smi = MLX5_GET_PR(hca_vport_context, ctx, has_smi); in mlx5_query_hca_vport_context()
712 rep->phys_state = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
720 rep->cap_mask1_perm = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
723 rep->cap_mask2_perm = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
725 rep->lid = MLX5_GET_PR(hca_vport_context, ctx, lid); in mlx5_query_hca_vport_context()
726 rep->init_type_reply = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
728 rep->lmc = MLX5_GET_PR(hca_vport_context, ctx, lmc); in mlx5_query_hca_vport_context()
729 rep->subnet_timeout = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
731 rep->sm_lid = MLX5_GET_PR(hca_vport_context, ctx, sm_lid); in mlx5_query_hca_vport_context()
[all …]
/linux/include/linux/mlx5/
H A Ddevice.h100 #define MLX5_GET_PR(typ, p, fld) ({ \ macro