Searched refs:PCIE_DEVCTL_MAX_PAYLOAD_MASK (Results 1 – 5 of 5) sorted by relevance
53 #define PCI_EXP_DEVCTL_PAYLOAD PCIE_DEVCTL_MAX_PAYLOAD_MASK
186 max_payload_size = (devctl & PCIE_DEVCTL_MAX_PAYLOAD_MASK) in sfxge_pci_init()
419 (PCIE_DEVCTL_MAX_READ_REQ_MASK | PCIE_DEVCTL_MAX_PAYLOAD_MASK); in pcieb_41210_mps_wkrnd()449 PCIE_DEVCTL_MAX_PAYLOAD_MASK); in pcieb_41210_mps_wkrnd()462 PCIE_DEVCTL_MAX_PAYLOAD_MASK)) | cdip_mrrs_mps; in pcieb_41210_mps_wkrnd()
549 PCIE_DEVCTL_MAX_PAYLOAD_MASK | PCIE_DEVCTL_EXT_TAG_FIELD_EN;3586 devctl &= ~PCIE_DEVCTL_MAX_PAYLOAD_MASK; in pcie_fabric_feature_set()
171 #define PCIE_DEVCTL_MAX_PAYLOAD_MASK 0xE0 /* Max_Payload_Size */ macro