Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sysfs.c21 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, in ixgbe_hwmon_show_location() local
24 ixgbe_attr->sensor->location); in ixgbe_hwmon_show_location()
31 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, in ixgbe_hwmon_show_temp() local
36 ixgbe_attr->hw->mac.ops.get_thermal_sensor_data(ixgbe_attr->hw); in ixgbe_hwmon_show_temp()
38 value = ixgbe_attr->sensor->temp; in ixgbe_hwmon_show_temp()
50 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, in ixgbe_hwmon_show_cautionthresh() local
52 unsigned int value = ixgbe_attr->sensor->caution_thresh; in ixgbe_hwmon_show_cautionthresh()
64 struct hwmon_attr *ixgbe_attr = container_of(attr, struct hwmon_attr, in ixgbe_hwmon_show_maxopthresh() local
66 unsigned int value = ixgbe_attr->sensor->max_op_thresh; in ixgbe_hwmon_show_maxopthresh()
88 struct hwmon_attr *ixgbe_attr; in ixgbe_add_hwmon_attr() local
[all …]