Home
last modified time | relevance | path

Searched refs:extraie_len_with_pad (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c2574 u32 *tmp_ptr, extraie_len_with_pad = 0; in ath12k_wmi_copy_scan_event_cntrl_flags()
2602 extraie_len_with_pad = in ath12k_wmi_copy_scan_event_cntrl_flags()
2604 if (extraie_len_with_pad <= (wmi->wmi_ab->max_msg_len[ar->pdev_idx] - len)) { in ath12k_wmi_copy_scan_event_cntrl_flags()
2605 len += extraie_len_with_pad; in ath12k_wmi_copy_scan_event_cntrl_flags()
2609 extraie_len_with_pad = 0; in ath12k_wmi_copy_scan_event_cntrl_flags()
2699 len = extraie_len_with_pad; in ath12k_wmi_send_scan_start_cmd()
2704 if (extraie_len_with_pad) in ath12k_wmi_send_scan_start_cmd()
2708 ptr += extraie_len_with_pad; in ath12k_wmi_send_scan_start_cmd()
2657 u32 *tmp_ptr, extraie_len_with_pad = 0; ath12k_wmi_send_scan_start_cmd() local
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c2267 u16 extraie_len_with_pad = 0; in ath11k_wmi_send_scan_start_cmd()
2287 extraie_len_with_pad = in ath11k_wmi_send_scan_start_cmd()
2289 len += extraie_len_with_pad; in ath11k_wmi_send_scan_start_cmd()
2389 len = extraie_len_with_pad; in ath11k_wmi_send_scan_start_cmd()
2395 if (extraie_len_with_pad) in ath11k_wmi_send_scan_start_cmd()
2399 ptr += extraie_len_with_pad; in ath11k_wmi_send_scan_start_cmd()
2255 u16 extraie_len_with_pad = 0; ath11k_wmi_send_scan_start_cmd() local