Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c3779 u16 devctl; in t4_fixup_host_params_compat() local
3786 &devctl); in t4_fixup_host_params_compat()
3787 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params_compat()
/f-stack/freebsd/kern/
H A Dbus_if.m259 * This method is called by a parent bridge or devctl to trigger a bus
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c9990 uint16_t devctl; local
9993 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);