Searched refs:LBS_CMD_BUFFER_SIZE (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/ |
H A D | cmd.c | 286 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE); in __lbtf_cleanup_and_insert_cmd() 462 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL); in lbtf_allocate_cmd_buffer()
|
H A D | libertas_tf.h | 99 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
|
H A D | if_usb.c | 606 recvlength > LBS_CMD_BUFFER_SIZE) { in process_cmdrequest()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/ |
H A D | cmd.c | 286 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE); in __lbtf_cleanup_and_insert_cmd() 462 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL); in lbtf_allocate_cmd_buffer()
|
H A D | libertas_tf.h | 99 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
|
H A D | if_usb.c | 606 recvlength > LBS_CMD_BUFFER_SIZE) { in process_cmdrequest()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | defs.h | 127 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
|
H A D | cmd.c | 997 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE); in __lbs_cleanup_and_insert_cmd() 1132 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL); in lbs_allocate_cmd_buffer()
|
H A D | if_cs.c | 421 if ((*len == 0) || (*len > LBS_CMD_BUFFER_SIZE)) { in if_cs_receive_cmdres()
|
H A D | if_sdio.c | 210 if (size > LBS_CMD_BUFFER_SIZE) { in if_sdio_handle_cmd()
|
H A D | if_spi.c | 685 BUILD_BUG_ON(IF_SPI_CMD_BUF_SIZE < LBS_CMD_BUFFER_SIZE); in if_spi_c2h_cmd()
|
H A D | if_usb.c | 626 if (recvlength > LBS_CMD_BUFFER_SIZE) { in process_cmdrequest()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | defs.h | 127 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
|
H A D | cmd.c | 996 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE); in __lbs_cleanup_and_insert_cmd() 1131 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL); in lbs_allocate_cmd_buffer()
|
H A D | if_cs.c | 421 if ((*len == 0) || (*len > LBS_CMD_BUFFER_SIZE)) { in if_cs_receive_cmdres()
|
H A D | if_spi.c | 682 BUILD_BUG_ON(IF_SPI_CMD_BUF_SIZE < LBS_CMD_BUFFER_SIZE); in if_spi_c2h_cmd()
|
H A D | if_usb.c | 626 if (recvlength > LBS_CMD_BUFFER_SIZE) { in process_cmdrequest()
|
H A D | if_sdio.c | 211 if (size > LBS_CMD_BUFFER_SIZE) { in if_sdio_handle_cmd()
|
Completed in 22 milliseconds