Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h803 #define PCIEM_CAP_MAX_PAYLOAD 0x00000007 macro
H A Dpci.c4332 PCIEM_CAP_MAX_PAYLOAD) << 5; in pcie_setup_mps()
/freebsd/usr.sbin/pciconf/
H A Dcap.c623 MAX_PAYLOAD(cap & PCIEM_CAP_MAX_PAYLOAD)); in cap_express()
/freebsd/sys/dev/et/
H A Dif_et.c705 max_plsz = val & PCIEM_CAP_MAX_PAYLOAD; in et_bus_config()
/freebsd/sys/dev/bge/
H A Dif_bge.c3576 sc->bge_mps = 128 << (sc->bge_mps & PCIEM_CAP_MAX_PAYLOAD); in bge_attach()