Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c7714 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()
7715 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()
7716 cmd->peer_vht_rates.rx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7717 __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_peer_assoc_fill()
7718 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()
7719 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()
7720 cmd->peer_vht_rates.tx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7721 __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_peer_assoc_fill()
H A Dwmi-tlv.c2931 vht_rate->rx_max_rate = __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2932 vht_rate->rx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
2933 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2934 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 Dmac.c2618 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()
2620 arg->peer_vht_rates.rx_mcs_set = in ath10k_peer_assoc_h_vht()
2622 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()
2624 arg->peer_vht_rates.tx_mcs_set = ath10k_peer_assoc_h_vht_limit( in ath10k_peer_assoc_h_vht()
2635 max_rate = arg->peer_vht_rates.rx_max_rate; in ath10k_peer_assoc_h_vht()
H A Dwmi.h6513 struct wmi_vht_rate_set peer_vht_rates; member
6566 struct wmi_vht_rate_set_arg peer_vht_rates; member