/openbmc/libcper/sections/ |
H A D | cper-section-cxl-component.c | 45 json_object_new_int(cxl_error->DeviceId.VendorId)); in cper_section_cxl_component_to_ir() 48 json_object_new_int(cxl_error->DeviceId.DeviceId)); in cper_section_cxl_component_to_ir() 52 cxl_error->DeviceId.FunctionNumber)); in cper_section_cxl_component_to_ir() 55 json_object_new_int(cxl_error->DeviceId.DeviceNumber)); in cper_section_cxl_component_to_ir() 58 json_object_new_int(cxl_error->DeviceId.BusNumber)); in cper_section_cxl_component_to_ir() 61 json_object_new_int(cxl_error->DeviceId.SegmentNumber)); in cper_section_cxl_component_to_ir() 64 json_object_new_int(cxl_error->DeviceId.SlotNumber)); in cper_section_cxl_component_to_ir() 125 section_cper->DeviceId.VendorId = json_object_get_uint64( in ir_section_cxl_component_to_cper() 127 section_cper->DeviceId in ir_section_cxl_component_to_cper() [all...] |
H A D | cper-section-cxl-protocol.c | 90 json_object_new_uint64(cxl_protocol_error->DeviceId.VendorId)); in cper_section_cxl_protocol_to_ir() 97 cxl_protocol_error->DeviceId.DeviceId)); in cper_section_cxl_protocol_to_ir() 101 cxl_protocol_error->DeviceId.SubsystemVendorId)); in cper_section_cxl_protocol_to_ir() 105 cxl_protocol_error->DeviceId.SubsystemDeviceId)); in cper_section_cxl_protocol_to_ir() 109 cxl_protocol_error->DeviceId.ClassCode)); in cper_section_cxl_protocol_to_ir() 113 cxl_protocol_error->DeviceId.SlotNumber)); in cper_section_cxl_protocol_to_ir() 264 section_cper->DeviceId.VendorId = json_object_get_uint64( in ir_section_cxl_protocol_to_cper() 266 section_cper->DeviceId.DeviceId in ir_section_cxl_protocol_to_cper() [all...] |
H A D | cper-section-pci-dev.c | 51 json_object_new_uint64(dev_error->IdInfo.DeviceId)); in cper_section_pci_dev_to_ir() 138 section_cper->IdInfo.DeviceId = json_object_get_uint64( in ir_section_pci_dev_to_cper()
|
H A D | cper-section-pcie.c | 88 json_object_new_uint64(pcie_error->DevBridge.DeviceId)); in cper_section_pcie_to_ir() 91 pcie_error->DevBridge.DeviceId); in cper_section_pcie_to_ir() 294 section_cper->DevBridge.DeviceId = in ir_section_pcie_to_cper()
|
/openbmc/libcper/include/libcper/sections/ |
H A D | cper-section-cxl-component.h | 21 UINT64 DeviceId : 16; member 34 EFI_CXL_DEVICE_ID_INFO DeviceId; member
|
H A D | cper-section-cxl-protocol.h | 31 UINT64 DeviceId : 16; member 58 EFI_CXL_DEVICE_ID DeviceId; member
|
H A D | cper-section-pci-dev.h | 22 UINT64 DeviceId : 16; member
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 36 enum DeviceId { enum 42 impl std::ops::Index<hwaddr> for DeviceId { implementation 53 impl DeviceId { impl 103 device_id: DeviceId, 648 state.parent_obj.device_id = DeviceId::Luminary; in pl011_luminary_init()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_usbvend.h | 221 #define MAKE_USB_PRODUCT_ID(OemId, DeviceId) \ argument 222 ((__u16) (((OemId) << 10) || (DeviceId)))
|
/openbmc/u-boot/board/sbc8548/ |
H A D | README | 49 BusDevFun VendorId DeviceId Device Class Sub-Class 55 BusDevFun VendorId DeviceId Device Class Sub-Class 60 BusDevFun VendorId DeviceId Device Class Sub-Class
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2pdu.h | 390 __le32 DeviceId; member
|
H A D | readdir.c | 279 le32_to_cpu(info->DeviceId), in cifs_posix_to_fattr()
|
/openbmc/docs/designs/ |
H A D | redfish-spdm-attestation.md | 131 needs should be the PCIe device ID, which is identified by `VendorId:DeviceId`. 138 find out all BDFs with matching `VendorId:DeviceId`. SPDM daemon also needs to 143 we can find all PCI device inventory paths with matching `VendorId:DeviceId`. So
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.h | 406 __le32 DeviceId; member
|
H A D | smb2pdu.c | 3989 posix_info->DeviceId = cpu_to_le32(ksmbd_kstat->kstat->rdev); in smb2_populate_readdir_entry() 5220 file_info->DeviceId = cpu_to_le32(stat.rdev); in find_file_posix_info()
|
/openbmc/libcper/include/libcper/ |
H A D | Cper.h | 1070 UINT16 DeviceId; member 1172 UINT16 DeviceId; member
|
/openbmc/u-boot/board/sbc8349/ |
H A D | README | 123 BusDevFun VendorId DeviceId Device Class Sub-Class
|
/openbmc/linux/fs/smb/common/ |
H A D | smb2pdu.h | 1750 __le32 DeviceId; member
|