Searched refs:hinic_txq_stats (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1341 .size = sizeof_field(struct hinic_txq_stats, _stat_item), \
1342 .offset = offsetof(struct hinic_txq_stats, _stat_item) \
1370 struct hinic_txq_stats txq_stats;
H A Dhinic_main.c96 static void gather_tx_stats(struct hinic_txq_stats *nic_tx_stats, struct hinic_txq *txq)
98 struct hinic_txq_stats tx_stats;
112 struct hinic_txq_stats *nic_tx_stats)
843 struct hinic_txq_stats nic_tx_stats = {};
H A Dhinic_tx.c79 struct hinic_txq_stats *txq_stats = &txq->txq_stats;
96 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats)
98 struct hinic_txq_stats *txq_stats = &txq->txq_stats;
118 struct hinic_txq_stats *txq_stats = &txq->txq_stats;
H A Dhinic_tx.h18 struct hinic_txq_stats { struct
33 struct hinic_txq_stats txq_stats;
43 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);

Completed in 198 milliseconds