Home
last modified time | relevance | path

Searched refs:fw_dump (Results 1 – 20 of 20) sorted by relevance

/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_minidump.c352 fw_dump->use_pex_dma = (fw_dump->version & 0xfffff) >= in qlcnic_83xx_cache_tmpl_hdr_values()
771 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_read_memory_pexdma() local
857 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_read_memory() local
1217 fw_dump = &ahw->fw_dump; in qlcnic_fw_cmd_get_minidump_temp()
1278 fw_dump->cap_mask); in qlcnic_fw_cmd_get_minidump_temp()
1287 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_dump_fw() local
1313 if (fw_dump->clr) { in qlcnic_dump_fw()
1329 if (!fw_dump->data) in qlcnic_dump_fw()
1389 fw_dump->clr = 1; in qlcnic_dump_fw()
1393 fw_dump->size, fw_dump->data, fw_dump->tmpl_hdr_size, in qlcnic_dump_fw()
[all …]
A Dqlcnic_ethtool.c1589 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_enable_fw_dump_state() local
1612 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_disable_fw_dump_state() local
1635 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_check_fw_dump_state() local
1653 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_get_dump_flag() local
1660 if (fw_dump->clr) in qlcnic_get_dump_flag()
1661 dump->len = fw_dump->tmpl_hdr_size + fw_dump->size; in qlcnic_get_dump_flag()
1682 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_get_dump_data() local
1702 memcpy(buffer + copy_sz, fw_dump->data, fw_dump->size); in qlcnic_get_dump_data()
1709 fw_dump->clr = 0; in qlcnic_get_dump_data()
1716 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_set_dump_mask() local
[all …]
A Dqlcnic_main.c1227 struct qlcnic_fw_dump *fw_dump = &ahw->fw_dump; in qlcnic_check_options() local
1243 if (fw_dump->tmpl_hdr == NULL || in qlcnic_check_options()
1245 vfree(fw_dump->tmpl_hdr); in qlcnic_check_options()
2089 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_free_adapter_resources() local
2094 if (fw_dump->tmpl_hdr) { in qlcnic_free_adapter_resources()
2095 vfree(fw_dump->tmpl_hdr); in qlcnic_free_adapter_resources()
2096 fw_dump->tmpl_hdr = NULL; in qlcnic_free_adapter_resources()
2099 if (fw_dump->dma_buffer) { in qlcnic_free_adapter_resources()
2101 fw_dump->dma_buffer, fw_dump->phys_addr); in qlcnic_free_adapter_resources()
2102 fw_dump->dma_buffer = NULL; in qlcnic_free_adapter_resources()
[all …]
A Dqlcnic.h523 struct qlcnic_fw_dump fw_dump; member
2103 struct qlcnic_fw_dump *fw_dump) in qlcnic_cache_tmpl_hdr_values() argument
2105 adapter->ahw->hw_ops->cache_tmpl_hdr_values(fw_dump); in qlcnic_cache_tmpl_hdr_values()
/drivers/scsi/qla2xxx/
A Dqla_dbg.c753 if (!ha->fw_dump) { in qla2300_fw_dump()
763 ha->fw_dump); in qla2300_fw_dump()
909 if (!ha->fw_dump) { in qla2100_fw_dump()
919 ha->fw_dump); in qla2100_fw_dump()
1100 if (!ha->fw_dump) { in qla24xx_fw_dump()
1110 ha->fw_dump); in qla24xx_fw_dump()
1342 if (!ha->fw_dump) { in qla25xx_fw_dump()
1352 ha->fw_dump); in qla25xx_fw_dump()
1655 if (!ha->fw_dump) { in qla81xx_fw_dump()
1665 ha->fw_dump); in qla81xx_fw_dump()
[all …]
A Dqla_tmpl.c1066 if (!vha->hw->fw_dump) { in qla27xx_fwdump()
1071 vha->hw->fw_dump); in qla27xx_fwdump()
1075 void *buf = vha->hw->fw_dump; in qla27xx_fwdump()
1097 vha->host_no, vha->hw->fw_dump, vha->hw->fw_dump_cap_flags); in qla27xx_fwdump()
A Dqla_init.c3812 if (ha->fw_dump) { in qla2x00_alloc_fw_dump()
3909 fw_dump = vmalloc(dump_size); in qla2x00_alloc_fw_dump()
3910 if (!fw_dump) { in qla2x00_alloc_fw_dump()
3917 memcpy(fw_dump, ha->fw_dump, ha->fw_dump_len); in qla2x00_alloc_fw_dump()
3918 vfree(ha->fw_dump); in qla2x00_alloc_fw_dump()
3919 ha->fw_dump = fw_dump; in qla2x00_alloc_fw_dump()
3925 vfree(ha->fw_dump); in qla2x00_alloc_fw_dump()
3926 ha->fw_dump = fw_dump; in qla2x00_alloc_fw_dump()
3953 ha->fw_dump->eft_addr_l = in qla2x00_alloc_fw_dump()
3955 ha->fw_dump->eft_addr_h = in qla2x00_alloc_fw_dump()
[all …]
A Dqla_os.c2259 .fw_dump = qla2100_fw_dump,
2298 .fw_dump = qla2300_fw_dump,
2337 .fw_dump = qla24xx_fw_dump,
2376 .fw_dump = qla25xx_fw_dump,
2415 .fw_dump = qla81xx_fw_dump,
2454 .fw_dump = qla82xx_fw_dump,
2493 .fw_dump = qla8044_fw_dump,
2571 .fw_dump = NULL,
2610 .fw_dump = qla27xx_fwdump,
4847 vfree(ha->fw_dump); in qla2x00_free_fw_dump()
[all …]
A Dqla_isr.c382 ha->isp_ops->fw_dump(vha); in qla2100_intr_handler()
508 ha->isp_ops->fw_dump(vha); in qla2300_intr_handler()
1063 ha->isp_ops->fw_dump(vha); in qla27xx_handle_8200_aen()
1373 ha->isp_ops->fw_dump(vha); in qla2x00_async_event()
4268 ha->isp_ops->fw_dump(vha); in qla24xx_intr_handler()
4398 ha->isp_ops->fw_dump(vha); in qla24xx_msix_default()
A Dqla_def.h3471 void (*fw_dump)(struct scsi_qla_host *vha); member
4602 struct qla2xxx_fw_dump *fw_dump; member
A Dqla_attr.c50 rval = memory_read_from_buffer(buf, count, &off, ha->fw_dump, in qla2x00_sysfs_read_fw_dump()
A Dqla_nx2.c3236 "-- ignoring request.\n", ha->fw_dump); in qla8044_collect_md_data()
A Dqla_nx.c4072 "-- ignoring request.\n", ha->fw_dump); in qla82xx_md_collect()
A Dqla_target.c5674 ha->isp_ops->fw_dump(vha); in qlt_chk_unresolv_exchg()
/drivers/scsi/qla4xxx/
A Dql4_init.c314 if (ha->fw_dump) { in qla4xxx_alloc_fw_dump()
383 ha->fw_dump = vmalloc(ha->fw_dump_size); in qla4xxx_alloc_fw_dump()
384 if (!ha->fw_dump) in qla4xxx_alloc_fw_dump()
393 memcpy(ha->fw_dump, md_tmp, ha->fw_dump_tmplt_size); in qla4xxx_alloc_fw_dump()
394 ha->fw_dump_tmplt_hdr = ha->fw_dump; in qla4xxx_alloc_fw_dump()
A Dql4_attr.c25 return memory_read_from_buffer(buf, count, &off, ha->fw_dump, in qla4_8xxx_sysfs_read_fw_dump()
A Dql4_def.h762 void *fw_dump; member
A Dql4_nx.c2995 if (!ha->fw_dump) { in qla4_8xxx_collect_md_data()
3003 data_ptr = (uint32_t *)((uint8_t *)ha->fw_dump + in qla4_8xxx_collect_md_data()
3176 data_collected = (uint8_t *)data_ptr - (uint8_t *)ha->fw_dump; in qla4_8xxx_collect_md_data()
A Dql4_os.c4185 vfree(ha->fw_dump); in qla4xxx_mem_free()
4196 ha->fw_dump = NULL; in qla4xxx_mem_free()
/drivers/net/wireless/marvell/mwifiex/
A DREADME262 cat fw_dump

Completed in 736 milliseconds