Lines Matching refs:rec
226 struct cxl_event_record_raw *rec),
228 TP_ARGS(cxlmd, log, rec),
236 CXL_EVT_TP_fast_assign(cxlmd, log, rec->hdr);
237 memcpy(__entry->data, &rec->data, CXL_EVENT_RECORD_DATA_LENGTH);
316 struct cxl_event_gen_media *rec),
318 TP_ARGS(cxlmd, log, rec),
337 CXL_EVT_TP_fast_assign(cxlmd, log, rec->hdr);
340 __entry->dpa = le64_to_cpu(rec->phys_addr);
344 __entry->descriptor = rec->descriptor;
345 __entry->type = rec->type;
346 __entry->transaction_type = rec->transaction_type;
347 __entry->channel = rec->channel;
348 __entry->rank = rec->rank;
349 __entry->device = get_unaligned_le24(rec->device);
350 memcpy(__entry->comp_id, &rec->component_id,
352 __entry->validity_flags = get_unaligned_le16(&rec->validity_flags);
399 struct cxl_event_dram *rec),
401 TP_ARGS(cxlmd, log, rec),
423 CXL_EVT_TP_fast_assign(cxlmd, log, rec->hdr);
426 __entry->dpa = le64_to_cpu(rec->phys_addr);
429 __entry->descriptor = rec->descriptor;
430 __entry->type = rec->type;
431 __entry->transaction_type = rec->transaction_type;
432 __entry->validity_flags = get_unaligned_le16(rec->validity_flags);
433 __entry->channel = rec->channel;
434 __entry->rank = rec->rank;
435 __entry->nibble_mask = get_unaligned_le24(rec->nibble_mask);
436 __entry->bank_group = rec->bank_group;
437 __entry->bank = rec->bank;
438 __entry->row = get_unaligned_le24(rec->row);
439 __entry->column = get_unaligned_le16(rec->column);
440 memcpy(__entry->cor_mask, &rec->correction_mask,
548 struct cxl_event_mem_module *rec),
550 TP_ARGS(cxlmd, log, rec),
570 CXL_EVT_TP_fast_assign(cxlmd, log, rec->hdr);
573 __entry->event_type = rec->event_type;
576 __entry->health_status = rec->info.health_status;
577 __entry->media_status = rec->info.media_status;
578 __entry->life_used = rec->info.life_used;
579 __entry->dirty_shutdown_cnt = get_unaligned_le32(rec->info.dirty_shutdown_cnt);
580 __entry->cor_vol_err_cnt = get_unaligned_le32(rec->info.cor_vol_err_cnt);
581 __entry->cor_per_err_cnt = get_unaligned_le32(rec->info.cor_per_err_cnt);
582 __entry->device_temp = get_unaligned_le16(rec->info.device_temp);
583 __entry->add_status = rec->info.add_status;