Searched refs:hwmon_type (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | mcdi_mon.c | 37 enum efx_hwmon_type hwmon_type; member 40 #define SENSOR(name, label, hwmon_type, port) \ argument 41 [MC_CMD_SENSOR_##name] = { label, EFX_HWMON_ ## hwmon_type, port } 106 enum efx_hwmon_type hwmon_type = EFX_HWMON_UNKNOWN; in efx_mcdi_sensor_event() local 117 hwmon_type = efx_mcdi_sensor_type[type].hwmon_type; in efx_mcdi_sensor_event() 123 EFX_WARN_ON_PARANOID(hwmon_type >= EFX_HWMON_TYPES_COUNT); in efx_mcdi_sensor_event() 124 unit = efx_hwmon_unit[hwmon_type]; in efx_mcdi_sensor_event() 139 enum efx_hwmon_type hwmon_type; member 206 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_value() 233 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_limit() [all …]
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | mcdi_mon.c | 37 enum efx_hwmon_type hwmon_type; member 40 #define SENSOR(name, label, hwmon_type, port) \ argument 41 [MC_CMD_SENSOR_##name] = { label, EFX_HWMON_ ## hwmon_type, port } 106 enum efx_hwmon_type hwmon_type = EFX_HWMON_UNKNOWN; in efx_siena_mcdi_sensor_event() local 117 hwmon_type = efx_mcdi_sensor_type[type].hwmon_type; in efx_siena_mcdi_sensor_event() 123 EFX_WARN_ON_PARANOID(hwmon_type >= EFX_HWMON_TYPES_COUNT); in efx_siena_mcdi_sensor_event() 124 unit = efx_hwmon_unit[hwmon_type]; in efx_siena_mcdi_sensor_event() 139 enum efx_hwmon_type hwmon_type; member 206 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_value() 233 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_limit() [all …]
|