Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/cdns3/
Dcdns3-ti.c94 int rate_code, i; in cdns_ti_probe() local
135 rate_code = i; in cdns_ti_probe()
152 reg |= rate_code << USBSS1_STATIC_PLL_REF_SEL_SHIFT; in cdns_ti_probe()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dcore.h352 u8 rate_code[WMI_TPC_RATE_MAX]; member
373 u8 rate_code[WMI_TPC_FINAL_RATE_MAX]; member
555 u32 rate_code[ATH10K_TID_MAX]; member
634 u32 rate_code[ATH10K_TID_MAX]; member
Dwmi.c4656 u32 rate_code, u8 type) in ath10k_tpc_config_get_rate() argument
4660 num_streams = ATH10K_HW_NSS(rate_code); in ath10k_tpc_config_get_rate()
4661 preamble = ATH10K_HW_PREAMBLE(rate_code); in ath10k_tpc_config_get_rate()
4702 u8 *rate_code, u16 *pream_table, u8 type) in ath10k_tpc_config_disp_tables() argument
4748 rate_code[i], in ath10k_tpc_config_disp_tables()
4754 tpc_stats->tpc_table[type].rate_code[i] = rate_code[i]; in ath10k_tpc_config_disp_tables()
4760 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table, in ath10k_wmi_tpc_config_get_rate_code() argument
4772 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code()
4781 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code()
4791 rate_code[rate_idx] = in ath10k_wmi_tpc_config_get_rate_code()
[all …]
Dmac.c3035 arg.rcode_flags = arvif->rate_code[i]; in ath10k_new_peer_tid_config()
6881 arsta->rate_code[arg->tid] > 0 || in ath10k_mac_set_tid_config()
6949 arvif->rate_code[arg->tid] || in ath10k_mac_set_tid_config()
6982 arvif->rate_code[arg->tid] = arg->rcode_flags; in ath10k_mac_set_tid_config()
7111 arsta->rate_code[i] = -1; in ath10k_mac_reset_tid_config()
7118 arvif->rate_code[i] = 0; in ath10k_mac_reset_tid_config()
7195 nss = ATH10K_HW_NSS(arvif->rate_code[i]); in ath10k_sta_tid_cfg_wk()
7197 arvif->rate_code[i], in ath10k_sta_tid_cfg_wk()
7213 arg.rcode_flags = arvif->rate_code[i]; in ath10k_sta_tid_cfg_wk()
9020 static void ath10k_mac_parse_bitrate(struct ath10k *ar, u32 rate_code, in ath10k_mac_parse_bitrate() argument
[all …]
Dhtt.h1019 u32 rate_code; member
Ddebug.c1531 tpc_stats->tpc_table[j].rate_code[i], in ath10k_tpc_stats_print()
Dwmi.h7506 void ath10k_wmi_tpc_config_get_rate_code(u8 *rate_code, u16 *pream_table,
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.c2631 u32 rate_code; in ath11k_mac_set_peer_vht_fixed_rate() local
2655 rate_code = ATH11K_HW_RATE_CODE(vht_rate, nss - 1, in ath11k_mac_set_peer_vht_fixed_rate()
2660 rate_code); in ath11k_mac_set_peer_vht_fixed_rate()
2664 sta->addr, rate_code, ret); in ath11k_mac_set_peer_vht_fixed_rate()