Home
last modified time | relevance | path

Searched refs:peer_vht_rates (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c2733 vht_rate->rx_max_rate = __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2734 vht_rate->rx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
2735 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2736 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.c7604 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()
7605 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()
7606 cmd->peer_vht_rates.rx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7607 __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_peer_assoc_fill()
7608 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()
7609 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()
7610 cmd->peer_vht_rates.tx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7611 __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_peer_assoc_fill()
H A Dmac.c2603 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()
2605 arg->peer_vht_rates.rx_mcs_set = in ath10k_peer_assoc_h_vht()
2607 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()
2609 arg->peer_vht_rates.tx_mcs_set = ath10k_peer_assoc_h_vht_limit( in ath10k_peer_assoc_h_vht()
2620 max_rate = arg->peer_vht_rates.rx_max_rate; in ath10k_peer_assoc_h_vht()
H A Dwmi.h6509 struct wmi_vht_rate_set peer_vht_rates; member
6562 struct wmi_vht_rate_set_arg peer_vht_rates; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c2744 vht_rate->rx_max_rate = __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2745 vht_rate->rx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
2746 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
2747 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.c7604 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()
7605 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()
7606 cmd->peer_vht_rates.rx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7607 __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_peer_assoc_fill()
7608 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()
7609 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()
7610 cmd->peer_vht_rates.tx_mcs_set = in ath10k_wmi_peer_assoc_fill()
7611 __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_peer_assoc_fill()
H A Dmac.c2616 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()
2618 arg->peer_vht_rates.rx_mcs_set = in ath10k_peer_assoc_h_vht()
2620 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()
2622 arg->peer_vht_rates.tx_mcs_set = ath10k_peer_assoc_h_vht_limit( in ath10k_peer_assoc_h_vht()
2633 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

Completed in 95 milliseconds