Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c526 if (!bp->fw_crash_mem) in bnxt_copy_crash_dump()
529 rmem = &bp->fw_crash_mem->ring_mem; in bnxt_copy_crash_dump()
537 pg_tbl = bp->fw_crash_mem->ctx_pg_tbl[i]; in bnxt_copy_crash_dump()
635 bp->fw_crash_mem) { in bnxt_get_coredump_length()
H A Dbnxt.c9312 bp->fw_crash_mem->ring_mem.depth); in bnxt_hwrm_crash_dump_mem_cfg()
9313 req->pbl = cpu_to_le64(bp->fw_crash_mem->ring_mem.pg_tbl_map); in bnxt_hwrm_crash_dump_mem_cfg()
9321 if (bp->fw_crash_mem) { in bnxt_free_crash_dump_mem()
9322 bnxt_free_ctx_pg_tbls(bp, bp->fw_crash_mem); in bnxt_free_crash_dump_mem()
9323 kfree(bp->fw_crash_mem); in bnxt_free_crash_dump_mem()
9324 bp->fw_crash_mem = NULL; in bnxt_free_crash_dump_mem()
9343 if (bp->fw_crash_mem && in bnxt_alloc_crash_dump_mem()
9344 mem_size <= bp->fw_crash_mem->nr_pages * BNXT_PAGE_SIZE) in bnxt_alloc_crash_dump_mem()
9347 if (bp->fw_crash_mem) in bnxt_alloc_crash_dump_mem()
9348 bnxt_free_ctx_pg_tbls(bp, bp->fw_crash_mem); in bnxt_alloc_crash_dump_mem()
[all …]
H A Dbnxt.h2718 struct bnxt_ctx_pg_info *fw_crash_mem; member