Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_common.h387 u32 tx_coal_frames; member
A Dsxgbe_main.c1034 p->tx_coal_frames = SXGBE_TX_FRAMES; in sxgbe_tx_init_coalesce()
1387 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac.h205 u32 tx_coal_frames[MTL_MAX_TX_QUEUES]; member
A Dstmmac_ethtool.c868 ec->tx_max_coalesced_frames = priv->tx_coal_frames[queue]; in __stmmac_get_coalesce()
957 priv->tx_coal_frames[i] = in __stmmac_set_coalesce()
963 priv->tx_coal_frames[queue] = in __stmmac_set_coalesce()
A Dstmmac_main.c2467 if (!priv->tx_coal_frames[queue]) in stmmac_xdp_xmit_zc()
2469 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc()
3022 priv->tx_coal_frames[chan] = STMMAC_TX_FRAMES; in stmmac_init_coalesce()
4222 else if (!priv->tx_coal_frames[queue]) in stmmac_tso_xmit()
4224 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_tso_xmit()
4227 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_tso_xmit()
4442 else if (!priv->tx_coal_frames[queue]) in stmmac_xmit()
4444 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_xmit()
4447 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_xmit()
4749 if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_xdpf()

Completed in 25 milliseconds