Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h387 u32 tx_coal_frames; member
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-v6.6/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h213 u32 tx_coal_frames[MTL_MAX_TX_QUEUES]; member
Dstmmac_ethtool.c932 ec->tx_max_coalesced_frames = priv->tx_coal_frames[queue]; in __stmmac_get_coalesce()
1021 priv->tx_coal_frames[i] = in __stmmac_set_coalesce()
1027 priv->tx_coal_frames[queue] = in __stmmac_set_coalesce()
Dstmmac_main.c2495 if (!priv->tx_coal_frames[queue]) in stmmac_xdp_xmit_zc()
2497 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc()
3061 priv->tx_coal_frames[chan] = STMMAC_TX_FRAMES; in stmmac_init_coalesce()
4264 else if (!priv->tx_coal_frames[queue]) in stmmac_tso_xmit()
4266 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_tso_xmit()
4269 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_tso_xmit()
4490 else if (!priv->tx_coal_frames[queue]) in stmmac_xmit()
4492 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_xmit()
4495 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_xmit()
4798 if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_xdpf()