Searched refs:fw_dump_size (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c102 u32 fw_dump_size; local
104 if (wil_fw_get_crash_dump_bounds(wil, &fw_dump_size, NULL)) {
109 fw_dump_data = vzalloc(fw_dump_size);
113 if (wil_fw_copy_crash_dump(wil, fw_dump_data, fw_dump_size)) {
120 dev_coredumpv(wil_to_dev(wil), fw_dump_data, fw_dump_size, GFP_KERNEL); local
121 wil_info(wil, "fw core dumped, size %d bytes\n", fw_dump_size);
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_init.c374 /* Calculate fw_dump_size */
378 ha->fw_dump_size += md_hdr->capture_size_array[k];
382 ha->fw_dump_size += ha->fw_dump_tmplt_size;
383 ha->fw_dump = vmalloc(ha->fw_dump_size);
391 "Total Minidump size = 0x%x KB\n", ha->fw_dump_size));
H A Dql4_attr.c26 ha->fw_dump_size);
H A Dql4_nx.c3021 __func__, ha->fw_dump_size, ha->fw_dump_size);
3038 if (data_collected > ha->fw_dump_size) {
3041 data_collected, ha->fw_dump_size);
3055 (ha->fw_dump_size - data_collected)));
3189 if ((data_collected + ha->fw_dump_skip_size) != ha->fw_dump_size) {
3192 data_collected, ha->fw_dump_size);
H A Dql4_def.h763 uint32_t fw_dump_size; member in struct:scsi_qla_host
H A Dql4_os.c4195 ha->fw_dump_size = 0;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_attr.c2458 static DEVICE_ATTR(fw_dump_size, S_IRUGO, qla2x00_fw_dump_size_show, NULL);

Completed in 173 milliseconds