iPXE
Data Fields
undi_pci_device_id Struct Reference

An UNDI PCI device ID. More...

#include <undirom.h>

Data Fields

unsigned int vendor_id
 PCI vendor ID. More...
 
unsigned int device_id
 PCI device ID. More...
 

Detailed Description

An UNDI PCI device ID.

Definition at line 15 of file undirom.h.

Field Documentation

◆ vendor_id

unsigned int undi_pci_device_id::vendor_id

PCI vendor ID.

Definition at line 17 of file undirom.h.

Referenced by undirom_find_pci(), and undirom_parse_pcirheader().

◆ device_id

unsigned int undi_pci_device_id::device_id

PCI device ID.

Definition at line 19 of file undirom.h.

Referenced by undirom_find_pci(), and undirom_parse_pcirheader().


The documentation for this struct was generated from the following file: