Lines Matching refs:comp_id

340 #define show_pldm_entity_id(flags, valid_comp_id, valid_id_format, comp_id)	\  argument
342 (comp_id[0] & CXL_PLDM_COMPONENT_ID_ENTITY_VALID) ? \
343 __print_hex(&comp_id[1], 6) : "0x00" : "0x00"
345 #define show_pldm_resource_id(flags, valid_comp_id, valid_id_format, comp_id) \ argument
347 (comp_id[0] & CXL_PLDM_COMPONENT_ID_RES_VALID) ? \
348 __print_hex(&comp_id[7], 4) : "0x00" : "0x00"
466 __array(u8, comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE)
496 memcpy(__entry->comp_id, &rec->component_id,
530 __print_hex(__entry->comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE),
531 show_comp_id_pldm_flags(__entry->comp_id[0]),
533 CXL_GMER_VALID_COMPONENT_ID_FORMAT, __entry->comp_id),
535 CXL_GMER_VALID_COMPONENT_ID_FORMAT, __entry->comp_id),
621 __array(u8, comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE)
660 memcpy(__entry->comp_id, &rec->component_id,
688 __print_hex(__entry->comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE),
689 show_comp_id_pldm_flags(__entry->comp_id[0]),
691 CXL_DER_VALID_COMPONENT_ID_FORMAT, __entry->comp_id),
693 CXL_DER_VALID_COMPONENT_ID_FORMAT, __entry->comp_id),
836 __array(u8, comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE)
858 memcpy(__entry->comp_id, &rec->component_id,
881 __print_hex(__entry->comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE),
882 show_comp_id_pldm_flags(__entry->comp_id[0]),
884 CXL_MMER_VALID_COMPONENT_ID_FORMAT, __entry->comp_id),
886 CXL_MMER_VALID_COMPONENT_ID_FORMAT, __entry->comp_id)
950 __array(u8, comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE)
970 memcpy(__entry->comp_id, &rec->component_id,
986 __print_hex(__entry->comp_id, CXL_EVENT_GEN_MED_COMP_ID_SIZE),
987 show_comp_id_pldm_flags(__entry->comp_id[0]),
989 CXL_MSER_VALID_COMPONENT_ID_FORMAT, __entry->comp_id),
991 CXL_MSER_VALID_COMPONENT_ID_FORMAT, __entry->comp_id)