Searched refs:record_length (Results 1 – 6 of 6) sorted by relevance
| /drivers/ras/amd/ |
| A D | fmpm.c | 491 if (hdr->record_length && hdr->record_length < max_rec_len) { in set_rec_fields() 493 hdr->record_id, hdr->record_length, max_rec_len); in set_rec_fields() 524 hdr->record_length = max_rec_len; in set_rec_fields() 537 if (rec->hdr.record_length == max_rec_len) in save_new_records() 540 if (!rec->hdr.record_length) in save_new_records()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_cper.c | 36 hdr->record_length += size; in __inc_entry_length() 311 amdgpu_cper_ring_write(ring, fatal, fatal->record_length); in amdgpu_cper_generate_ue_record() 336 amdgpu_cper_ring_write(ring, bp_threshold, bp_threshold->record_length); in amdgpu_cper_generate_bp_threshold_record() 413 amdgpu_cper_ring_write(ring, corrected, corrected->record_length); in amdgpu_cper_generate_ce_records() 437 rec_len = chdr->record_length; in amdgpu_cper_ring_get_ent_sz()
|
| A D | amdgpu_virt.c | 1410 amdgpu_cper_ring_write(ring, entry, entry->record_length); in amdgpu_virt_write_cpers_to_ring() 1412 entry->record_length); in amdgpu_virt_write_cpers_to_ring()
|
| /drivers/acpi/apei/ |
| A D | erst.c | 820 if (record->record_length > erst_erange.size) in erst_write() 825 memcpy(erst_erange.vaddr, record, record->record_length); in erst_write() 864 len = rcd_tmp->record_length; in __erst_read() 1149 rcd->hdr.record_length = sizeof(*rcd) + record->size; in erst_writer()
|
| A D | erst-dbg.c | 185 if (rcd->record_length != usize) in erst_dbg_write()
|
| /drivers/gpu/drm/amd/include/ |
| A D | amd_cper.h | 115 uint32_t record_length; /* Total size of CPER Entry */ member
|
Completed in 20 milliseconds