Home
last modified time | relevance | path

Searched defs:pci_nic_info (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/include/
Dpxe_api.h1387 struct pci_nic_info { struct
1388 UINT16_t Vendor_ID; /**< PCI vendor ID */
1389 UINT16_t Dev_ID; /**< PCI device ID */
1390 UINT8_t Base_Class; /**< PCI base class */
1391 UINT8_t Sub_Class; /**< PCI sub class */
1392 UINT8_t Prog_Intf; /**< PCI programming interface */
1393 UINT8_t Rev; /**< PCI revision */
1394 UINT16_t BusDevFunc; /**< PCI bus:dev:fn address */
1395 UINT16_t SubVendor_ID; /**< PCI subvendor ID */
1396 UINT16_t SubDevice_ID; /**< PCI subdevice ID */