Searched refs:n_attrs (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi_mon.c | 286 struct efx_mcdi_mon_attribute *attr = &hwmon->attrs[hwmon->n_attrs]; in efx_mcdi_mon_add_attr() 300 hwmon->group.attrs[hwmon->n_attrs++] = &attr->dev_attr.attr; in efx_mcdi_mon_add_attr() 309 unsigned int n_pages, n_sensors, n_attrs, page; in efx_siena_mcdi_mon_probe() local 352 n_attrs = 6 * n_sensors; in efx_siena_mcdi_mon_probe() 353 hwmon->attrs = kcalloc(n_attrs, sizeof(*hwmon->attrs), GFP_KERNEL); in efx_siena_mcdi_mon_probe() 358 hwmon->group.attrs = kcalloc(n_attrs + 1, sizeof(struct attribute *), in efx_siena_mcdi_mon_probe()
|
| H A D | mcdi.h | 100 unsigned int n_attrs; member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_mon.c | 286 struct efx_mcdi_mon_attribute *attr = &hwmon->attrs[hwmon->n_attrs]; in efx_mcdi_mon_add_attr() 300 hwmon->group.attrs[hwmon->n_attrs++] = &attr->dev_attr.attr; in efx_mcdi_mon_add_attr() 309 unsigned int n_pages, n_sensors, n_attrs, page; in efx_mcdi_mon_probe() local 352 n_attrs = 6 * n_sensors; in efx_mcdi_mon_probe() 353 hwmon->attrs = kcalloc(n_attrs, sizeof(*hwmon->attrs), GFP_KERNEL); in efx_mcdi_mon_probe() 358 hwmon->group.attrs = kcalloc(n_attrs + 1, sizeof(struct attribute *), in efx_mcdi_mon_probe()
|
| H A D | mcdi.h | 100 unsigned int n_attrs; member
|