Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A Digb_hwmon.c27 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_location() local
30 igb_attr->sensor->location); in igb_hwmon_show_location()
37 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_temp() local
42 igb_attr->hw->mac.ops.get_thermal_sensor_data(igb_attr->hw); in igb_hwmon_show_temp()
44 value = igb_attr->sensor->temp; in igb_hwmon_show_temp()
56 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_cautionthresh() local
58 unsigned int value = igb_attr->sensor->caution_thresh; in igb_hwmon_show_cautionthresh()
70 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_maxopthresh() local
72 unsigned int value = igb_attr->sensor->max_op_thresh; in igb_hwmon_show_maxopthresh()
94 struct hwmon_attr *igb_attr; in igb_add_hwmon_attr() local
[all …]