Searched refs:init_thermal_sensor_thresh (Results 1 – 10 of 10) sorted by relevance
154 if (adapter->hw.mac.ops.init_thermal_sensor_thresh == NULL) { in ixgbe_sysfs_init()159 if (adapter->hw.mac.ops.init_thermal_sensor_thresh(&adapter->hw)) in ixgbe_sysfs_init()
874 .init_thermal_sensor_thresh = NULL,
1155 .init_thermal_sensor_thresh = NULL,
2213 .init_thermal_sensor_thresh = &ixgbe_init_thermal_sensor_thresh_generic,
3474 s32 (*init_thermal_sensor_thresh)(struct ixgbe_hw *hw); member
3834 .init_thermal_sensor_thresh = NULL, \
161 if (adapter->hw.mac.ops.init_thermal_sensor_thresh == NULL) in igb_sysfs_init()165 rc = (adapter->hw.mac.ops.init_thermal_sensor_thresh(&adapter->hw)); in igb_sysfs_init()
308 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *); member
2902 .init_thermal_sensor_thresh = igb_init_thermal_sensor_thresh_generic,
2394 mac->ops.init_thermal_sensor_thresh(hw); in igb_reset()