Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi.c7595 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()
7596 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()
7597 cmd->peer_vht_rates.rx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7598 __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_peer_assoc_fill()
7599 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()
7600 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()
7601 cmd->peer_vht_rates.tx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7602 __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_peer_assoc_fill()
Dwmi-tlv.c2722 vht_rate->rx_max_rate = __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2723 vht_rate->rx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
2724 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2725 vht_rate->tx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
Dmac.c2592 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()
2594 arg->peer_vht_rates.rx_mcs_set = in ath10k_peer_assoc_h_vht()
2596 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()
2598 arg->peer_vht_rates.tx_mcs_set = ath10k_peer_assoc_h_vht_limit( in ath10k_peer_assoc_h_vht()
2609 max_rate = arg->peer_vht_rates.rx_max_rate; in ath10k_peer_assoc_h_vht()
Dwmi.h6506 struct wmi_vht_rate_set peer_vht_rates; member
6559 struct wmi_vht_rate_set_arg peer_vht_rates; member