LBS_CMD_BUFFER_SIZE  997 drivers/net/wireless/marvell/libertas/cmd.c 	memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE);
LBS_CMD_BUFFER_SIZE 1132 drivers/net/wireless/marvell/libertas/cmd.c 		cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL);
LBS_CMD_BUFFER_SIZE  421 drivers/net/wireless/marvell/libertas/if_cs.c 	if ((*len == 0) || (*len > LBS_CMD_BUFFER_SIZE)) {
LBS_CMD_BUFFER_SIZE  210 drivers/net/wireless/marvell/libertas/if_sdio.c 	if (size > LBS_CMD_BUFFER_SIZE) {
LBS_CMD_BUFFER_SIZE  684 drivers/net/wireless/marvell/libertas/if_spi.c 	BUILD_BUG_ON(IF_SPI_CMD_BUF_SIZE < LBS_CMD_BUFFER_SIZE);
LBS_CMD_BUFFER_SIZE  623 drivers/net/wireless/marvell/libertas/if_usb.c 	if (recvlength > LBS_CMD_BUFFER_SIZE) {
LBS_CMD_BUFFER_SIZE  286 drivers/net/wireless/marvell/libertas_tf/cmd.c 	memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE);
LBS_CMD_BUFFER_SIZE  462 drivers/net/wireless/marvell/libertas_tf/cmd.c 		cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL);
LBS_CMD_BUFFER_SIZE  604 drivers/net/wireless/marvell/libertas_tf/if_usb.c 	    recvlength > LBS_CMD_BUFFER_SIZE) {