Searched refs:MAX_WMI_UTF_LEN (Results 1 – 2 of 2) sorted by relevance
428 num_segments = total_bytes / MAX_WMI_UTF_LEN; in ath11k_tm_cmd_wmi_ftm()430 if (buf_len - (num_segments * MAX_WMI_UTF_LEN)) in ath11k_tm_cmd_wmi_ftm()434 chunk_len = min_t(u16, buf_len, MAX_WMI_UTF_LEN); in ath11k_tm_cmd_wmi_ftm()
69 #define MAX_WMI_UTF_LEN 252 macro