Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sysfs.c173 struct hwmon_buff *ixgbe_hwmon; in ixgbe_sysfs_init() local
187 ixgbe_hwmon = devm_kzalloc(&adapter->pdev->dev, sizeof(*ixgbe_hwmon), in ixgbe_sysfs_init()
189 if (ixgbe_hwmon == NULL) { in ixgbe_sysfs_init()
193 adapter->ixgbe_hwmon_buff = ixgbe_hwmon; in ixgbe_sysfs_init()
218 ixgbe_hwmon->groups[0] = &ixgbe_hwmon->group; in ixgbe_sysfs_init()
219 ixgbe_hwmon->group.attrs = ixgbe_hwmon->attrs; in ixgbe_sysfs_init()
223 ixgbe_hwmon, in ixgbe_sysfs_init()
224 ixgbe_hwmon->groups); in ixgbe_sysfs_init()