Home
last modified time | relevance | path

Searched refs:rs_rate (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c128 struct rs_rate *rate, in rs_ant_allow()
135 struct rs_rate *rate, in rs_mimo_allow()
157 struct rs_rate *rate, in rs_siso_allow()
167 struct rs_rate *rate, in rs_sgi_allow()
1035 struct rs_rate *rate) in rs_get_lower_rate_in_column()
1099 struct rs_rate *b) in rs_rate_column_match()
2074 struct rs_rate *rate; in rs_rate_scale_perform()
2644 struct rs_rate *rate; in rs_initialize_lq()
3283 struct rs_rate rate; in rs_build_rates_table_from_fixed()
3375 struct rs_rate rate; in rs_build_rates_table()
[all …]
H A Drs.h148 struct rs_rate { struct
282 struct rs_rate rate;
340 struct rs_rate optimal_rate;
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dcommon.c188 if (rx_stats->rs_rate & 0x80) { in ath9k_cmn_process_rate()
193 rxs->rate_idx = rx_stats->rs_rate & 0x7f; in ath9k_cmn_process_rate()
198 if (sband->bitrates[i].hw_value == rx_stats->rs_rate) { in ath9k_cmn_process_rate()
202 if (sband->bitrates[i].hw_value_short == rx_stats->rs_rate) { in ath9k_cmn_process_rate()
H A Ddebug_sta.c115 if (IS_HT_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
132 if (IS_CCK_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
141 if (IS_OFDM_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
H A Dmac.h135 u8 rs_rate; member
164 u8 rs_rate; member
H A Dmac.c572 rs->rs_rate = MS(ads.ds_rxstatus0, AR_RxRate); in ath9k_hw_rxprocdesc()
621 if (rs->rs_rate >= 0x90) in ath9k_hw_rxprocdesc()
H A Drecv.c922 rx_stats->rs_rate); in ath9k_rx_skb_preprocess()
1049 phy = IS_CCK_RATE(rs->rs_rate) ? WLAN_RC_PHY_CCK : WLAN_RC_PHY_OFDM; in ath_rx_count_airtime()
H A Dhtc_drv_txrx.c956 rx_stats->rs_rate = rxstatus->rs_rate; in rx_status_htc_to_ath()
H A Dar9003_mac.c518 rxs->rs_rate = MS(rxsp->status1, AR_RxRate); in ath9k_hw_process_rxdesc_edma()
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Ddesc.c623 rs->rs_rate = AR5K_REG_MS(rx_status->rx_status_0, in ath5k_hw_proc_5210_rx_status()
718 rs->rs_rate = AR5K_REG_MS(rxstat0, in ath5k_hw_proc_5212_rx_status()
H A Dath5k.h721 u8 rs_rate; member
H A Dbase.c1457 rxs->rate_idx = ath5k_hw_to_driver_rix(ah, rs->rs_rate); in ath5k_receive_frame()
1470 if (rs->rs_rate == in ath5k_receive_frame()