Home
last modified time | relevance | path

Searched refs:PCIEM_CTL_RELAXED_ORD_ENABLE (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/pci/
HDpcireg.h817 #define PCIEM_CTL_RELAXED_ORD_ENABLE 0x0010 macro
HDpci.c2230 val &= PCIEM_CTL_RELAXED_ORD_ENABLE; in pci_get_relaxed_ordering_enabled()
/freebsd-13-stable/usr.sbin/pciconf/
HDcap.c622 if (ctl & PCIEM_CTL_RELAXED_ORD_ENABLE) in cap_express()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_main.c1056 PCIEM_CTL_RELAXED_ORD_ENABLE | PCIEM_CTL_NOSNOOP_ENABLE, 0, 2); in t5_attribute_workaround()
1057 if ((v & (PCIEM_CTL_RELAXED_ORD_ENABLE | PCIEM_CTL_NOSNOOP_ENABLE)) != in t5_attribute_workaround()
1219 (v & PCIEM_CTL_RELAXED_ORD_ENABLE) != 0) { in t4_attach()
1220 v &= ~PCIEM_CTL_RELAXED_ORD_ENABLE; in t4_attach()
1223 (v & PCIEM_CTL_RELAXED_ORD_ENABLE) == 0) { in t4_attach()
1224 v |= PCIEM_CTL_RELAXED_ORD_ENABLE; in t4_attach()
/freebsd-13-stable/sys/dev/bge/
HDif_bge.c4114 devctl &= ~(PCIEM_CTL_RELAXED_ORD_ENABLE | in bge_reset()