Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sysfs.c148 struct hwmon_buff *ixgbe_hwmon; in ixgbe_sysfs_init() local
162 ixgbe_hwmon = devm_kzalloc(&adapter->pdev->dev, sizeof(*ixgbe_hwmon), in ixgbe_sysfs_init()
164 if (ixgbe_hwmon == NULL) { in ixgbe_sysfs_init()
168 adapter->ixgbe_hwmon_buff = ixgbe_hwmon; in ixgbe_sysfs_init()
193 ixgbe_hwmon->groups[0] = &ixgbe_hwmon->group; in ixgbe_sysfs_init()
194 ixgbe_hwmon->group.attrs = ixgbe_hwmon->attrs; in ixgbe_sysfs_init()
198 ixgbe_hwmon, in ixgbe_sysfs_init()
199 ixgbe_hwmon->groups); in ixgbe_sysfs_init()