Home
last modified time | relevance | path

Searched refs:devctl (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c3556 u16 devctl; in t4_fixup_host_params_compat() local
3563 &devctl); in t4_fixup_host_params_compat()
3564 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params_compat()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c9983 uint16_t devctl; local
9986 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);