Home
last modified time | relevance | path

Searched refs:DeviceId (Results 1 – 12 of 12) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-cxl-component.c59 json_object_new_int(cxl_error->DeviceId.VendorId)); in cper_section_cxl_component_to_ir()
62 json_object_new_int(cxl_error->DeviceId.DeviceId)); in cper_section_cxl_component_to_ir()
66 cxl_error->DeviceId.FunctionNumber)); in cper_section_cxl_component_to_ir()
69 json_object_new_int(cxl_error->DeviceId.DeviceNumber)); in cper_section_cxl_component_to_ir()
72 json_object_new_int(cxl_error->DeviceId.BusNumber)); in cper_section_cxl_component_to_ir()
75 json_object_new_int(cxl_error->DeviceId.SegmentNumber)); in cper_section_cxl_component_to_ir()
78 json_object_new_int(cxl_error->DeviceId.SlotNumber)); in cper_section_cxl_component_to_ir()
139 section_cper->DeviceId.VendorId = json_object_get_uint64( in ir_section_cxl_component_to_cper()
141 section_cper->DeviceId.DeviceId = json_object_get_uint64( in ir_section_cxl_component_to_cper()
143 section_cper->DeviceId.FunctionNumber = json_object_get_uint64( in ir_section_cxl_component_to_cper()
[all …]
H A Dcper-section-cxl-protocol.c105 json_object_new_uint64(cxl_protocol_error->DeviceId.VendorId)); in cper_section_cxl_protocol_to_ir()
112 cxl_protocol_error->DeviceId.DeviceId)); in cper_section_cxl_protocol_to_ir()
116 cxl_protocol_error->DeviceId.SubsystemVendorId)); in cper_section_cxl_protocol_to_ir()
120 cxl_protocol_error->DeviceId.SubsystemDeviceId)); in cper_section_cxl_protocol_to_ir()
124 cxl_protocol_error->DeviceId.ClassCode)); in cper_section_cxl_protocol_to_ir()
128 cxl_protocol_error->DeviceId.SlotNumber)); in cper_section_cxl_protocol_to_ir()
279 section_cper->DeviceId.VendorId = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
281 section_cper->DeviceId.DeviceId = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
283 section_cper->DeviceId.SubsystemVendorId = in ir_section_cxl_protocol_to_cper()
286 section_cper->DeviceId.SubsystemDeviceId = in ir_section_cxl_protocol_to_cper()
[all …]
H A Dcper-section-pci-dev.c65 json_object_new_uint64(dev_error->IdInfo.DeviceId)); in cper_section_pci_dev_to_ir()
152 section_cper->IdInfo.DeviceId = json_object_get_uint64( in ir_section_pci_dev_to_cper()
H A Dcper-section-pcie.c374 pcie_error->DevBridge.DeviceId); in cper_section_pcie_to_ir()
390 add_int(device_id, "deviceID", pcie_error->DevBridge.DeviceId); in cper_section_pcie_to_ir()
1558 section_cper->DevBridge.DeviceId = in ir_section_pcie_to_cper()
/openbmc/libcper/include/libcper/sections/
H A Dcper-section-cxl-component.h21 UINT64 DeviceId : 16; member
34 EFI_CXL_DEVICE_ID_INFO DeviceId; member
H A Dcper-section-cxl-protocol.h31 UINT64 DeviceId : 16; member
58 EFI_CXL_DEVICE_ID DeviceId; member
H A Dcper-section-pci-dev.h22 UINT64 DeviceId : 16; member
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs46 struct DeviceId(&'static [u8; 8]); struct
48 impl std::ops::Index<hwaddr> for DeviceId { implementation
147 device_id: DeviceId,
151 const DEVICE_ID: DeviceId;
167 const DEVICE_ID: DeviceId = DeviceId(&[0x11, 0x10, 0x14, 0x00, 0x0d, 0xf0, 0x05, 0xb1]);
713 const DEVICE_ID: DeviceId = DeviceId(&[0x11, 0x00, 0x18, 0x01, 0x0d, 0xf0, 0x05, 0xb1]);
/openbmc/u-boot/board/sbc8548/
H A DREADME49 BusDevFun VendorId DeviceId Device Class Sub-Class
55 BusDevFun VendorId DeviceId Device Class Sub-Class
60 BusDevFun VendorId DeviceId Device Class Sub-Class
/openbmc/docs/designs/
H A Dredfish-spdm-attestation.md141 needs should be the PCIe device ID, which is identified by `VendorId:DeviceId`.
148 find out all BDFs with matching `VendorId:DeviceId`. SPDM daemon also needs to
153 we can find all PCI device inventory paths with matching `VendorId:DeviceId`. So
/openbmc/libcper/include/libcper/
H A DCper.h1085 UINT16 DeviceId; member
1187 UINT16 DeviceId; member
/openbmc/u-boot/board/sbc8349/
H A DREADME123 BusDevFun VendorId DeviceId Device Class Sub-Class