mfsm_pl           129 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c 	char mfsm_pl[MLXSW_REG_MFSM_LEN];
mfsm_pl           132 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c 	mlxsw_reg_mfsm_pack(mfsm_pl, mlwsw_hwmon_attr->type_index);
mfsm_pl           133 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c 	err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mfsm), mfsm_pl);
mfsm_pl           138 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c 	return sprintf(buf, "%u\n", mlxsw_reg_mfsm_rpm_get(mfsm_pl));