Home
last modified time | relevance | path

Searched refs:dhd_map_log (Results 1 – 6 of 6) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dlinux_osl_priv.h180 void *dhd_map_log; member
Dlinux_osl.c239 map_log = (dhd_map_log_t *)(osh->dhd_map_log); in osl_dma_map_dump()
279 if (osh->dhd_map_log) { in osl_dma_map_log_deinit()
280 kfree(osh->dhd_map_log); in osl_dma_map_log_deinit()
281 osh->dhd_map_log = NULL; in osl_dma_map_log_deinit()
485 osh->dhd_map_log = osl_dma_map_log_init(DHD_MAP_LOG_SIZE); in osl_attach()
486 if (osh->dhd_map_log == NULL) { in osl_attach()
541 osl_dma_map_log_deinit(osh->dhd_map_log); in osl_detach()
1045 osl_dma_map_logging(osh, osh->dhd_map_log, ret_addr, size); in osl_dma_map()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dlinux_osl_priv.h177 void *dhd_map_log; member
Dlinux_osl.c245 map_log = (dhd_map_log_t *)(osh->dhd_map_log); in osl_dma_map_dump()
283 if (osh->dhd_map_log) { in osl_dma_map_log_deinit()
284 kfree(osh->dhd_map_log); in osl_dma_map_log_deinit()
285 osh->dhd_map_log = NULL; in osl_dma_map_log_deinit()
497 osh->dhd_map_log = osl_dma_map_log_init(DHD_MAP_LOG_SIZE); in osl_attach()
498 if (osh->dhd_map_log == NULL) { in osl_attach()
558 osl_dma_map_log_deinit(osh->dhd_map_log); in osl_detach()
1043 osl_dma_map_logging(osh, osh->dhd_map_log, ret_addr, size); in osl_dma_map()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dlinux_osl_priv.h180 void *dhd_map_log; member
Dlinux_osl.c198 map_log = (dhd_map_log_t *)(osh->dhd_map_log); in osl_dma_map_dump()
238 if (osh->dhd_map_log) { in osl_dma_map_log_deinit()
239 kfree(osh->dhd_map_log); in osl_dma_map_log_deinit()
240 osh->dhd_map_log = NULL; in osl_dma_map_log_deinit()
365 osh->dhd_map_log = osl_dma_map_log_init(DHD_MAP_LOG_SIZE);
366 if (osh->dhd_map_log == NULL) {
1214 osl_dma_map_logging(osh, osh->dhd_map_log, ret_addr, size);