Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.h22 #define HAL_RX_MAX_MCS 12 macro
H A Dcore.h444 u64 mcs_count[HAL_RX_MAX_MCS + 1];
H A Ddebugfs_sta.c440 for (i = 0; i < HAL_RX_MAX_MCS + 1; i++) in ath11k_dbg_sta_dump_rx_stats()
H A Ddp_rx.c2780 ppdu_info->mcs = HAL_RX_MAX_MCS; in ath11k_dp_rx_update_peer_stats()
2787 if (ppdu_info->mcs <= HAL_RX_MAX_MCS) in ath11k_dp_rx_update_peer_stats()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhal.h68 #define HAL_RX_MAX_MCS 12 macro
H A Ddp_mon.c879 ppdu_info->mcs = HAL_RX_MAX_MCS; in ath12k_dp_mon_rx_update_peer_su_stats()