Searched refs:hinic_txq_stats (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_tx.h | 18 struct hinic_txq_stats { struct 33 struct hinic_txq_stats txq_stats; 45 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
|
H A D | hinic_tx.c | 78 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() 117 struct hinic_txq_stats *txq_stats = &txq->txq_stats; in txq_stats_init()
|
H A D | hinic_main.c | 96 static void gather_tx_stats(struct hinic_txq_stats *nic_tx_stats, struct hinic_txq *txq) in gather_tx_stats() 98 struct hinic_txq_stats tx_stats; in gather_tx_stats() 112 struct hinic_txq_stats *nic_tx_stats) in gather_nic_stats() 850 struct hinic_txq_stats nic_tx_stats = {}; in hinic_get_stats64()
|
H A D | hinic_ethtool.c | 1341 .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; in get_drv_queue_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_tx.h | 18 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);
|
H A D | hinic_tx.c | 79 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 D | hinic_main.c | 96 static void gather_tx_stats(struct hinic_txq_stats *nic_tx_stats, struct hinic_txq *txq) in gather_tx_stats() 98 struct hinic_txq_stats tx_stats; in gather_tx_stats() 112 struct hinic_txq_stats *nic_tx_stats) in gather_nic_stats() 843 struct hinic_txq_stats nic_tx_stats = {}; in hinic_get_stats64()
|
H A D | hinic_ethtool.c | 1339 .size = sizeof_field(struct hinic_txq_stats, _stat_item), \ 1340 .offset = offsetof(struct hinic_txq_stats, _stat_item) \ 1368 struct hinic_txq_stats txq_stats; in get_drv_queue_stats()
|
Completed in 11 milliseconds