Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c782 ic->use_adaptive_rx_coalesce = priv->ic_mode & ENETC_IC_RX_ADAPTIVE; in enetc_get_coalesce()
808 ic_mode |= ENETC_IC_RX_ADAPTIVE; in enetc_set_coalesce()
826 v->rx_dim_en = !!(ic_mode & ENETC_IC_RX_ADAPTIVE); in enetc_set_coalesce()
H A Denetc.h339 ENETC_IC_RX_ADAPTIVE = BIT(2), enumerator
H A Denetc.c2139 priv->ic_mode = ENETC_IC_RX_ADAPTIVE | ENETC_IC_TX_MANUAL; in enetc_init_si_rings_params()
2426 (ENETC_IC_RX_MANUAL | ENETC_IC_RX_ADAPTIVE)) { in enetc_setup_interrupts()
3103 if (priv->ic_mode & ENETC_IC_RX_ADAPTIVE) { in enetc_alloc_msix()