Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.h22 #define HAL_RX_MAX_MCS 12 macro
H A Dcore.h439 u64 mcs_count[HAL_RX_MAX_MCS + 1];
H A Ddebugfs_sta.c306 for (i = 0; i < HAL_RX_MAX_MCS + 1; i++) in ath11k_dbg_sta_dump_rx_stats()
H A Ddp_rx.c2781 ppdu_info->mcs = HAL_RX_MAX_MCS; in ath11k_dp_rx_update_peer_stats()
2788 if (ppdu_info->mcs <= HAL_RX_MAX_MCS) in ath11k_dp_rx_update_peer_stats()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.h359 #define HAL_RX_MAX_MCS 12 macro
H A Ddp_mon.c2970 ppdu_info->mcs = HAL_RX_MAX_MCS; in ath12k_dp_mon_rx_update_peer_su_stats()