Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c593 static struct hinic_stats hinic_rx_queue_stats[] = { variable
626 for (j = 0; j < ARRAY_LEN(hinic_rx_queue_stats); j++, i++) { in get_drv_queue_stats()
628 hinic_rx_queue_stats[j].offset; in get_drv_queue_stats()
629 data[i] = (hinic_rx_queue_stats[j].size == in get_drv_queue_stats()
691 ARRAY_LEN(hinic_rx_queue_stats)) * q_num; in hinic_get_sset_count()
730 for (j = 0; j < ARRAY_LEN(hinic_rx_queue_stats); j++) { in hinic_get_strings()
731 sprintf(p, hinic_rx_queue_stats[j].name, i); in hinic_get_strings()