Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c2745 vht_rate->rx_max_rate = __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2746 vht_rate->rx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
2747 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2748 vht_rate->tx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
H A Dwmi.c7669 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()
7670 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()
7671 cmd->peer_vht_rates.rx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7672 __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_peer_assoc_fill()
7673 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()
7674 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()
7675 cmd->peer_vht_rates.tx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7676 __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_peer_assoc_fill()
H A Dmac.c2611 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()
2613 arg->peer_vht_rates.rx_mcs_set = in ath10k_peer_assoc_h_vht()
2615 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()
2617 arg->peer_vht_rates.tx_mcs_set = ath10k_peer_assoc_h_vht_limit( in ath10k_peer_assoc_h_vht()
2628 max_rate = arg->peer_vht_rates.rx_max_rate; in ath10k_peer_assoc_h_vht()
H A Dwmi.h6517 struct wmi_vht_rate_set peer_vht_rates; member
6570 struct wmi_vht_rate_set_arg peer_vht_rates; member