Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_cmn_api_i.h52 #define USER_BUF_LEN_DELAY (2 + 2 + 2 + 2 + 4 + 17) macro
Diot_sim_common.c1388 if ((!buf) || (count > USER_BUF_LEN_DELAY) || (count < 6)) in iot_sim_debug_delay_write()
1391 locbuf = qdf_mem_malloc(USER_BUF_LEN_DELAY + 1); in iot_sim_debug_delay_write()