Searched refs:FW_VERBOSE_RING_SIZE (Results 1 – 13 of 13) sorted by relevance
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | dhd_static_buf.c | 63 #define FW_VERBOSE_RING_SIZE (64 * 1024) macro 204 if (size > FW_VERBOSE_RING_SIZE) { in dhd_wlan_mem_prealloc() 206 size, FW_VERBOSE_RING_SIZE); in dhd_wlan_mem_prealloc() 352 wlan_static_fw_verbose_ring_buf = kmalloc(FW_VERBOSE_RING_SIZE, GFP_KERNEL); in dhd_init_wlan_mem() 356 DHD_PREALLOC_FW_VERBOSE_RING, FW_VERBOSE_RING_SIZE); in dhd_init_wlan_mem()
|
D | dhd_debug.h | 68 #define FW_VERBOSE_RING_SIZE (64 * 1024) macro
|
D | dhd_debug.c | 2279 (uint8 *)FW_VERBOSE_RING_NAME, FW_VERBOSE_RING_SIZE, DHD_PREALLOC_FW_VERBOSE_RING); in dhd_dbg_attach()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/wifi/ |
D | dhd_static_buf.c | 85 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro 239 if (size > FW_VERBOSE_RING_SIZE) { in bcmdhd_mem_prealloc() 240 pr_err("request DHD_PREALLOC_FW_VERBOSE_RING(%lu) > %d\n", size, FW_VERBOSE_RING_SIZE); in bcmdhd_mem_prealloc() 376 wlan_static_fw_verbose_ring_buf = kmalloc(FW_VERBOSE_RING_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 | 70 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro 231 if (size > FW_VERBOSE_RING_SIZE) { in dhd_wlan_mem_prealloc() 233 size, FW_VERBOSE_RING_SIZE); in dhd_wlan_mem_prealloc() 391 wlan_static_fw_verbose_ring_buf = kmalloc(FW_VERBOSE_RING_SIZE, GFP_KERNEL); in dhd_init_wlan_mem() 395 DHD_PREALLOC_FW_VERBOSE_RING, FW_VERBOSE_RING_SIZE); in dhd_init_wlan_mem()
|
D | dhd_debug.h | 67 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro
|
D | dhd_debug.c | 2335 buf = DHD_OS_PREALLOC(dhdp, DHD_PREALLOC_FW_VERBOSE_RING, FW_VERBOSE_RING_SIZE); in dhd_dbg_attach() 2337 buf = MALLOCZ(dhdp->osh, FW_VERBOSE_RING_SIZE); in dhd_dbg_attach() 2342 (uint8 *)FW_VERBOSE_RING_NAME, FW_VERBOSE_RING_SIZE, buf, FALSE); in dhd_dbg_attach()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_static_buf.c | 70 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro 231 if (size > FW_VERBOSE_RING_SIZE) { in dhd_wlan_mem_prealloc() 233 size, FW_VERBOSE_RING_SIZE); in dhd_wlan_mem_prealloc() 391 wlan_static_fw_verbose_ring_buf = kmalloc(FW_VERBOSE_RING_SIZE, GFP_KERNEL); in dhd_init_wlan_mem() 395 DHD_PREALLOC_FW_VERBOSE_RING, FW_VERBOSE_RING_SIZE); in dhd_init_wlan_mem()
|
D | dhd_debug.h | 55 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro
|
D | dhd_debug.c | 2712 buf = DHD_OS_PREALLOC(dhdp, DHD_PREALLOC_FW_VERBOSE_RING, FW_VERBOSE_RING_SIZE); in dhd_dbg_attach() 2714 buf = MALLOCZ(dhdp->osh, FW_VERBOSE_RING_SIZE); in dhd_dbg_attach() 2719 (uint8 *)FW_VERBOSE_RING_NAME, FW_VERBOSE_RING_SIZE, buf, FALSE); in dhd_dbg_attach()
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_static_buf.c | 114 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro 305 if (size > FW_VERBOSE_RING_SIZE) { in dhd_wlan_mem_prealloc() 307 size, FW_VERBOSE_RING_SIZE); in dhd_wlan_mem_prealloc() 604 kmalloc(FW_VERBOSE_RING_SIZE, GFP_KERNEL); in dhd_init_wlan_mem() 608 size += FW_VERBOSE_RING_SIZE; in dhd_init_wlan_mem() 610 FW_VERBOSE_RING_SIZE); in dhd_init_wlan_mem()
|
D | dhd_debug.h | 67 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro
|
D | dhd_debug.c | 2372 FW_VERBOSE_RING_SIZE); in dhd_dbg_attach() 2374 buf = MALLOCZ(dhdp->osh, FW_VERBOSE_RING_SIZE); in dhd_dbg_attach() 2381 FW_VERBOSE_RING_SIZE, buf, FALSE); in dhd_dbg_attach()
|