Home
last modified time | relevance | path

Searched refs:rate_code (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c367 ar9300_invalid_stbc_cfg(int tx_chains, u_int8_t rate_code) in ar9300_invalid_stbc_cfg() argument
374 if ((rate_code < 0x80) || (rate_code > 0x87)) { in ar9300_invalid_stbc_cfg()
381 if ((rate_code < 0x80) || (rate_code > 0x87)) { in ar9300_invalid_stbc_cfg()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h363 u8 rate_code[WMI_TPC_RATE_MAX]; member
384 u8 rate_code[WMI_TPC_FINAL_RATE_MAX]; member
566 u32 rate_code[ATH10K_TID_MAX]; member
645 u32 rate_code[ATH10K_TID_MAX]; member
H A Dwmi.c4758 u32 rate_code, u8 type) in ath10k_tpc_config_get_rate() argument
4762 num_streams = ATH10K_HW_NSS(rate_code); in ath10k_tpc_config_get_rate()
4763 preamble = ATH10K_HW_PREAMBLE(rate_code); in ath10k_tpc_config_get_rate()
4804 u8 *rate_code, u16 *pream_table, u8 type) in ath10k_tpc_config_disp_tables() argument
4850 rate_code[i], in ath10k_tpc_config_disp_tables()
4856 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables()
4862 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table, in ath10k_wmi_tpc_config_get_rate_code() argument
4874 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code()
4883 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code()
4893 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code()
[all …]
H A Dmac.c3241 arg.rcode_flags = arvif->rate_code[i]; in ath10k_new_peer_tid_config()
7123 arsta->rate_code[arg->tid] > 0 || in ath10k_mac_set_tid_config()
7191 arvif->rate_code[arg->tid] || in ath10k_mac_set_tid_config()
7224 arvif->rate_code[arg->tid] = arg->rcode_flags; in ath10k_mac_set_tid_config()
7353 arsta->rate_code[i] = -1; in ath10k_mac_reset_tid_config()
7360 arvif->rate_code[i] = 0; in ath10k_mac_reset_tid_config()
7437 nss = ATH10K_HW_NSS(arvif->rate_code[i]); in ath10k_sta_tid_cfg_wk()
7439 arvif->rate_code[i], in ath10k_sta_tid_cfg_wk()
7455 arg.rcode_flags = arvif->rate_code[i]; in ath10k_sta_tid_cfg_wk()
9306 static void ath10k_mac_parse_bitrate(struct ath10k *ar, u32 rate_code, in ath10k_mac_parse_bitrate() argument
[all …]
H A Dhtt.h1033 u32 rate_code; member
H A Ddebug.c1576 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
H A Dwmi.h7538 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table,
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddebugfs.c250 u32 rate_idx, u32 num_chains, u32 rate_code, in ath12k_tpc_get_rate() argument
263 num_streams = 1 + ATH12K_HW_NSS(rate_code); in ath12k_tpc_get_rate()
427 u16 rate_code; in ath12k_tpc_fill_pream() local
474 rate_code = ath12k_get_ratecode(pream_bw, nss, rates); in ath12k_tpc_fill_pream()
477 pream_str[pream_bw], rate_code); in ath12k_tpc_fill_pream()
487 rate_code, pream_bw, in ath12k_tpc_fill_pream()
H A Dmac.c6281 u32 rate_code; in ath12k_mac_set_peer_vht_fixed_rate() local
6305 rate_code = ATH12K_HW_RATE_CODE(vht_rate, nss - 1, in ath12k_mac_set_peer_vht_fixed_rate()
6310 rate_code); in ath12k_mac_set_peer_vht_fixed_rate()
6314 arsta->addr, rate_code, ret); in ath12k_mac_set_peer_vht_fixed_rate()
6327 u32 rate_code; in ath12k_mac_set_peer_he_fixed_rate() local
6358 rate_code = ATH12K_HW_RATE_CODE(he_rate, nss - 1, in ath12k_mac_set_peer_he_fixed_rate()
6364 rate_code); in ath12k_mac_set_peer_he_fixed_rate()
6368 arsta->addr, rate_code, ret); in ath12k_mac_set_peer_he_fixed_rate()
6384 u32 rate_code; in ath12k_mac_set_peer_eht_fixed_rate() local
6417 rate_code = ATH12K_HW_RATE_CODE(eht_rate, nss - 1, in ath12k_mac_set_peer_eht_fixed_rate()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c4721 u32 rate_code; in ath11k_mac_set_peer_vht_fixed_rate() local
4749 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate()
4754 rate_code); in ath11k_mac_set_peer_vht_fixed_rate()
4758 sta->addr, rate_code, ret); in ath11k_mac_set_peer_vht_fixed_rate()
4771 u32 rate_code; in ath11k_mac_set_peer_he_fixed_rate() local
4799 rate_code = ATH11K_HW_RATE_CODE(he_rate, nss - 1, in ath11k_mac_set_peer_he_fixed_rate()
4805 rate_code); in ath11k_mac_set_peer_he_fixed_rate()
4809 sta->addr, rate_code, ret); in ath11k_mac_set_peer_he_fixed_rate()
4822 u32 rate_code; in ath11k_mac_set_peer_ht_fixed_rate() local
4848 rate_code = ATH11K_HW_RATE_CODE(ht_rate, nss - 1, in ath11k_mac_set_peer_ht_fixed_rate()
[all …]