Searched refs:fw_dump_tmplt (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 9631 void *fw_dump_tmplt; in qla29xx_load_fw_template() local 9649 fw_dump_tmplt = kzalloc(ha->fw_dump_tmplt_len, GFP_KERNEL); in qla29xx_load_fw_template() 9650 if (!fw_dump_tmplt) { in qla29xx_load_fw_template() 9657 fw_dump_tmplt, 0, in qla29xx_load_fw_template() 9665 ql_dump_buffer(ql_dbg_init, vha, 0x006b, fw_dump_tmplt, in qla29xx_load_fw_template() 9673 template_size = le32_to_cpu(((__le32 *)fw_dump_tmplt)[2]); in qla29xx_load_fw_template() 9677 j, fw_dump_tmplt, template_size); in qla29xx_load_fw_template() 9694 memcpy((char *)dcode, (char *)fw_dump_tmplt, template_size); in qla29xx_load_fw_template() 9714 kfree(fw_dump_tmplt); in qla29xx_load_fw_template() 9724 kfree(fw_dump_tmplt); in qla29xx_load_fw_template()
|