Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.h45 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
H A Dhinic_tx.c95 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats) in hinic_txq_get_stats() function
H A Dhinic_main.c100 hinic_txq_get_stats(txq, &tx_stats); in gather_tx_stats()
H A Dhinic_ethtool.c1379 hinic_txq_get_stats(&nic_dev->txqs[qid], &txq_stats); in get_drv_queue_stats()