Searched refs:fw_dump_size (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wil_crash_dump.c | 102 u32 fw_dump_size; in wil_fw_core_dump() local 104 if (wil_fw_get_crash_dump_bounds(wil, &fw_dump_size, NULL)) { in wil_fw_core_dump() 109 fw_dump_data = vzalloc(fw_dump_size); in wil_fw_core_dump() 113 if (wil_fw_copy_crash_dump(wil, fw_dump_data, fw_dump_size)) { in wil_fw_core_dump() 120 dev_coredumpv(wil_to_dev(wil), fw_dump_data, fw_dump_size, GFP_KERNEL); in wil_fw_core_dump() 121 wil_info(wil, "fw core dumped, size %d bytes\n", fw_dump_size); in wil_fw_core_dump()
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_init.c | 378 ha->fw_dump_size += md_hdr->capture_size_array[k]; in qla4xxx_alloc_fw_dump() 382 ha->fw_dump_size += ha->fw_dump_tmplt_size; in qla4xxx_alloc_fw_dump() 383 ha->fw_dump = vmalloc(ha->fw_dump_size); in qla4xxx_alloc_fw_dump() 391 "Total Minidump size = 0x%x KB\n", ha->fw_dump_size)); in qla4xxx_alloc_fw_dump()
|
H A D | ql4_attr.c | 26 ha->fw_dump_size); in qla4_8xxx_sysfs_read_fw_dump()
|
H A D | ql4_nx.c | 3021 __func__, ha->fw_dump_size, ha->fw_dump_size); in qla4_8xxx_collect_md_data() 3038 if (data_collected > ha->fw_dump_size) { in qla4_8xxx_collect_md_data() 3041 data_collected, ha->fw_dump_size); in qla4_8xxx_collect_md_data() 3055 (ha->fw_dump_size - data_collected))); in qla4_8xxx_collect_md_data() 3189 if ((data_collected + ha->fw_dump_skip_size) != ha->fw_dump_size) { in qla4_8xxx_collect_md_data() 3192 data_collected, ha->fw_dump_size); in qla4_8xxx_collect_md_data()
|
H A D | ql4_def.h | 763 uint32_t fw_dump_size; member
|
H A D | ql4_os.c | 4195 ha->fw_dump_size = 0; in qla4xxx_mem_free()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 2458 static DEVICE_ATTR(fw_dump_size, S_IRUGO, qla2x00_fw_dump_size_show, NULL);
|