Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_hwmon.c154 struct hwmon_buff *igb_hwmon; in igb_sysfs_init() local
169 igb_hwmon = devm_kzalloc(&adapter->pdev->dev, sizeof(*igb_hwmon), in igb_sysfs_init()
171 if (!igb_hwmon) { in igb_sysfs_init()
175 adapter->igb_hwmon_buff = igb_hwmon; in igb_sysfs_init()
210 igb_hwmon->groups[0] = &igb_hwmon->group; in igb_sysfs_init()
211 igb_hwmon->group.attrs = igb_hwmon->attrs; in igb_sysfs_init()
215 igb_hwmon, in igb_sysfs_init()
216 igb_hwmon->groups); in igb_sysfs_init()
H A DMakefile11 e1000_i210.o igb_ptp.o igb_hwmon.o