Searched refs:devctl (Results 1 – 2 of 2) sorted by relevance
3556 u16 devctl; in t4_fixup_host_params_compat() local3563 &devctl); in t4_fixup_host_params_compat()3564 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params_compat()
9983 uint16_t devctl; local9986 devctl = bnx2x_pcie_capability_read(sc, PCIR_EXPRESS_DEVICE_CTL);9988 w_order = ((devctl & PCIM_EXP_CTL_MAX_PAYLOAD) >> 5);9989 r_order = ((devctl & PCIM_EXP_CTL_MAX_READ_REQUEST) >> 12);