Searched refs:md_dump (Results 1 – 4 of 4) sorted by relevance
4155 data_ptr = (uint32_t *)ha->md_dump; in qla82xx_md_collect()4166 if (!ha->md_tmplt_hdr || !ha->md_dump) { in qla82xx_md_collect()4327 (uint8_t *)ha->md_dump; in qla82xx_md_collect()4343 vha->host_no, ha->md_tmplt_hdr, vha->host_no, ha->md_dump); in qla82xx_md_collect()4372 if (ha->md_dump) { in qla82xx_md_alloc()4378 ha->md_dump = vmalloc(ha->md_dump_size); in qla82xx_md_alloc()4379 if (ha->md_dump == NULL) { in qla82xx_md_alloc()4404 if (ha->md_dump) { in qla82xx_md_free()4407 ha->md_dump, ha->md_dump_size / 1024); in qla82xx_md_free()4408 vfree(ha->md_dump); in qla82xx_md_free()[all …]
3225 if (!ha->md_dump) { in qla8044_collect_md_data()3241 if (!ha->md_tmplt_hdr || !ha->md_dump) { in qla8044_collect_md_data()3269 data_ptr = (uint32_t *)((uint8_t *)ha->md_dump); in qla8044_collect_md_data()3439 (uint8_t *)((uint8_t *)ha->md_dump); in qla8044_collect_md_data()3459 vha->host_no, ha->md_tmplt_hdr, vha->host_no, ha->md_dump); in qla8044_collect_md_data()
40 &off, ha->md_dump, ha->md_dump_size); in qla2x00_sysfs_read_fw_dump()
3457 void *md_dump; member