Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_init.c1645 if (!ha->fw_dump_template) { in qla2x00_alloc_fw_dump()
5414 if (ha->fw_dump_template) in qla24xx_load_risc_flash()
5415 vfree(ha->fw_dump_template); in qla24xx_load_risc_flash()
5416 ha->fw_dump_template = NULL; in qla24xx_load_risc_flash()
5431 ha->fw_dump_template = vmalloc(dlen); in qla24xx_load_risc_flash()
5432 if (!ha->fw_dump_template) { in qla24xx_load_risc_flash()
5440 dcode = ha->fw_dump_template; in qla24xx_load_risc_flash()
5465 if (ha->fw_dump_template) in qla24xx_load_risc_flash()
5466 vfree(ha->fw_dump_template); in qla24xx_load_risc_flash()
5467 ha->fw_dump_template = NULL; in qla24xx_load_risc_flash()
[all …]
Dqla_attr.c158 if (!ha->fw_dump_template || !ha->fw_dump_template_len) in qla2x00_sysfs_read_fw_dump_template()
164 ha->fw_dump_template, ha->fw_dump_template_len); in qla2x00_sysfs_read_fw_dump_template()
180 if (ha->fw_dump_template) in qla2x00_sysfs_write_fw_dump_template()
181 vfree(ha->fw_dump_template); in qla2x00_sysfs_write_fw_dump_template()
185 ha->fw_dump_template = NULL; in qla2x00_sysfs_write_fw_dump_template()
191 ha->fw_dump_template = vmalloc(size); in qla2x00_sysfs_write_fw_dump_template()
192 if (!ha->fw_dump_template) { in qla2x00_sysfs_write_fw_dump_template()
208 memcpy(ha->fw_dump_template + off, buf, count); in qla2x00_sysfs_write_fw_dump_template()
Dqla_tmpl.c886 struct qla27xx_fwdt_template *tmp = vha->hw->fw_dump_template; in qla27xx_execute_fwdt_template()
902 struct qla27xx_fwdt_template *tmp = vha->hw->fw_dump_template; in qla27xx_fwdt_calculate_dump_size()
965 else if (!vha->hw->fw_dump_template) in qla27xx_fwdump()
Dqla_os.c3616 if (ha->fw_dump_template) in qla2x00_free_fw_dump()
3617 vfree(ha->fw_dump_template); in qla2x00_free_fw_dump()
3628 ha->fw_dump_template = NULL; in qla2x00_free_fw_dump()
Dqla_def.h3298 void *fw_dump_template; member