Home
last modified time | relevance | path

Searched refs:pmlp_reg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c278 u32 in[MLX5_ST_SZ_DW(pmlp_reg)] = {0}; in mlx5_query_module_num()
279 u32 out[MLX5_ST_SZ_DW(pmlp_reg)]; in mlx5_query_module_num()
282 MLX5_SET(pmlp_reg, in, local_port, 1); in mlx5_query_module_num()
289 MLX5_ADDR_OF(pmlp_reg, out, lane0_module_mapping), in mlx5_query_module_num()
H A Den_stats.c1358 u32 out[MLX5_ST_SZ_DW(pmlp_reg)] = {}; in fec_num_lanes()
1359 u32 in[MLX5_ST_SZ_DW(pmlp_reg)] = {}; in fec_num_lanes()
1362 MLX5_SET(pmlp_reg, in, local_port, 1); in fec_num_lanes()
1368 return MLX5_GET(pmlp_reg, out, width); in fec_num_lanes()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h11558 struct mlx5_ifc_pmlp_reg_bits pmlp_reg; member