Searched refs:g_mac_stats_string (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 159 static const struct hclge_comm_stats_str g_mac_stats_string[] = { variable 764 count = ARRAY_SIZE(g_mac_stats_string) + in hclge_get_sset_count() 778 size = ARRAY_SIZE(g_mac_stats_string); in hclge_get_strings() 779 p = hclge_comm_get_strings(stringset, g_mac_stats_string, in hclge_get_strings() 813 p = hclge_comm_get_stats(&hdev->mac_stats, g_mac_stats_string, in hclge_get_stats() 814 ARRAY_SIZE(g_mac_stats_string), data); in hclge_get_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 93 static const struct hclge_comm_stats_str g_mac_stats_string[] = { variable 662 count = hclge_comm_get_count(hdev, g_mac_stats_string, in hclge_get_sset_count() 663 ARRAY_SIZE(g_mac_stats_string)) + in hclge_get_sset_count() 679 size = ARRAY_SIZE(g_mac_stats_string); in hclge_get_strings() 680 p = hclge_comm_get_strings(hdev, stringset, g_mac_stats_string, in hclge_get_strings() 719 p = hclge_comm_get_stats(hdev, g_mac_stats_string, in hclge_get_stats() 720 ARRAY_SIZE(g_mac_stats_string), data); in hclge_get_stats()
|
Completed in 35 milliseconds