Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCTL_PAYLOAD (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dosdep.h125 #define PCI_EXP_DEVCTL_PAYLOAD PCIEM_CTL_MAX_PAYLOAD macro
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h180 #define PCI_EXP_DEVCTL_PAYLOAD PCIEM_CTL_MAX_PAYLOAD macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h598 #define PCI_EXP_DEVCTL_PAYLOAD PCIEM_CTL_MAX_PAYLOAD macro
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c4087 pldsize = (val & PCI_EXP_DEVCTL_PAYLOAD) >> 5; in config_pcie()
4097 val & ~PCI_EXP_DEVCTL_READRQ & ~PCI_EXP_DEVCTL_PAYLOAD); in config_pcie()