Home
last modified time | relevance | path

Searched refs:peer_max_mpdu (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.c1035 arg->peer_max_mpdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath11k_peer_assoc_h_ht()
1211 arg->peer_max_mpdu = max(arg->peer_max_mpdu, in ath11k_peer_assoc_h_vht()
1254 sta->addr, arg->peer_max_mpdu, arg->peer_flags); in ath11k_peer_assoc_h_vht()
1299 arg->peer_max_mpdu = (1 << (IEEE80211_HE_VHT_MAX_AMPDU_FACTOR + in ath11k_peer_assoc_h_he()
1302 arg->peer_max_mpdu = (1 << (IEEE80211_HE_HT_MAX_AMPDU_FACTOR + in ath11k_peer_assoc_h_he()
Dwmi.h3490 u32 peer_max_mpdu; member
3554 u32 peer_max_mpdu; member
Dwmi.c1814 cmd->peer_max_mpdu = param->peer_max_mpdu; in ath11k_wmi_send_peer_assoc_cmd()
1913 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi.h6498 __le32 peer_max_mpdu; member
6551 u32 peer_max_mpdu; member
Dmac.c2310 arg->peer_max_mpdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath10k_peer_assoc_h_ht()
2570 arg->peer_max_mpdu = max(arg->peer_max_mpdu, in ath10k_peer_assoc_h_vht()
2631 sta->addr, arg->peer_max_mpdu, in ath10k_peer_assoc_h_vht()
Dwmi.c7576 cmd->peer_max_mpdu = __cpu_to_le32(arg->peer_max_mpdu); in ath10k_wmi_peer_assoc_fill()
Dwmi-tlv.c2686 cmd->max_mpdu = __cpu_to_le32(arg->peer_max_mpdu); in ath10k_wmi_tlv_op_gen_peer_assoc()