Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c2375 vht_rate->rx_max_rate = __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2376 vht_rate->rx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
2377 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2378 vht_rate->tx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
Dwmi.c7296 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()
7297 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()
7298 cmd->peer_vht_rates.rx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7299 __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_peer_assoc_fill()
7300 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()
7301 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()
7302 cmd->peer_vht_rates.tx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7303 __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_peer_assoc_fill()
Dmac.c2524 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()
2526 arg->peer_vht_rates.rx_mcs_set = in ath10k_peer_assoc_h_vht()
2528 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()
2530 arg->peer_vht_rates.tx_mcs_set = ath10k_peer_assoc_h_vht_limit( in ath10k_peer_assoc_h_vht()
2536 if (arg->peer_vht_rates.rx_max_rate && in ath10k_peer_assoc_h_vht()
2538 switch (arg->peer_vht_rates.rx_max_rate) { in ath10k_peer_assoc_h_vht()
Dwmi.h6334 struct wmi_vht_rate_set peer_vht_rates; member
6384 struct wmi_vht_rate_set_arg peer_vht_rates; member