Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Ddebugfs_sta.h19 struct ath11k_per_peer_tx_stats *peer_stats,
30 struct ath11k_per_peer_tx_stats *peer_stats, in ath11k_debugfs_sta_add_tx_stats()
Dcore.h568 struct ath11k_per_peer_tx_stats { struct
695 struct ath11k_per_peer_tx_stats peer_tx_stats;
699 struct ath11k_per_peer_tx_stats cached_stats;
Ddp_tx.c403 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_cache_peer_stats()
419 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_update_txcompl()
576 sizeof(struct ath11k_per_peer_tx_stats)); in ath11k_dp_tx_complete_msdu()
581 sizeof(struct ath11k_per_peer_tx_stats)); in ath11k_dp_tx_complete_msdu()
Ddebugfs_sta.c16 struct ath11k_per_peer_tx_stats *peer_stats, in ath11k_debugfs_sta_add_tx_stats()
Ddp_rx.c1380 struct ath11k_per_peer_tx_stats *peer_stats = &ar->peer_tx_stats; in ath11k_update_per_peer_tx_stats()