Lines Matching defs:record
475 /* Following are out of order to pack trace record */
617 __field(u16, column) /* Out of order to pack trace record */
624 __field(u8, rank) /* Out of order to pack trace record */
625 __field(u8, bank_group) /* Out of order to pack trace record */
626 __field(u8, bank) /* Out of order to pack trace record */
627 __field(u8, dpa_flags) /* Out of order to pack trace record */
628 /* Following are out of order to pack trace record */
1028 #define __cxl_poison_addr(record) \
1029 (le64_to_cpu(record->address))
1030 #define cxl_poison_record_dpa(record) \
1031 (__cxl_poison_addr(record) & CXL_POISON_START_MASK)
1032 #define cxl_poison_record_source(record) \
1033 (__cxl_poison_addr(record) & CXL_POISON_SOURCE_MASK)
1034 #define cxl_poison_record_dpa_length(record) \
1035 (le32_to_cpu(record->length) * CXL_POISON_LEN_MULT)
1042 const struct cxl_poison_record *record, u8 flags,
1045 TP_ARGS(cxlmd, cxlr, record, flags, overflow_ts, trace_type),
1068 __entry->dpa = cxl_poison_record_dpa(record);
1069 __entry->dpa_length = cxl_poison_record_dpa_length(record);
1070 __entry->source = cxl_poison_record_source(record);