Home
last modified time | relevance | path

Searched refs:MWIFIEX_SIZE_OF_CMD_BUFFER (Results 1 – 6 of 6) 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.c404 cmd_array[i].skb = dev_alloc_skb(MWIFIEX_SIZE_OF_CMD_BUFFER); in mwifiex_alloc_cmd_buffer()
848 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 Dsta_cmd.c1489 prop->length <= MWIFIEX_SIZE_OF_CMD_BUFFER - S_DS_GEN) { in mwifiex_dnld_dt_cfgdata()
H A Dsdio.c1702 min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, in mwifiex_decode_rx_packet()
H A Dpcie.c1853 min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, skb->len)); in mwifiex_pcie_process_cmd_complete()