Home
last modified time | relevance | path

Searched refs:PCIEM_CTL_MAX_PAYLOAD (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dosdep.h125 #define PCI_EXP_DEVCTL_PAYLOAD PCIEM_CTL_MAX_PAYLOAD
H A Dt4_main.c1209 sc->params.pci.mps = 128 << ((v & PCIEM_CTL_MAX_PAYLOAD) >> 5); in t4_attach()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h180 #define PCI_EXP_DEVCTL_PAYLOAD PCIEM_CTL_MAX_PAYLOAD
/freebsd/sys/dev/pci/
H A Dpcireg.h818 #define PCIEM_CTL_MAX_PAYLOAD 0x00e0 macro
H A Dpci.c2224 val &= PCIEM_CTL_MAX_PAYLOAD; in pci_get_max_payload()
4325 PCIEM_CTL_MAX_PAYLOAD; in pcie_setup_mps()
4327 PCIEM_CTL_MAX_PAYLOAD; in pcie_setup_mps()
4340 PCIEM_CTL_MAX_PAYLOAD, mmps, 2); in pcie_setup_mps()
4343 PCIEM_CTL_MAX_PAYLOAD, rmps, 2); in pcie_setup_mps()
/freebsd/usr.sbin/pciconf/
H A Dcap.c622 MAX_PAYLOAD((ctl & PCIEM_CTL_MAX_PAYLOAD) >> 5), in cap_express()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h598 #define PCI_EXP_DEVCTL_PAYLOAD PCIEM_CTL_MAX_PAYLOAD
/freebsd/sys/dev/alc/
H A Dif_alc.c1502 sc->alc_dma_wr_burst = (burst & PCIEM_CTL_MAX_PAYLOAD) >> 5; in alc_attach()
/freebsd/sys/dev/bxe/
H A Dbxe.c16653 w_order = ((devctl & PCIEM_CTL_MAX_PAYLOAD) >> 5); in bxe_init_pxp()