Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_common.c4841 u8 sensor_location; in ixgbe_get_thermal_sensor_data_generic() local
4885 sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >> in ixgbe_get_thermal_sensor_data_generic()
4888 if (sensor_location != 0) { in ixgbe_get_thermal_sensor_data_generic()
4918 u8 sensor_location; in ixgbe_init_thermal_sensor_thresh_generic() local
4959 sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >> in ixgbe_init_thermal_sensor_thresh_generic()
4967 if ((i < IXGBE_MAX_SENSORS) && (sensor_location != 0)) { in ixgbe_init_thermal_sensor_thresh_generic()
4968 data->sensor[i].location = sensor_location; in ixgbe_init_thermal_sensor_thresh_generic()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp_api.h215 u8 sensor_location; member
H A Decore_mcp.c3861 p_temp_sensor->sensor_location = (val & SENSOR_LOCATION_MASK) >> in ecore_mcp_get_temperature_info()