Searched refs:ixgbe_attr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 21 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 in ixgbe_hwmon_show_maxopthresh() 88 struct hwmon_attr *ixgbe_attr; ixgbe_add_hwmon_attr() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 21 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 in ixgbe_hwmon_show_maxopthresh() 88 struct hwmon_attr *ixgbe_attr; ixgbe_add_hwmon_attr() local [all...] |
Completed in 1 milliseconds