Searched refs:fw_crash_mem (Results 1 – 3 of 3) sorted by relevance
553 if (!bp->fw_crash_mem) in bnxt_copy_crash_dump()556 rmem = &bp->fw_crash_mem->ring_mem; in bnxt_copy_crash_dump()564 pg_tbl = bp->fw_crash_mem->ctx_pg_tbl[i]; in bnxt_copy_crash_dump()662 bp->fw_crash_mem) { in bnxt_get_coredump_length()
9532 bp->fw_crash_mem->ring_mem.depth); in bnxt_hwrm_crash_dump_mem_cfg()9533 req->pbl = cpu_to_le64(bp->fw_crash_mem->ring_mem.pg_tbl_map); in bnxt_hwrm_crash_dump_mem_cfg()9541 if (bp->fw_crash_mem) { in bnxt_free_crash_dump_mem()9542 bnxt_free_ctx_pg_tbls(bp, bp->fw_crash_mem); in bnxt_free_crash_dump_mem()9543 kfree(bp->fw_crash_mem); in bnxt_free_crash_dump_mem()9544 bp->fw_crash_mem = NULL; in bnxt_free_crash_dump_mem()9563 if (bp->fw_crash_mem && in bnxt_alloc_crash_dump_mem()9564 mem_size <= bp->fw_crash_mem->nr_pages * BNXT_PAGE_SIZE) in bnxt_alloc_crash_dump_mem()9567 if (bp->fw_crash_mem) in bnxt_alloc_crash_dump_mem()9568 bnxt_free_ctx_pg_tbls(bp, bp->fw_crash_mem); in bnxt_alloc_crash_dump_mem()[all …]
2763 struct bnxt_ctx_pg_info *fw_crash_mem; member