Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h151 u32 rx_coal_frames; member
H A Dstmmac_ethtool.c784 ec->rx_max_coalesced_frames = priv->rx_coal_frames; in stmmac_get_coalesce()
819 priv->rx_coal_frames = ec->rx_max_coalesced_frames; in stmmac_set_coalesce()
H A Dstmmac_main.c2478 priv->rx_coal_frames = STMMAC_RX_FRAMES; in stmmac_init_coalesce()
3746 rx_q->rx_count_frames += priv->rx_coal_frames; in stmmac_rx_refill()
3747 if (rx_q->rx_count_frames > priv->rx_coal_frames) in stmmac_rx_refill()
3750 use_rx_wd = !priv->rx_coal_frames; in stmmac_rx_refill()