Home
last modified time | relevance | path

Searched refs:tx_coal_frames (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h143 u32 tx_coal_frames; member
Dstmmac_ethtool.c718 ec->tx_max_coalesced_frames = priv->tx_coal_frames; in stmmac_get_coalesce()
768 priv->tx_coal_frames = ec->tx_max_coalesced_frames; in stmmac_set_coalesce()
Dstmmac_main.c2299 priv->tx_coal_frames = STMMAC_TX_FRAMES; in stmmac_init_coalesce()
3029 if (likely(priv->tx_coal_frames > tx_q->tx_count_frames) && in stmmac_tso_xmit()
3234 if (likely(priv->tx_coal_frames > tx_q->tx_count_frames) && in stmmac_xmit()
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h387 u32 tx_coal_frames; member
Dsxgbe_main.c1025 p->tx_coal_frames = SXGBE_TX_FRAMES; in sxgbe_tx_init_coalesce()
1378 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()