Searched refs:init_thermal_sensor_thresh (Results 1 – 10 of 10) sorted by relevance
179 if (adapter->hw.mac.ops.init_thermal_sensor_thresh == NULL) { in ixgbe_sysfs_init()184 if (adapter->hw.mac.ops.init_thermal_sensor_thresh(&adapter->hw)) in ixgbe_sysfs_init()
820 .init_thermal_sensor_thresh = NULL,
1197 .init_thermal_sensor_thresh = NULL,
1436 .init_thermal_sensor_thresh = NULL, \
2339 .init_thermal_sensor_thresh = &ixgbe_init_thermal_sensor_thresh_generic,
3080 s32 (*init_thermal_sensor_thresh)(struct ixgbe_hw *hw); member
181 if (adapter->hw.mac.ops.init_thermal_sensor_thresh == NULL) in igb_sysfs_init()185 rc = (adapter->hw.mac.ops.init_thermal_sensor_thresh(&adapter->hw)); in igb_sysfs_init()
326 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *); member
2859 .init_thermal_sensor_thresh = igb_init_thermal_sensor_thresh_generic,
2010 mac->ops.init_thermal_sensor_thresh(hw); in igb_reset()