Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_init.c1642 if (!ha->fw_dump_template) { in qla2x00_alloc_fw_dump()
5410 if (ha->fw_dump_template) in qla24xx_load_risc_flash()
5411 vfree(ha->fw_dump_template); in qla24xx_load_risc_flash()
5412 ha->fw_dump_template = NULL; in qla24xx_load_risc_flash()
5427 ha->fw_dump_template = vmalloc(dlen); in qla24xx_load_risc_flash()
5428 if (!ha->fw_dump_template) { in qla24xx_load_risc_flash()
5436 dcode = ha->fw_dump_template; in qla24xx_load_risc_flash()
5461 if (ha->fw_dump_template) in qla24xx_load_risc_flash()
5462 vfree(ha->fw_dump_template); in qla24xx_load_risc_flash()
5463 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.c887 struct qla27xx_fwdt_template *tmp = vha->hw->fw_dump_template; in qla27xx_execute_fwdt_template()
903 struct qla27xx_fwdt_template *tmp = vha->hw->fw_dump_template; in qla27xx_fwdt_calculate_dump_size()
964 else if (!vha->hw->fw_dump_template) in qla27xx_fwdump()
Dqla_os.c3618 if (ha->fw_dump_template) in qla2x00_free_fw_dump()
3619 vfree(ha->fw_dump_template); in qla2x00_free_fw_dump()
3630 ha->fw_dump_template = NULL; in qla2x00_free_fw_dump()
Dqla_def.h3293 void *fw_dump_template; member