Searched refs:devctl (Results 1 – 3 of 3) sorted by relevance
3779 u16 devctl; in t4_fixup_host_params_compat() local3786 &devctl); in t4_fixup_host_params_compat()3787 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params_compat()
259 * This method is called by a parent bridge or devctl to trigger a bus
9990 uint16_t devctl; local9993 devctl = bnx2x_pcie_capability_read(sc, PCIR_EXPRESS_DEVICE_CTL);9995 w_order = ((devctl & PCIM_EXP_CTL_MAX_PAYLOAD) >> 5);9996 r_order = ((devctl & PCIM_EXP_CTL_MAX_READ_REQUEST) >> 12);