Searched refs:ixgbe_attr (Results 1 – 1 of 1) sorted by relevance
46 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, in ixgbe_hwmon_show_location() local49 ixgbe_attr->sensor->location); in ixgbe_hwmon_show_location()56 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, in ixgbe_hwmon_show_temp() local61 ixgbe_attr->hw->mac.ops.get_thermal_sensor_data(ixgbe_attr->hw); in ixgbe_hwmon_show_temp()63 value = ixgbe_attr->sensor->temp; in ixgbe_hwmon_show_temp()75 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, in ixgbe_hwmon_show_cautionthresh() local77 unsigned int value = ixgbe_attr->sensor->caution_thresh; in ixgbe_hwmon_show_cautionthresh()89 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, in ixgbe_hwmon_show_maxopthresh() local91 unsigned int value = ixgbe_attr->sensor->max_op_thresh; in ixgbe_hwmon_show_maxopthresh()113 struct hwmon_attr *ixgbe_attr; in ixgbe_add_hwmon_attr() local[all …]