Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h252 #define HAL_RX_MAX_MCS 12 macro
283 u64 mcs_count[HAL_RX_MAX_MCS + 1];
H A Dhal_rx.h25 #define HAL_RX_MAX_MCS 12 macro
H A Ddp_mon.c2229 ppdu_info->mcs = HAL_RX_MAX_MCS; in ath12k_dp_mon_rx_update_peer_su_stats()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.h22 #define HAL_RX_MAX_MCS 12 macro
H A Dcore.h390 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.c2793 ppdu_info->mcs = HAL_RX_MAX_MCS; in ath11k_dp_rx_update_peer_stats()
2800 if (ppdu_info->mcs <= HAL_RX_MAX_MCS) in ath11k_dp_rx_update_peer_stats()