Searched refs:PCI_EXP_DEVCTL_PAYLOAD (Results 1 – 6 of 6) sorted by relevance
604 rc_cur = fld2val(pctl, PCI_EXP_DEVCTL_PAYLOAD); in qib_tune_pcie_caps()605 ep_cur = fld2val(ectl, PCI_EXP_DEVCTL_PAYLOAD); in qib_tune_pcie_caps()613 pctl = (pctl & ~PCI_EXP_DEVCTL_PAYLOAD) | in qib_tune_pcie_caps()614 val2fld(rc_cur, PCI_EXP_DEVCTL_PAYLOAD); in qib_tune_pcie_caps()620 ectl = (ectl & ~PCI_EXP_DEVCTL_PAYLOAD) | in qib_tune_pcie_caps()621 val2fld(ep_cur, PCI_EXP_DEVCTL_PAYLOAD); in qib_tune_pcie_caps()
417 #define PCI_EXP_DEVCTL_PAYLOAD 0x00e0 /* Max_Payload_Size */ macro
271 devctl &= ~(PCI_EXP_DEVCTL_PAYLOAD | PCI_EXP_DEVCTL_READRQ); in fixup_read_and_payload_sizes()
3295 pldsize = (val & PCI_EXP_DEVCTL_PAYLOAD) >> 5; in config_pcie()3303 ~PCI_EXP_DEVCTL_PAYLOAD); in config_pcie()
4873 w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in bnx2x_init_pxp()
7179 val16 &= ~PCI_EXP_DEVCTL_PAYLOAD; in tg3_chip_reset()