Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dmcdi_mon.c193 struct efx_mcdi_mon_attribute *mon_attr = in efx_mcdi_mon_show_value() local
199 rc = efx_mcdi_mon_get_entry(dev, mon_attr->index, &entry); in efx_mcdi_mon_show_value()
209 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_value()
230 struct efx_mcdi_mon_attribute *mon_attr = in efx_mcdi_mon_show_limit() local
234 value = mon_attr->limit_value; in efx_mcdi_mon_show_limit()
236 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_limit()
257 struct efx_mcdi_mon_attribute *mon_attr = in efx_mcdi_mon_show_alarm() local
263 rc = efx_mcdi_mon_get_entry(dev, mon_attr->index, &entry); in efx_mcdi_mon_show_alarm()
275 struct efx_mcdi_mon_attribute *mon_attr = in efx_mcdi_mon_show_label() local
278 efx_mcdi_sensor_type[mon_attr->type].label); in efx_mcdi_mon_show_label()