Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.h19 struct ath11k_per_peer_tx_stats *peer_stats,
31 struct ath11k_per_peer_tx_stats *peer_stats, in ath11k_debugfs_sta_add_tx_stats()
H A Dcore.h418 struct ath11k_per_peer_tx_stats { struct
547 struct ath11k_per_peer_tx_stats peer_tx_stats;
551 struct ath11k_per_peer_tx_stats cached_stats;
H A Ddp_tx.c402 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_cache_peer_stats()
472 sizeof(struct ath11k_per_peer_tx_stats)); in ath11k_dp_tx_complete_msdu()
477 sizeof(struct ath11k_per_peer_tx_stats)); in ath11k_dp_tx_complete_msdu()
H A Ddebugfs_sta.c16 struct ath11k_per_peer_tx_stats *peer_stats, in ath11k_debugfs_sta_add_tx_stats()
133 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_debugfs_sta_update_txcompl()
H A Ddp_rx.c1333 struct ath11k_per_peer_tx_stats *peer_stats = &ar->peer_tx_stats; in ath11k_update_per_peer_tx_stats()