Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_init.c3176 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 …]
Dqla_tmpl.c955 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()
Dqla_os.c4402 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()
Dqla_def.h3990 void *fw_dump_template; member