Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c578 static struct hinic_stats hinic_tx_queue_stats[] = { variable
613 for (j = 0; j < ARRAY_LEN(hinic_tx_queue_stats); j++, i++) { in get_drv_queue_stats()
615 hinic_tx_queue_stats[j].offset; in get_drv_queue_stats()
616 data[i] = (hinic_tx_queue_stats[j].size == in get_drv_queue_stats()
690 (ARRAY_LEN(hinic_tx_queue_stats) + in hinic_get_sset_count()
723 for (j = 0; j < ARRAY_LEN(hinic_tx_queue_stats); j++) { in hinic_get_strings()
724 sprintf(p, hinic_tx_queue_stats[j].name, i); in hinic_get_strings()