Searched refs:rs_rate (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | rs.c | 122 struct rs_rate *rate, 134 struct rs_rate *rate, in rs_ant_allow() 141 struct rs_rate *rate, in rs_mimo_allow() 163 struct rs_rate *rate, in rs_siso_allow() 173 struct rs_rate *rate, in rs_sgi_allow() 387 const struct rs_rate *initial_rate); 522 static char *rs_pretty_rate(const struct rs_rate *rate) in rs_pretty_rate() 567 static inline void rs_dump_rate(struct iwl_mvm *mvm, const struct rs_rate *rate, in rs_dump_rate() 819 struct rs_rate *rate) in ucode_rate_from_rs_rate() 882 struct rs_rate *rate) in rs_rate_from_ucode_rate() [all …]
|
| D | rs.h | 164 struct rs_rate { struct 302 struct rs_rate rate; 360 struct rs_rate optimal_rate;
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | common.c | 188 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()
|
| D | debug_sta.c | 115 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()
|
| D | mac.h | 131 u8 rs_rate; member 160 u8 rs_rate; member
|
| D | mac.c | 572 rs->rs_rate = MS(ads.ds_rxstatus0, AR_RxRate); in ath9k_hw_rxprocdesc() 621 if (rs->rs_rate >= 0x90) in ath9k_hw_rxprocdesc()
|
| D | recv.c | 921 rx_stats->rs_rate); in ath9k_rx_skb_preprocess() 1048 phy = IS_CCK_RATE(rs->rs_rate) ? WLAN_RC_PHY_CCK : WLAN_RC_PHY_OFDM; in ath_rx_count_airtime()
|
| D | htc_drv_txrx.c | 948 rx_stats->rs_rate = rxstatus->rs_rate; in rx_status_htc_to_ath()
|
| D | ar9003_mac.c | 517 rxs->rs_rate = MS(rxsp->status1, AR_RxRate); in ath9k_hw_process_rxdesc_edma()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath5k/ |
| D | desc.c | 623 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()
|
| D | ath5k.h | 721 u8 rs_rate; member
|
| D | base.c | 1412 rxs->rate_idx = ath5k_hw_to_driver_rix(ah, rs->rs_rate); in ath5k_receive_frame() 1425 if (rs->rs_rate == in ath5k_receive_frame()
|