Home
last modified time | relevance | path

Searched refs:tx_max_rate (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.h6372 __le32 tx_max_rate; /* Max Tx data rate */ member
6379 u32 tx_max_rate; member
H A Dwmi-tlv.c2938 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()
H A Dwmi.c7790 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()
7791 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()
H A Dmac.c2644 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3731 u32 tx_max_rate; member
4135 u32 tx_max_rate; member
H A Dwmi.c2192 mcs->tx_max_rate = param->rx_max_rate; in ath11k_wmi_send_peer_assoc_cmd()
2194 mcs->rx_max_rate = param->tx_max_rate; in ath11k_wmi_send_peer_assoc_cmd()
H A Dmac.c2239 arg->tx_max_rate = __le16_to_cpu(vht_cap->vht_mcs.tx_highest); in ath11k_peer_assoc_h_vht()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h3883 u32 tx_max_rate; member
4229 __le32 tx_max_rate; member
H A Dwmi.c2361 mcs->rx_max_rate = cpu_to_le32(arg->tx_max_rate); in ath12k_wmi_send_peer_assoc_cmd()
2363 mcs->tx_max_rate = cpu_to_le32(arg->rx_max_rate); in ath12k_wmi_send_peer_assoc_cmd()
H A Dmac.c2469 arg->tx_max_rate = __le16_to_cpu(vht_cap->vht_mcs.tx_highest); in ath12k_peer_assoc_h_vht()