FreeBSD kernel amd64 PCI device code
pcicfg_vpd Struct Reference

#include <pcivar.h>

Collaboration diagram for pcicfg_vpd:

Data Fields

uint8_t vpd_reg
 
char vpd_cached
 
char * vpd_ident
 
int vpd_rocnt
 
struct vpd_readonlyvpd_ros
 
int vpd_wcnt
 
struct vpd_writevpd_w
 

Detailed Description

Definition at line 81 of file pcivar.h.

Field Documentation

◆ vpd_cached

char pcicfg_vpd::vpd_cached

◆ vpd_ident

char* pcicfg_vpd::vpd_ident

Definition at line 84 of file pcivar.h.

Referenced by pci_get_vpd_ident_method(), pci_list_vpd(), and pci_read_vpd().

◆ vpd_reg

uint8_t pcicfg_vpd::vpd_reg

◆ vpd_rocnt

int pcicfg_vpd::vpd_rocnt

Definition at line 85 of file pcivar.h.

Referenced by pci_get_vpd_readonly_method(), pci_list_vpd(), and pci_read_vpd().

◆ vpd_ros

struct vpd_readonly* pcicfg_vpd::vpd_ros

Definition at line 86 of file pcivar.h.

Referenced by pci_get_vpd_readonly_method(), pci_list_vpd(), and pci_read_vpd().

◆ vpd_w

struct vpd_write* pcicfg_vpd::vpd_w

Definition at line 88 of file pcivar.h.

Referenced by pci_list_vpd(), and pci_read_vpd().

◆ vpd_wcnt

int pcicfg_vpd::vpd_wcnt

Definition at line 87 of file pcivar.h.

Referenced by pci_list_vpd(), and pci_read_vpd().


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