Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c2279 ASSERT(total_bytes / MAX_WMI_UTF_LEN == in send_pdev_utf_cmd_tlv()
2280 (uint8_t) (total_bytes / MAX_WMI_UTF_LEN)); in send_pdev_utf_cmd_tlv()
2281 numSegments = (uint8_t) (total_bytes / MAX_WMI_UTF_LEN); in send_pdev_utf_cmd_tlv()
2283 if (param->len - (numSegments * MAX_WMI_UTF_LEN)) in send_pdev_utf_cmd_tlv()
2287 if (param->len > MAX_WMI_UTF_LEN) in send_pdev_utf_cmd_tlv()
2288 chunk_len = MAX_WMI_UTF_LEN; /* MAX message */ in send_pdev_utf_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h115 #define MAX_WMI_UTF_LEN 252 macro