Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/igb/
Digb_hwmon.c47 struct hwmon_attr *igb_attr = container_of(attr, struct hwmon_attr, in igb_hwmon_show_location() local
50 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() local
62 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() local
78 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() local
92 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 …]