Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h933 #define PCIEM_CAP2_ARI 0x00000020 macro
H A Dpci_pci.c2657 if (!(cap2 & PCIEM_CAP2_ARI)) in pcib_try_enable_ari()
/freebsd/usr.sbin/pciconf/
H A Dcap.c632 if ((cap & PCIEM_CAP2_ARI) != 0) { in ea_bei_to_name()