Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_hwmon.c34 } const_vals[] = { in nfp_hwmon_read() local
43 for (i = 0; i < ARRAY_SIZE(const_vals); i++) in nfp_hwmon_read()
44 if (const_vals[i].type == type && const_vals[i].attr == attr) { in nfp_hwmon_read()
45 *val = const_vals[i].val; in nfp_hwmon_read()