iPXE
|
PCI VPD. More...
#include <pcivpd.h>
Data Fields | |
struct pci_device * | pci |
PCI device. More... | |
int | cap |
VPD capability offset. More... | |
struct pci_vpd_cache | cache |
Read cache. More... | |
struct pci_device* pci_vpd::pci |
PCI device.
Definition at line 132 of file pcivpd.h.
Referenced by nvs_vpd_nvo_init(), nvs_vpd_read(), nvs_vpd_resize(), nvs_vpd_write(), pci_vpd_find(), pci_vpd_find_tag(), pci_vpd_init(), pci_vpd_read_dword(), pci_vpd_resize(), and pci_vpd_write_dword().
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().
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().