Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
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()
Den_stats.c1246 u32 out[MLX5_ST_SZ_DW(pmlp_reg)] = {}; in fec_num_lanes()
1247 u32 in[MLX5_ST_SZ_DW(pmlp_reg)] = {}; in fec_num_lanes()
1250 MLX5_SET(pmlp_reg, in, local_port, 1); in fec_num_lanes()
1256 return MLX5_GET(pmlp_reg, out, width); in fec_num_lanes()
/linux-6.1.9/include/linux/mlx5/
Dmlx5_ifc.h10682 struct mlx5_ifc_pmlp_reg_bits pmlp_reg; member