Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/bmi/src/
H A Dol_fw.c621 struct hif_opaque_softc *ramdump_scn = ol_ctx->scn; in __ramdump_work_handler() local
626 if (!ramdump_scn) { in __ramdump_work_handler()
630 tgt_info = hif_get_target_info_handle(ramdump_scn); in __ramdump_work_handler()
633 ret = hif_check_soc_status(ramdump_scn); in __ramdump_work_handler()
637 ret = hif_dump_registers(ramdump_scn); in __ramdump_work_handler()
643 if (hif_diag_read_mem(ramdump_scn, in __ramdump_work_handler()
649 ol_copy_ramdump(ramdump_scn); in __ramdump_work_handler()
658 if (hif_diag_read_mem(ramdump_scn, host_interest_address, in __ramdump_work_handler()
667 if (ol_copy_ramdump(ramdump_scn)) in __ramdump_work_handler()