Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/
H A Dssv_cmd.h21 #define CLI_RESULT_BUF_SIZE (4096) macro
H A Dssvdevice.c226 ssv6xxx_cmd_buf = (char *)kzalloc(CLI_BUFFER_SIZE+CLI_RESULT_BUF_SIZE, GFP_KERNEL); in ssvdevice_init()