Searched refs:fw_dump_template (Results 1 – 4 of 4) sorted by relevance
3176 if (!ha->fw_dump_template) { in qla2x00_alloc_fw_dump()7343 if (ha->fw_dump_template) in qla24xx_load_risc_flash()7344 vfree(ha->fw_dump_template); in qla24xx_load_risc_flash()7345 ha->fw_dump_template = NULL; in qla24xx_load_risc_flash()7360 ha->fw_dump_template = vmalloc(dlen); in qla24xx_load_risc_flash()7361 if (!ha->fw_dump_template) { in qla24xx_load_risc_flash()7369 dcode = ha->fw_dump_template; in qla24xx_load_risc_flash()7394 if (ha->fw_dump_template) in qla24xx_load_risc_flash()7395 vfree(ha->fw_dump_template); in qla24xx_load_risc_flash()7396 ha->fw_dump_template = NULL; in qla24xx_load_risc_flash()[all …]
955 struct qla27xx_fwdt_template *tmp = vha->hw->fw_dump_template; in qla27xx_execute_fwdt_template()971 struct qla27xx_fwdt_template *tmp = vha->hw->fw_dump_template; in qla27xx_fwdt_calculate_dump_size()1034 else if (!vha->hw->fw_dump_template) in qla27xx_fwdump()
4402 if (ha->fw_dump_template) in qla2x00_free_fw_dump()4403 vfree(ha->fw_dump_template); in qla2x00_free_fw_dump()4414 ha->fw_dump_template = NULL; in qla2x00_free_fw_dump()
3990 void *fw_dump_template; member