Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
[all...]
/kernel/linux/linux-6.6/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()
[all...]

Completed in 1 milliseconds