Home
last modified time | relevance | path

Searched refs:MWIFIEX_SIZE_OF_CMD_BUFFER (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h328 #define MWIFIEX_SIZE_OF_CMD_BUFFER 2048 macro
374 u8 cmd[MWIFIEX_SIZE_OF_CMD_BUFFER];
H A Dcmdevt.c401 cmd_array[i].skb = dev_alloc_skb(MWIFIEX_SIZE_OF_CMD_BUFFER); in mwifiex_alloc_cmd_buffer()
840 size = min_t(u16, size, MWIFIEX_SIZE_OF_CMD_BUFFER); in mwifiex_process_cmdresp()
H A Dusb.c72 if (skb->len > MWIFIEX_SIZE_OF_CMD_BUFFER) { in mwifiex_usb_recv()
H A Dsdio.c1702 min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, in mwifiex_decode_rx_packet()
H A Dcfg80211.c4127 .len = MWIFIEX_SIZE_OF_CMD_BUFFER },