Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h814 #define PCIEM_CAP_FLR 0x10000000 macro
H A Dpci.c6745 if (!(pci_read_config(dev, cap + PCIER_DEVICE_CAP, 4) & PCIEM_CAP_FLR)) in pcie_flr()
/freebsd/usr.sbin/pciconf/
H A Dcap.c624 if ((cap & PCIEM_CAP_FLR) != 0) in ea_bei_to_name()