Home
last modified time | relevance | path

Searched refs:FW_VERBOSE_RING_SIZE (Results 1 – 13 of 13) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_static_buf.c63 #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()
Ddhd_debug.h68 #define FW_VERBOSE_RING_SIZE (64 * 1024) macro
Ddhd_debug.c2279 (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/
Ddhd_static_buf.c85 #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/
Ddhd_static_buf.c70 #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()
Ddhd_debug.h67 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro
Ddhd_debug.c2335 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/
Ddhd_static_buf.c70 #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()
Ddhd_debug.h55 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro
Ddhd_debug.c2712 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/
Ddhd_static_buf.c114 #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()
Ddhd_debug.h67 #define FW_VERBOSE_RING_SIZE (256 * 1024) macro
Ddhd_debug.c2372 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()