Home
last modified time | relevance | path

Searched refs:last_txrate (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_peer.h109 struct rate_info last_txrate; member
H A Ddp_htt.c336 memcpy(&peer->last_txrate, &peer->txrate, sizeof(struct rate_info)); in ath12k_update_per_peer_tx_stats()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_tx.c556 if (peer->last_txrate.nss) in ath12k_wifi7_dp_tx_update_txcompl()
557 txrate.nss = peer->last_txrate.nss; in ath12k_wifi7_dp_tx_update_txcompl()
769 rate = peer->last_txrate; in ath12k_wifi7_dp_tx_complete_msdu()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c508 if (arsta->last_txrate.nss) in ath11k_dp_tx_update_txcompl()
509 arsta->txrate.nss = arsta->last_txrate.nss; in ath11k_dp_tx_update_txcompl()
660 rate = arsta->last_txrate; in ath11k_dp_tx_complete_msdu()
H A Dcore.h579 struct rate_info last_txrate; member
H A Ddp_rx.c1512 memcpy(&arsta->last_txrate, &arsta->txrate, sizeof(struct rate_info)); in ath11k_update_per_peer_tx_stats()