hwmon_type         37 drivers/net/ethernet/sfc/mcdi_mon.c 	enum efx_hwmon_type hwmon_type;
hwmon_type         40 drivers/net/ethernet/sfc/mcdi_mon.c #define SENSOR(name, label, hwmon_type, port)				\
hwmon_type         41 drivers/net/ethernet/sfc/mcdi_mon.c 	[MC_CMD_SENSOR_##name] = { label, EFX_HWMON_ ## hwmon_type, port }
hwmon_type        106 drivers/net/ethernet/sfc/mcdi_mon.c 	enum efx_hwmon_type hwmon_type = EFX_HWMON_UNKNOWN;
hwmon_type        117 drivers/net/ethernet/sfc/mcdi_mon.c 		hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
hwmon_type        123 drivers/net/ethernet/sfc/mcdi_mon.c 	EFX_WARN_ON_PARANOID(hwmon_type >= EFX_HWMON_TYPES_COUNT);
hwmon_type        124 drivers/net/ethernet/sfc/mcdi_mon.c 	unit = efx_hwmon_unit[hwmon_type];
hwmon_type        139 drivers/net/ethernet/sfc/mcdi_mon.c 	enum efx_hwmon_type hwmon_type;
hwmon_type        206 drivers/net/ethernet/sfc/mcdi_mon.c 	switch (mon_attr->hwmon_type) {
hwmon_type        233 drivers/net/ethernet/sfc/mcdi_mon.c 	switch (mon_attr->hwmon_type) {
hwmon_type        292 drivers/net/ethernet/sfc/mcdi_mon.c 		attr->hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
hwmon_type        294 drivers/net/ethernet/sfc/mcdi_mon.c 		attr->hwmon_type = EFX_HWMON_UNKNOWN;
hwmon_type        366 drivers/net/ethernet/sfc/mcdi_mon.c 		enum efx_hwmon_type hwmon_type;
hwmon_type        409 drivers/net/ethernet/sfc/mcdi_mon.c 			hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
hwmon_type        412 drivers/net/ethernet/sfc/mcdi_mon.c 			if (hwmon_type != EFX_HWMON_UNKNOWN &&
hwmon_type        418 drivers/net/ethernet/sfc/mcdi_mon.c 			hwmon_type = EFX_HWMON_UNKNOWN;
hwmon_type        421 drivers/net/ethernet/sfc/mcdi_mon.c 		switch (hwmon_type) {
hwmon_type        463 drivers/net/ethernet/sfc/mcdi_mon.c 			if (hwmon_type != EFX_HWMON_POWER) {