Searched refs:MWIFIEX_SIZE_OF_CMD_BUFFER (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ioctl.h | 328 #define MWIFIEX_SIZE_OF_CMD_BUFFER 2048 macro 374 u8 cmd[MWIFIEX_SIZE_OF_CMD_BUFFER];
|
| H A D | sta_cmd.c | 1474 prop->length <= MWIFIEX_SIZE_OF_CMD_BUFFER - S_DS_GEN) { in mwifiex_dnld_dt_cfgdata() 1549 memset(hostcmd->cmd, 0, MWIFIEX_SIZE_OF_CMD_BUFFER); in mwifiex_send_rgpower_table() 1575 MWIFIEX_SIZE_OF_CMD_BUFFER) { in mwifiex_send_rgpower_table() 1579 __func__, MWIFIEX_SIZE_OF_CMD_BUFFER); in mwifiex_send_rgpower_table()
|
| H A D | cmdevt.c | 401 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 D | sta_ioctl.c | 734 buf = kzalloc(MWIFIEX_SIZE_OF_CMD_BUFFER, GFP_KERNEL); in mwifiex_set_tx_power()
|
| H A D | usb.c | 72 if (skb->len > MWIFIEX_SIZE_OF_CMD_BUFFER) { in mwifiex_usb_recv()
|
| H A D | sdio.c | 1702 min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, in mwifiex_decode_rx_packet()
|
| H A D | pcie.c | 1853 min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, skb->len)); in mwifiex_pcie_process_cmd_complete()
|
| H A D | cfg80211.c | 4132 .len = MWIFIEX_SIZE_OF_CMD_BUFFER },
|