Home
last modified time | relevance | path

Searched refs:PCI_EXTCAP_NEXTPTR (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pciconf/
H A Dcap.c1031 nextptr = PCI_EXTCAP_NEXTPTR(val); in ecap_vendor()
1287 ptr = PCI_EXTCAP_NEXTPTR(ecap); in list_ecaps()
1342 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pcie_find_cap()
/freebsd/sys/dev/pci/
H A Dpcireg.h165 #define PCI_EXTCAP_NEXTPTR(ecap) (((ecap) & PCIM_EXTCAP_NEXTPTR) >> 20) macro
H A Dpci.c1609 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pci_find_extcap_method()
1639 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pci_find_next_extcap_method()
1647 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pci_find_next_extcap_method()