Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sysfs.c154 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()
H A Dixgbe_82598.c1156 .init_thermal_sensor_thresh = NULL,
/linux/drivers/net/ethernet/intel/igb/
H A Digb_hwmon.c161 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()
H A De1000_hw.h308 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *); member
H A Digb_main.c2434 mac->ops.init_thermal_sensor_thresh(hw); in igb_reset()
3572 hw->mac.ops.init_thermal_sensor_thresh(hw); in igb_probe()