Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dwmi.c1928 (sizeof(*he_mcs) * arg->peer_he_mcs_count) + in ath12k_wmi_send_peer_assoc_cmd()
2032 cmd->peer_he_mcs = cpu_to_le32(arg->peer_he_mcs_count); in ath12k_wmi_send_peer_assoc_cmd()
2037 len = arg->peer_he_mcs_count * sizeof(*he_mcs); in ath12k_wmi_send_peer_assoc_cmd()
2044 for (i = 0; i < arg->peer_he_mcs_count; i++) { in ath12k_wmi_send_peer_assoc_cmd()
Dmac.c1741 arg->peer_he_mcs_count++; in ath12k_peer_assoc_h_he()
1749 arg->peer_he_mcs_count++; in ath12k_peer_assoc_h_he()
1759 arg->peer_he_mcs_count++; in ath12k_peer_assoc_h_he()
Dwmi.h3603 u32 peer_he_mcs_count; member
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dmac.c2429 arg->peer_he_mcs_count++; in ath11k_peer_assoc_h_he()
2439 arg->peer_he_mcs_count++; in ath11k_peer_assoc_h_he()
2452 arg->peer_he_mcs_count++; in ath11k_peer_assoc_h_he()
2496 arg->peer_he_mcs_count, in ath11k_peer_assoc_h_he()
Dwmi.c1937 (sizeof(*he_mcs) * param->peer_he_mcs_count); in ath11k_wmi_send_peer_assoc_cmd()
2027 cmd->peer_he_mcs = param->peer_he_mcs_count; in ath11k_wmi_send_peer_assoc_cmd()
2032 len = param->peer_he_mcs_count * sizeof(*he_mcs); in ath11k_wmi_send_peer_assoc_cmd()
2040 for (i = 0; i < param->peer_he_mcs_count; i++) { in ath11k_wmi_send_peer_assoc_cmd()
Dwmi.h3718 u32 peer_he_mcs_count; member