Lines Matching refs:sg_dump_data
2570 struct scatterlist *sg_dump_data; in iwl_fw_error_dump() local
2592 sg_dump_data = alloc_sgtable(file_len); in iwl_fw_error_dump()
2593 if (sg_dump_data) { in iwl_fw_error_dump()
2594 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2595 sg_nents(sg_dump_data), in iwl_fw_error_dump()
2599 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2600 sg_nents(sg_dump_data), in iwl_fw_error_dump()
2604 dev_coredumpsg(fwrt->trans->dev, sg_dump_data, file_len, in iwl_fw_error_dump()
2633 struct scatterlist *sg_dump_data; in iwl_fw_error_ini_dump() local
2639 sg_dump_data = alloc_sgtable(file_len); in iwl_fw_error_ini_dump()
2640 if (sg_dump_data) { in iwl_fw_error_ini_dump()
2642 int sg_entries = sg_nents(sg_dump_data); in iwl_fw_error_ini_dump()
2646 sg_pcopy_from_buffer(sg_dump_data, sg_entries, in iwl_fw_error_ini_dump()
2650 dev_coredumpsg(fwrt->trans->dev, sg_dump_data, file_len, in iwl_fw_error_ini_dump()