Searched refs:igb_attr (Results 1 – 1 of 1) sorted by relevance
27 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_location() local30 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() local42 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() local58 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() local72 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 …]