Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_static_buf.c59 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024 * 2) macro
61 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024) macro
168 if (size > DHD_PREALLOC_IF_FLOW_LKUP_SIZE) { in dhd_wlan_mem_prealloc()
170 size, DHD_PREALLOC_IF_FLOW_LKUP_SIZE); in dhd_wlan_mem_prealloc()
327 wlan_static_if_flow_lkup = kmalloc(DHD_PREALLOC_IF_FLOW_LKUP_SIZE, GFP_KERNEL); in dhd_init_wlan_mem()
331 DHD_PREALLOC_IF_FLOW_LKUP, DHD_PREALLOC_IF_FLOW_LKUP_SIZE); in dhd_init_wlan_mem()
/device/board/unionman/unionpi_tiger/kernel/drivers/wifi/
Ddhd_static_buf.c81 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024 * 2) macro
83 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024) macro
190 if (size > DHD_PREALLOC_IF_FLOW_LKUP_SIZE) { in bcmdhd_mem_prealloc()
191 … pr_err("request DHD_IF_FLOW_LKUP size(%lu) > %d\n", size, DHD_PREALLOC_IF_FLOW_LKUP_SIZE); in bcmdhd_mem_prealloc()
345 wlan_static_if_flow_lkup = kmalloc(DHD_PREALLOC_IF_FLOW_LKUP_SIZE, GFP_KERNEL); in bcmdhd_init_wlan_mem()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_static_buf.c66 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024 * 2) macro
68 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024) macro
177 if (size > DHD_PREALLOC_IF_FLOW_LKUP_SIZE) { in dhd_wlan_mem_prealloc()
179 size, DHD_PREALLOC_IF_FLOW_LKUP_SIZE); in dhd_wlan_mem_prealloc()
354 wlan_static_if_flow_lkup = kmalloc(DHD_PREALLOC_IF_FLOW_LKUP_SIZE, GFP_KERNEL); in dhd_init_wlan_mem()
358 DHD_PREALLOC_IF_FLOW_LKUP, DHD_PREALLOC_IF_FLOW_LKUP_SIZE); in dhd_init_wlan_mem()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_static_buf.c66 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024 * 2) macro
68 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024) macro
177 if (size > DHD_PREALLOC_IF_FLOW_LKUP_SIZE) { in dhd_wlan_mem_prealloc()
179 size, DHD_PREALLOC_IF_FLOW_LKUP_SIZE); in dhd_wlan_mem_prealloc()
354 wlan_static_if_flow_lkup = kmalloc(DHD_PREALLOC_IF_FLOW_LKUP_SIZE, GFP_KERNEL); in dhd_init_wlan_mem()
358 DHD_PREALLOC_IF_FLOW_LKUP, DHD_PREALLOC_IF_FLOW_LKUP_SIZE); in dhd_init_wlan_mem()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_static_buf.c110 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024 * 2) macro
112 #define DHD_PREALLOC_IF_FLOW_LKUP_SIZE (20 * 1024) macro
248 if (size > DHD_PREALLOC_IF_FLOW_LKUP_SIZE) { in dhd_wlan_mem_prealloc()
250 DHD_PREALLOC_IF_FLOW_LKUP_SIZE); in dhd_wlan_mem_prealloc()
543 kmalloc(DHD_PREALLOC_IF_FLOW_LKUP_SIZE, GFP_KERNEL); in dhd_init_wlan_mem()
547 size += DHD_PREALLOC_IF_FLOW_LKUP_SIZE; in dhd_init_wlan_mem()
549 DHD_PREALLOC_IF_FLOW_LKUP_SIZE); in dhd_init_wlan_mem()