Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_tx.h18 struct hinic_txq_stats { struct
33 struct hinic_txq_stats txq_stats; argument
45 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
A Dhinic_dev.h98 struct hinic_txq_stats tx_stats;
A Dhinic_tx.c78 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_clean_stats()
95 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats) in hinic_txq_get_stats()
97 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_get_stats()
119 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in txq_stats_init()
A Dhinic_main.c107 struct hinic_txq_stats *nic_tx_stats = &nic_dev->tx_stats; in update_tx_stats()
108 struct hinic_txq_stats tx_stats; in update_tx_stats()
861 struct hinic_txq_stats *nic_tx_stats; in hinic_get_stats64()
1178 struct hinic_txq_stats *tx_stats; in nic_dev_init()
A Dhinic_ethtool.c1338 .size = sizeof_field(struct hinic_txq_stats, _stat_item), \
1339 .offset = offsetof(struct hinic_txq_stats, _stat_item) \
1367 struct hinic_txq_stats txq_stats; in get_drv_queue_stats()

Completed in 15 milliseconds