iPXE
Data Fields
pci_vpd Struct Reference

PCI VPD. More...

#include <pcivpd.h>

Data Fields

struct pci_devicepci
 PCI device. More...
 
int cap
 VPD capability offset. More...
 
struct pci_vpd_cache cache
 Read cache. More...
 

Detailed Description

PCI VPD.

Definition at line 130 of file pcivpd.h.

Field Documentation

◆ pci

struct pci_device* pci_vpd::pci

◆ cap

int pci_vpd::cap

VPD capability offset.

Definition at line 134 of file pcivpd.h.

Referenced by pci_vpd_init(), pci_vpd_is_present(), pci_vpd_read_dword(), and pci_vpd_write_dword().

◆ cache

struct pci_vpd_cache pci_vpd::cache

Read cache.

Definition at line 136 of file pcivpd.h.

Referenced by pci_vpd_cache_is_valid(), pci_vpd_invalidate_cache(), and pci_vpd_read_dword().


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