Searched refs:hinic_function_stats (Results 1 – 1 of 1) sorted by relevance
1218 static struct hinic_stats hinic_function_stats[] = { variable1416 for (j = 0; j < ARRAY_LEN(hinic_function_stats); j++, i++) { in hinic_get_ethtool_stats()1417 p = (char *)&vport_stats + hinic_function_stats[j].offset; in hinic_get_ethtool_stats()1418 data[i] = (hinic_function_stats[j].size == in hinic_get_ethtool_stats()1457 count = ARRAY_LEN(hinic_function_stats) + in hinic_get_sset_count()1481 for (i = 0; i < ARRAY_LEN(hinic_function_stats); i++) { in hinic_get_strings()1482 memcpy(p, hinic_function_stats[i].name, in hinic_get_strings()