Searched refs:hinic_function_stats (Results 1 – 1 of 1) sorted by relevance
457 static struct hinic_stats hinic_function_stats[] = { variable650 for (j = 0; j < ARRAY_LEN(hinic_function_stats); j++, i++) { in hinic_get_ethtool_stats()651 p = (char *)&vport_stats + hinic_function_stats[j].offset; in hinic_get_ethtool_stats()652 data[i] = (hinic_function_stats[j].size == in hinic_get_ethtool_stats()689 count = ARRAY_LEN(hinic_function_stats) + in hinic_get_sset_count()710 for (i = 0; i < ARRAY_LEN(hinic_function_stats); i++) { in hinic_get_strings()711 memcpy(p, hinic_function_stats[i].name, in hinic_get_strings()