Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmac.c1079 arg->peer_max_mpdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath11k_peer_assoc_h_ht()
1255 arg->peer_max_mpdu = max(arg->peer_max_mpdu, in ath11k_peer_assoc_h_vht()
1298 sta->addr, arg->peer_max_mpdu, arg->peer_flags); in ath11k_peer_assoc_h_vht()
1348 arg->peer_max_mpdu = (1 << (IEEE80211_HE_VHT_MAX_AMPDU_FACTOR + in ath11k_peer_assoc_h_he()
1351 arg->peer_max_mpdu = (1 << (IEEE80211_HE_HT_MAX_AMPDU_FACTOR + in ath11k_peer_assoc_h_he()
Dwmi.h3514 u32 peer_max_mpdu; member
3578 u32 peer_max_mpdu; member
Dwmi.c1824 cmd->peer_max_mpdu = param->peer_max_mpdu; in ath11k_wmi_send_peer_assoc_cmd()
1923 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dwmi.h6500 __le32 peer_max_mpdu; member
6553 u32 peer_max_mpdu; member
Dmac.c2322 arg->peer_max_mpdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath10k_peer_assoc_h_ht()
2582 arg->peer_max_mpdu = max(arg->peer_max_mpdu, in ath10k_peer_assoc_h_vht()
2643 sta->addr, arg->peer_max_mpdu, in ath10k_peer_assoc_h_vht()
Dwmi.c7581 cmd->peer_max_mpdu = __cpu_to_le32(arg->peer_max_mpdu); in ath10k_wmi_peer_assoc_fill()
Dwmi-tlv.c2697 cmd->max_mpdu = __cpu_to_le32(arg->peer_max_mpdu); in ath10k_wmi_tlv_op_gen_peer_assoc()