Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_cmn_api_i.h43 #define USER_BUF_LEN_DROP (2 + 2 + 2 + 2 + 1 + 17) macro
Diot_sim_common.c1577 if ((!buf) || (count > USER_BUF_LEN_DROP) || (count < 6)) in iot_sim_debug_drop_write()
1580 locbuf = qdf_mem_malloc(USER_BUF_LEN_DROP + 1); in iot_sim_debug_drop_write()