Searched refs:LBS_CMD_BUFFER_SIZE (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/libertas_tf/
H A Dcmd.c288 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE);
464 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL);
H A Dlibertas_tf.h103 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
H A Dif_usb.c603 if (recvlength > LBS_CMD_BUFFER_SIZE) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dcmd.c288 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE);
464 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL);
H A Dlibertas_tf.h103 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
H A Dif_usb.c603 if (recvlength > LBS_CMD_BUFFER_SIZE) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/libertas/
H A Ddefs.h142 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
H A Dif_cs.c420 if ((*len == 0) || (*len > LBS_CMD_BUFFER_SIZE)) {
H A Dcmd.c1029 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE);
1142 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL);
H A Dif_sdio.c195 if (size > LBS_CMD_BUFFER_SIZE) {
H A Dif_spi.c644 BUILD_BUG_ON(IF_SPI_CMD_BUF_SIZE < LBS_CMD_BUFFER_SIZE);
H A Dif_usb.c682 if (recvlength > LBS_CMD_BUFFER_SIZE) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Ddefs.h142 #define LBS_CMD_BUFFER_SIZE (2 * 1024) macro
H A Dif_cs.c420 if ((*len == 0) || (*len > LBS_CMD_BUFFER_SIZE)) {
H A Dcmd.c1029 memset(cmdnode->cmdbuf, 0, LBS_CMD_BUFFER_SIZE);
1142 cmdarray[i].cmdbuf = kzalloc(LBS_CMD_BUFFER_SIZE, GFP_KERNEL);
H A Dif_sdio.c195 if (size > LBS_CMD_BUFFER_SIZE) {
H A Dif_spi.c644 BUILD_BUG_ON(IF_SPI_CMD_BUF_SIZE < LBS_CMD_BUFFER_SIZE);
H A Dif_usb.c682 if (recvlength > LBS_CMD_BUFFER_SIZE) {

Completed in 117 milliseconds