Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c428 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()
H A Dwmi.h69 #define MAX_WMI_UTF_LEN 252 macro