FreeBSD kernel amd64 PCI device code
pci_iov_bar Struct Reference

#include <pci_iov_private.h>

Data Fields

struct resource * res
 
pci_addr_t bar_size
 
pci_addr_t bar_shift
 

Detailed Description

Definition at line 32 of file pci_iov_private.h.

Field Documentation

◆ bar_shift

pci_addr_t pci_iov_bar::bar_shift

Definition at line 36 of file pci_iov_private.h.

Referenced by pci_iov_add_bars(), pci_iov_alloc_bar(), and pci_iov_alloc_bar_ea().

◆ bar_size

pci_addr_t pci_iov_bar::bar_size

Definition at line 35 of file pci_iov_private.h.

Referenced by pci_iov_add_bars(), pci_iov_alloc_bar(), and pci_iov_alloc_bar_ea().

◆ res

struct resource* pci_iov_bar::res

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