Searched refs:extraie_len_with_pad (Results 1 – 2 of 2) sorted by relevance
2483 u32 *tmp_ptr, extraie_len_with_pad = 0; in ath12k_wmi_send_scan_start_cmd() local2511 extraie_len_with_pad = in ath12k_wmi_send_scan_start_cmd()2513 if (extraie_len_with_pad <= (wmi->wmi_ab->max_msg_len[ar->pdev_idx] - len)) { in ath12k_wmi_send_scan_start_cmd()2514 len += extraie_len_with_pad; in ath12k_wmi_send_scan_start_cmd()2518 extraie_len_with_pad = 0; in ath12k_wmi_send_scan_start_cmd()2605 len = extraie_len_with_pad; in ath12k_wmi_send_scan_start_cmd()2610 if (extraie_len_with_pad) in ath12k_wmi_send_scan_start_cmd()2614 ptr += extraie_len_with_pad; in ath12k_wmi_send_scan_start_cmd()
2249 u16 extraie_len_with_pad = 0; in ath11k_wmi_send_scan_start_cmd() local2269 extraie_len_with_pad = in ath11k_wmi_send_scan_start_cmd()2271 len += extraie_len_with_pad; in ath11k_wmi_send_scan_start_cmd()2371 len = extraie_len_with_pad; in ath11k_wmi_send_scan_start_cmd()2377 if (extraie_len_with_pad) in ath11k_wmi_send_scan_start_cmd()2381 ptr += extraie_len_with_pad; in ath11k_wmi_send_scan_start_cmd()