Home
last modified time | relevance | path

Searched refs:MWIFIEX_SIZE_OF_CMD_BUFFER (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h335 #define MWIFIEX_SIZE_OF_CMD_BUFFER 2048 macro
381 u8 cmd[MWIFIEX_SIZE_OF_CMD_BUFFER];
H A Dcmdevt.c416 cmd_array[i].skb = dev_alloc_skb(MWIFIEX_SIZE_OF_CMD_BUFFER); in mwifiex_alloc_cmd_buffer()
844 size = min_t(u16, size, MWIFIEX_SIZE_OF_CMD_BUFFER); in mwifiex_process_cmdresp()
H A Dsta_ioctl.c694 buf = kzalloc(MWIFIEX_SIZE_OF_CMD_BUFFER, GFP_KERNEL); in mwifiex_set_tx_power()
H A Dusb.c84 if (skb->len > MWIFIEX_SIZE_OF_CMD_BUFFER) { in mwifiex_usb_recv()
H A Dpcie.c1969 min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, skb->len)); in mwifiex_pcie_process_cmd_complete()
H A Dsdio.c1657 min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, in mwifiex_decode_rx_packet()
H A Dsta_cmd.c1496 prop->length <= MWIFIEX_SIZE_OF_CMD_BUFFER - S_DS_GEN) { in mwifiex_dnld_dt_cfgdata()
H A Dcfg80211.c4026 .len = MWIFIEX_SIZE_OF_CMD_BUFFER },
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h323 #define MWIFIEX_SIZE_OF_CMD_BUFFER 2048 macro
369 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()
846 size = min_t(u16, size, MWIFIEX_SIZE_OF_CMD_BUFFER); in mwifiex_process_cmdresp()
H A Dsta_ioctl.c682 buf = kzalloc(MWIFIEX_SIZE_OF_CMD_BUFFER, GFP_KERNEL); in mwifiex_set_tx_power()
H A Dusb.c72 if (skb->len > MWIFIEX_SIZE_OF_CMD_BUFFER) { in mwifiex_usb_recv()
H A Dpcie.c1967 min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, skb->len)); in mwifiex_pcie_process_cmd_complete()
H A Dsdio.c1692 min_t(u32, MWIFIEX_SIZE_OF_CMD_BUFFER, in mwifiex_decode_rx_packet()
H A Dsta_cmd.c1489 prop->length <= MWIFIEX_SIZE_OF_CMD_BUFFER - S_DS_GEN) { in mwifiex_dnld_dt_cfgdata()
H A Dcfg80211.c4072 .len = MWIFIEX_SIZE_OF_CMD_BUFFER },

Completed in 40 milliseconds