Home
last modified time | relevance | path

Searched refs:peer_vht_rates (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dwmi.c7502 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()
7503 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()
7504 cmd->peer_vht_rates.rx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7505 __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_peer_assoc_fill()
7506 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()
7507 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()
7508 cmd->peer_vht_rates.tx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7509 __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_peer_assoc_fill()
Dwmi-tlv.c2574 vht_rate->rx_max_rate = __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2575 vht_rate->rx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
2576 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2577 vht_rate->tx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
Dmac.c2570 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()
2572 arg->peer_vht_rates.rx_mcs_set = in ath10k_peer_assoc_h_vht()
2574 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()
2576 arg->peer_vht_rates.tx_mcs_set = ath10k_peer_assoc_h_vht_limit( in ath10k_peer_assoc_h_vht()
2582 if (arg->peer_vht_rates.rx_max_rate && in ath10k_peer_assoc_h_vht()
2584 switch (arg->peer_vht_rates.rx_max_rate) { in ath10k_peer_assoc_h_vht()
Dwmi.h6455 struct wmi_vht_rate_set peer_vht_rates; member
6505 struct wmi_vht_rate_set_arg peer_vht_rates; member