Searched refs:igb_attr (Results 1 – 1 of 1) sorted by relevance
47 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_location() local50 igb_attr->sensor->location); in igb_hwmon_show_location()57 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_temp() local62 igb_attr->hw->mac.ops.get_thermal_sensor_data(igb_attr->hw); in igb_hwmon_show_temp()64 value = igb_attr->sensor->temp; in igb_hwmon_show_temp()76 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_cautionthresh() local78 unsigned int value = igb_attr->sensor->caution_thresh; in igb_hwmon_show_cautionthresh()90 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_maxopthresh() local92 unsigned int value = igb_attr->sensor->max_op_thresh; in igb_hwmon_show_maxopthresh()114 struct hwmon_attr *igb_attr; in igb_add_hwmon_attr() local[all …]