Searched refs:MLX5_GET_PR (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | vport.c | 638 *pkey = MLX5_GET_PR(pkey, pkarr, pkey); in mlx5_query_hca_vport_pkey() 687 rep->has_smi = MLX5_GET_PR(hca_vport_context, ctx, has_smi); in mlx5_query_hca_vport_context() 690 rep->phys_state = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context() 698 rep->cap_mask1_perm = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context() 701 rep->cap_mask2_perm = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context() 703 rep->lid = MLX5_GET_PR(hca_vport_context, ctx, lid); in mlx5_query_hca_vport_context() 704 rep->init_type_reply = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context() 706 rep->lmc = MLX5_GET_PR(hca_vport_context, ctx, lmc); in mlx5_query_hca_vport_context() 707 rep->subnet_timeout = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context() 709 rep->sm_lid = MLX5_GET_PR(hca_vport_context, ctx, sm_lid); in mlx5_query_hca_vport_context() [all …]
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | device.h | 99 #define MLX5_GET_PR(typ, p, fld) ({ \ macro
|
Completed in 12 milliseconds