Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac.h207 u32 rx_coal_frames[MTL_MAX_TX_QUEUES]; member
A Dstmmac_ethtool.c875 ec->rx_max_coalesced_frames = priv->rx_coal_frames[queue]; in __stmmac_get_coalesce()
933 priv->rx_coal_frames[i] = in __stmmac_set_coalesce()
940 priv->rx_coal_frames[queue] = in __stmmac_set_coalesce()
A Dstmmac_main.c3030 priv->rx_coal_frames[chan] = STMMAC_RX_FRAMES; in stmmac_init_coalesce()
4627 rx_q->rx_count_frames += priv->rx_coal_frames[queue]; in stmmac_rx_refill()
4628 if (rx_q->rx_count_frames > priv->rx_coal_frames[queue]) in stmmac_rx_refill()
4631 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill()
4967 rx_q->rx_count_frames += priv->rx_coal_frames[queue]; in stmmac_rx_refill_zc()
4968 if (rx_q->rx_count_frames > priv->rx_coal_frames[queue]) in stmmac_rx_refill_zc()
4971 use_rx_wd = !priv->rx_coal_frames[queue]; in stmmac_rx_refill_zc()

Completed in 18 milliseconds