Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h215 u32 rx_coal_frames[MTL_MAX_TX_QUEUES]; member
Dstmmac_ethtool.c939 ec->rx_max_coalesced_frames = priv->rx_coal_frames[queue]; in __stmmac_get_coalesce()
997 priv->rx_coal_frames[i] = in __stmmac_set_coalesce()
1004 priv->rx_coal_frames[queue] = in __stmmac_set_coalesce()
Dstmmac_main.c3069 priv->rx_coal_frames[chan] = STMMAC_RX_FRAMES; in stmmac_init_coalesce()
4675 rx_q->rx_count_frames += priv->rx_coal_frames[queue]; in stmmac_rx_refill()
4676 if (rx_q->rx_count_frames > priv->rx_coal_frames[queue]) in stmmac_rx_refill()
4679 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill()
5023 rx_q->rx_count_frames += priv->rx_coal_frames[queue]; in stmmac_rx_refill_zc()
5024 if (rx_q->rx_count_frames > priv->rx_coal_frames[queue]) in stmmac_rx_refill_zc()
5027 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill_zc()