FreeBSD kernel amd64 PCI device code
vpd_readstate Struct Reference
Collaboration diagram for vpd_readstate:

Data Fields

device_t pcib
 
pcicfgregscfg
 
uint32_t val
 
int bytesinval
 
int off
 
uint8_t cksum
 

Detailed Description

Definition at line 1054 of file pci.c.

Field Documentation

◆ bytesinval

int vpd_readstate::bytesinval

Definition at line 1058 of file pci.c.

Referenced by pci_read_vpd(), and vpd_nextbyte().

◆ cfg

pcicfgregs* vpd_readstate::cfg

Definition at line 1056 of file pci.c.

Referenced by pci_read_vpd(), and vpd_nextbyte().

◆ cksum

uint8_t vpd_readstate::cksum

Definition at line 1060 of file pci.c.

Referenced by pci_read_vpd(), and vpd_nextbyte().

◆ off

int vpd_readstate::off

Definition at line 1059 of file pci.c.

Referenced by pci_read_vpd(), and vpd_nextbyte().

◆ pcib

device_t vpd_readstate::pcib

Definition at line 1055 of file pci.c.

Referenced by pci_read_vpd(), and vpd_nextbyte().

◆ val

uint32_t vpd_readstate::val

Definition at line 1057 of file pci.c.

Referenced by pci_read_vpd(), and vpd_nextbyte().


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