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/ |
D | dhd_static_buf.c | 59 #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/ |
D | dhd_static_buf.c | 81 #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/ |
D | dhd_static_buf.c | 66 #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/ |
D | dhd_static_buf.c | 66 #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/ |
D | dhd_static_buf.c | 110 #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()
|