Home
last modified time | relevance | path

Searched refs:VendorId (Results 1 – 18 of 18) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-cxl-component.c34 json_object_new_int(cxl_error->DeviceId.VendorId)); in cper_section_cxl_component_to_ir()
112 section_cper->DeviceId.VendorId = json_object_get_uint64( in ir_section_cxl_component_to_cper()
H A Dcper-section-pci-dev.c36 json_object_new_uint64(dev_error->IdInfo.VendorId)); in cper_section_pci_dev_to_ir()
124 section_cper->IdInfo.VendorId = json_object_get_uint64( in ir_section_pci_dev_to_cper()
H A Dcper-section-cxl-protocol.c78 json_object_new_uint64(cxl_protocol_error->DeviceId.VendorId)); in cper_section_cxl_protocol_to_ir()
247 section_cper->DeviceId.VendorId = json_object_get_uint64( in ir_section_cxl_protocol_to_cper()
H A Dcper-section-pcie.c80 json_object_new_uint64(pcie_error->DevBridge.VendorId)); in cper_section_pcie_to_ir()
283 section_cper->DevBridge.VendorId = in ir_section_pcie_to_cper()
/openbmc/libcper/include/libcper/sections/
H A Dcper-section-pci-dev.h21 UINT64 VendorId : 16; member
H A Dcper-section-cxl-component.h20 UINT64 VendorId : 16; member
H A Dcper-section-cxl-protocol.h30 UINT64 VendorId : 16; member
/openbmc/linux/arch/mips/include/asm/fw/arc/
H A Dhinv.h145 CHAR VendorId[8]; member
/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.md131 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
H A Dguard-on-bmc.md162 "VendorId": "XXXX",
/openbmc/libcper/include/libcper/
H A DCper.h1069 UINT16 VendorId; member
1171 UINT16 VendorId; member
/openbmc/linux/drivers/usb/storage/
H A Disd200.c270 unsigned char VendorId[8]; member
1163 dest = (__u16*)info->InquiryData.VendorId; in isd200_get_inquiry_data()
/openbmc/u-boot/board/sbc8349/
H A DREADME123 BusDevFun VendorId DeviceId Device Class Sub-Class
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_ioc.h1123 U16 VendorId; /* 20h */ member
H A Dmpi_history.txt266 * Added VendorId and ProductRevLevel fields to
/openbmc/linux/drivers/scsi/
H A Dips.h805 uint8_t VendorId[8]; member
H A Dips.c3521 memcpy(inquiry.VendorId, "IBM ", in ips_send_cmd()
4042 memcpy(inquiry.VendorId, "IBM ", 8); in ips_inquiry()