Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.h18 struct hinic_txq_stats { struct
33 struct hinic_txq_stats txq_stats; argument
43 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
H A Dhinic_tx.c79 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_clean_stats()
96 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats) in hinic_txq_get_stats()
98 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in hinic_txq_get_stats()
118 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in txq_stats_init()
H A Dhinic_ethtool.c1324 .size = sizeof_field(struct hinic_txq_stats, _stat_item), \
1325 .offset = offsetof(struct hinic_txq_stats, _stat_item) \
1353 struct hinic_txq_stats txq_stats; in get_drv_queue_stats()