Home
last modified time | relevance | path

Searched defs:pcicfg_pcie (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpcivar.h138 struct pcicfg_pcie { struct
139 uint8_t pcie_location; /* Offset of PCI-e capability registers. */
140 uint8_t pcie_type; /* Device type. */
141 uint16_t pcie_flags; /* Device capabilities register. */
142 uint16_t pcie_device_ctl; /* Device control register. */
143 uint16_t pcie_link_ctl; /* Link control register. */
144 uint16_t pcie_slot_ctl; /* Slot control register. */
145 uint16_t pcie_root_ctl; /* Root control register. */
146 uint16_t pcie_device_ctl2; /* Second device control register. */
147 uint16_t pcie_link_ctl2; /* Second link control register. */
[all …]