Home
last modified time | relevance | path

Searched refs:LBS_CMD_BUFFER_SIZE (Results 1 – 8 of 8) sorted by relevance

/drivers/net/wireless/libertas_tf/
Dcmd.c238 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE); in __lbtf_cleanup_and_insert_cmd()
379 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL); in lbtf_allocate_cmd_buffer()
Dlibertas_tf.h101 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
Dif_usb.c459 if (recvlength > LBS_CMD_BUFFER_SIZE) { in process_cmdrequest()
/drivers/net/wireless/libertas/
Ddefs.h138 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
Dif_cs.c388 if ((*len == 0) || (*len > LBS_CMD_BUFFER_SIZE)) { in if_cs_receive_cmdres()
Dif_sdio.c138 if (size > LBS_CMD_BUFFER_SIZE) { in if_sdio_handle_cmd()
Dcmd.c1239 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE); in __lbs_cleanup_and_insert_cmd()
1557 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL); in lbs_allocate_cmd_buffer()
Dif_usb.c682 if (recvlength > LBS_CMD_BUFFER_SIZE) { in process_cmdrequest()