Searched refs:peer_he_mcs_count (Results 1 – 4 of 4) sorted by relevance
2002 (sizeof(*he_mcs) * param->peer_he_mcs_count); in ath11k_wmi_send_peer_assoc_cmd()2095 cmd->peer_he_mcs = param->peer_he_mcs_count; in ath11k_wmi_send_peer_assoc_cmd()2100 len = param->peer_he_mcs_count * sizeof(*he_mcs); in ath11k_wmi_send_peer_assoc_cmd()2108 for (i = 0; i < param->peer_he_mcs_count; i++) { in ath11k_wmi_send_peer_assoc_cmd()
2265 (sizeof(*he_mcs) * arg->peer_he_mcs_count) + in ath12k_wmi_send_peer_assoc_cmd()2377 cmd->peer_he_mcs = cpu_to_le32(arg->peer_he_mcs_count); in ath12k_wmi_send_peer_assoc_cmd()2382 len = arg->peer_he_mcs_count * sizeof(*he_mcs); in ath12k_wmi_send_peer_assoc_cmd()2389 for (i = 0; i < arg->peer_he_mcs_count; i++) { in ath12k_wmi_send_peer_assoc_cmd()
2777 arg->peer_he_mcs_count++; in ath12k_peer_assoc_h_he()2790 arg->peer_he_mcs_count++; in ath12k_peer_assoc_h_he()2833 arg->peer_he_mcs_count, in ath12k_peer_assoc_h_he()
3970 u32 peer_he_mcs_count; member