Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/pciconf/
HDcap.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-14-stable/sys/dev/pci/
HDpcireg.h165 #define PCI_EXTCAP_NEXTPTR(ecap) (((ecap) & PCIM_EXTCAP_NEXTPTR) >> 20) macro
HDpci.c1622 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pci_find_extcap_method()
1652 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pci_find_next_extcap_method()
1660 ptr = PCI_EXTCAP_NEXTPTR(ecap); in pci_find_next_extcap_method()