Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dfadump-internal.h101 struct fw_dump { struct
149 u64 (*fadump_init_mem_struct)(struct fw_dump *fadump_conf); argument
151 int (*fadump_setup_metadata)(struct fw_dump *fadump_conf);
153 int (*fadump_register)(struct fw_dump *fadump_conf);
154 int (*fadump_unregister)(struct fw_dump *fadump_conf);
155 int (*fadump_invalidate)(struct fw_dump *fadump_conf);
156 void (*fadump_cleanup)(struct fw_dump *fadump_conf);
157 int (*fadump_process)(struct fw_dump *fadump_conf);
158 void (*fadump_region_show)(struct fw_dump *fadump_conf,
175 struct fw_dump { struct
[all …]
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c285 void qlcnic_82xx_cache_tmpl_hdr_values(struct qlcnic_fw_dump *fw_dump) in qlcnic_82xx_cache_tmpl_hdr_values() argument
289 hdr = fw_dump->tmpl_hdr; in qlcnic_82xx_cache_tmpl_hdr_values()
290 fw_dump->tmpl_hdr_size = hdr->size; in qlcnic_82xx_cache_tmpl_hdr_values()
291 fw_dump->version = hdr->version; in qlcnic_82xx_cache_tmpl_hdr_values()
292 fw_dump->num_entries = hdr->num_entries; in qlcnic_82xx_cache_tmpl_hdr_values()
293 fw_dump->offset = hdr->offset; in qlcnic_82xx_cache_tmpl_hdr_values()
296 fw_dump->cap_mask = hdr->cap_mask; in qlcnic_82xx_cache_tmpl_hdr_values()
298 fw_dump->use_pex_dma = (hdr->capabilities & BIT_0) ? true : false; in qlcnic_82xx_cache_tmpl_hdr_values()
339 void qlcnic_83xx_cache_tmpl_hdr_values(struct qlcnic_fw_dump *fw_dump) in qlcnic_83xx_cache_tmpl_hdr_values() argument
343 hdr = fw_dump->tmpl_hdr; in qlcnic_83xx_cache_tmpl_hdr_values()
[all …]
H A Dqlcnic_main.c1222 struct qlcnic_fw_dump *fw_dump = &ahw->fw_dump; in qlcnic_check_options() local
1238 if (fw_dump->tmpl_hdr == NULL || in qlcnic_check_options()
1240 vfree(fw_dump->tmpl_hdr); in qlcnic_check_options()
2083 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_free_adapter_resources() local
2088 if (fw_dump->tmpl_hdr) { in qlcnic_free_adapter_resources()
2089 vfree(fw_dump->tmpl_hdr); in qlcnic_free_adapter_resources()
2090 fw_dump->tmpl_hdr = NULL; in qlcnic_free_adapter_resources()
2093 if (fw_dump->dma_buffer) { in qlcnic_free_adapter_resources()
2095 fw_dump->dma_buffer, fw_dump->phys_addr); in qlcnic_free_adapter_resources()
2096 fw_dump->dma_buffer = NULL; in qlcnic_free_adapter_resources()
[all …]
/linux/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c31 void __init opal_fadump_dt_scan(struct fw_dump *fadump_conf, u64 node) in opal_fadump_dt_scan()
93 static int opal_fadump_unregister(struct fw_dump *fadump_conf);
95 static void opal_fadump_update_config(struct fw_dump *fadump_conf, in opal_fadump_update_config()
115 static void __init opal_fadump_get_config(struct fw_dump *fadump_conf, in opal_fadump_get_config()
187 static u64 opal_fadump_init_mem_struct(struct fw_dump *fadump_conf) in opal_fadump_init_mem_struct()
225 static int opal_fadump_setup_metadata(struct fw_dump *fadump_conf) in opal_fadump_setup_metadata()
273 static int opal_fadump_register(struct fw_dump *fadump_conf) in opal_fadump_register()
329 static int opal_fadump_unregister(struct fw_dump *fadump_conf) in opal_fadump_unregister()
344 static int opal_fadump_invalidate(struct fw_dump *fadump_conf) in opal_fadump_invalidate()
359 static void opal_fadump_cleanup(struct fw_dump *fadump_conf) in opal_fadump_cleanup()
[all …]
/linux/drivers/scsi/qla4xxx/
H 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()
H A Dql4_attr.c25 return memory_read_from_buffer(buf, count, &off, ha->fw_dump, in qla4_8xxx_sysfs_read_fw_dump()
H A Dql4_def.h762 void *fw_dump; member
H 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()
/linux/net/sched/
H A Dcls_fw.c382 static int fw_dump(struct net *net, struct tcf_proto *tp, void *fh, in fw_dump() function
446 .dump = fw_dump,
/linux/drivers/net/wireless/marvell/mwifiex/
H A DREADME262 cat fw_dump
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.c3236 "-- ignoring request.\n", ha->fw_dump); in qla8044_collect_md_data()