Searched refs:CLI_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
226 ssv6xxx_cmd_buf = (char *)kzalloc(CLI_BUFFER_SIZE+CLI_RESULT_BUF_SIZE, GFP_KERNEL); in ssvdevice_init()229 ssv6xxx_result_buf = ssv6xxx_cmd_buf+CLI_BUFFER_SIZE; in ssvdevice_init()
19 #define CLI_BUFFER_SIZE 256 macro
47 static char sg_cmd_buffer[CLI_BUFFER_SIZE+1];