Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/igb/
Digb_hwmon.c174 struct hwmon_buff *igb_hwmon; in igb_sysfs_init() local
189 igb_hwmon = devm_kzalloc(&adapter->pdev->dev, sizeof(*igb_hwmon), in igb_sysfs_init()
191 if (!igb_hwmon) { in igb_sysfs_init()
195 adapter->igb_hwmon_buff = igb_hwmon; in igb_sysfs_init()
230 igb_hwmon->groups[0] = &igb_hwmon->group; in igb_sysfs_init()
231 igb_hwmon->group.attrs = igb_hwmon->attrs; in igb_sysfs_init()
235 igb_hwmon, in igb_sysfs_init()
236 igb_hwmon->groups); in igb_sysfs_init()
DMakefile36 e1000_i210.o igb_ptp.o igb_hwmon.o