Home
last modified time | relevance | path

Searched refs:peer_ppet (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.c2232 cmd->peer_ppet.numss_m1 = cpu_to_le32(arg->peer_ppet.numss_m1); in ath12k_wmi_send_peer_assoc_cmd()
2233 cmd->peer_ppet.ru_info = cpu_to_le32(arg->peer_ppet.ru_bit_mask); in ath12k_wmi_send_peer_assoc_cmd()
2235 cmd->peer_ppet.ppet16_ppet8_ru3_ru0[i] = in ath12k_wmi_send_peer_assoc_cmd()
2236 cpu_to_le32(arg->peer_ppet.ppet16_ppet8_ru3_ru0[i]); in ath12k_wmi_send_peer_assoc_cmd()
H A Dmac.c2475 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath12k_peer_assoc_h_he()
2477 arg->peer_ppet.ru_bit_mask = in ath12k_peer_assoc_h_he()
2482 for (nss = 0; nss <= arg->peer_ppet.numss_m1; nss++) { in ath12k_peer_assoc_h_he()
2487 if ((arg->peer_ppet.ru_bit_mask & BIT(ru)) == 0) in ath12k_peer_assoc_h_he()
2495 arg->peer_ppet.ppet16_ppet8_ru3_ru0[nss] |= in ath12k_peer_assoc_h_he()
H A Dwmi.h3824 struct ath12k_wmi_ppe_threshold_arg peer_ppet; member
3883 struct ath12k_wmi_ppe_threshold_params peer_ppet; member
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c2455 arg->peer_ppet.numss_m1 = he_cap->ppe_thres[0] & in ath11k_peer_assoc_h_he()
2457 arg->peer_ppet.ru_bit_mask = in ath11k_peer_assoc_h_he()
2462 for (nss = 0; nss <= arg->peer_ppet.numss_m1; nss++) { in ath11k_peer_assoc_h_he()
2467 if ((arg->peer_ppet.ru_bit_mask & BIT(ru)) == 0) in ath11k_peer_assoc_h_he()
2475 arg->peer_ppet.ppet16_ppet8_ru3_ru0[nss] |= in ath11k_peer_assoc_h_he()
H A Dwmi.h3776 struct ath11k_ppe_threshold peer_ppet; member
3799 struct wmi_ppe_threshold peer_ppet; member
H A Dwmi.c2022 memcpy(&cmd->peer_ppet, &param->peer_ppet, in ath11k_wmi_send_peer_assoc_cmd()
2023 sizeof(param->peer_ppet)); in ath11k_wmi_send_peer_assoc_cmd()