Searched refs:MAX_EVENT_SIZE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-uclogic-core-test.c | 12 #define MAX_EVENT_SIZE 12 macro 15 u8 event[MAX_EVENT_SIZE];
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | pcie.c | 853 skb = dev_alloc_skb(MAX_EVENT_SIZE); in mwifiex_pcie_init_evt_ring() 859 skb_put(skb, MAX_EVENT_SIZE); in mwifiex_pcie_init_evt_ring() 861 if (mwifiex_map_pci_memory(adapter, skb, MAX_EVENT_SIZE, in mwifiex_pcie_init_evt_ring() 2090 evt_len < MAX_EVENT_SIZE) in mwifiex_pcie_process_event_ready() 2146 skb_put(skb, MAX_EVENT_SIZE - skb->len); in mwifiex_pcie_event_complete() 2148 MAX_EVENT_SIZE, in mwifiex_pcie_event_complete()
|
H A D | main.h | 95 #define MAX_EVENT_SIZE 2048 macro 991 u8 event_body[MAX_EVENT_SIZE];
|
H A D | usb.c | 117 if (skb->len > MAX_EVENT_SIZE) { in mwifiex_usb_recv()
|
H A D | sdio.c | 1672 if ((skb->len > 0) && (skb->len < MAX_EVENT_SIZE)) in mwifiex_decode_rx_packet()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | pcie.c | 851 skb = dev_alloc_skb(MAX_EVENT_SIZE); in mwifiex_pcie_init_evt_ring() 857 skb_put(skb, MAX_EVENT_SIZE); in mwifiex_pcie_init_evt_ring() 859 if (mwifiex_map_pci_memory(adapter, skb, MAX_EVENT_SIZE, in mwifiex_pcie_init_evt_ring() 2088 evt_len < MAX_EVENT_SIZE) in mwifiex_pcie_process_event_ready() 2144 skb_put(skb, MAX_EVENT_SIZE - skb->len); in mwifiex_pcie_event_complete() 2146 MAX_EVENT_SIZE, in mwifiex_pcie_event_complete()
|
H A D | main.h | 85 #define MAX_EVENT_SIZE 2048 macro 969 u8 event_body[MAX_EVENT_SIZE];
|
H A D | usb.c | 105 if (skb->len > MAX_EVENT_SIZE) { in mwifiex_usb_recv()
|
H A D | sdio.c | 1707 if ((skb->len > 0) && (skb->len < MAX_EVENT_SIZE)) in mwifiex_decode_rx_packet()
|
Completed in 28 milliseconds