Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c276 u32 in[MLX5_ST_SZ_DW(pmlp_reg)] = {0}; in mlx5_query_module_num()
277 u32 out[MLX5_ST_SZ_DW(pmlp_reg)]; in mlx5_query_module_num()
280 MLX5_SET(pmlp_reg, in, local_port, 1); in mlx5_query_module_num()
287 MLX5_ADDR_OF(pmlp_reg, out, lane0_module_mapping), in mlx5_query_module_num()
H A Den_stats.c1284 u32 out[MLX5_ST_SZ_DW(pmlp_reg)] = {}; in fec_num_lanes()
1285 u32 in[MLX5_ST_SZ_DW(pmlp_reg)] = {}; in fec_num_lanes()
1288 MLX5_SET(pmlp_reg, in, local_port, 1); in fec_num_lanes()
1294 return MLX5_GET(pmlp_reg, out, width); in fec_num_lanes()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h10987 struct mlx5_ifc_pmlp_reg_bits pmlp_reg; member