iPXE
Data Fields
pcir_header Struct Reference

A PCI expansion header. More...

#include <pxe.h>

Data Fields

uint32_t signature
 Signature. More...
 
uint16_t vendor_id
 PCI vendor ID. More...
 
uint16_t device_id
 PCI device ID. More...
 

Detailed Description

A PCI expansion header.

Definition at line 175 of file pxe.h.

Field Documentation

◆ signature

uint32_t pcir_header::signature

Signature.

Must be equal to PCIR_SIGNATURE

Definition at line 180 of file pxe.h.

Referenced by undirom_parse_pcirheader().

◆ vendor_id

uint16_t pcir_header::vendor_id

PCI vendor ID.

Definition at line 182 of file pxe.h.

Referenced by undirom_parse_pcirheader().

◆ device_id

uint16_t pcir_header::device_id

PCI device ID.

Definition at line 184 of file pxe.h.

Referenced by undirom_parse_pcirheader().


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