Home
last modified time | relevance | path

Searched refs:tx_coal_frames (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h149 u32 tx_coal_frames; member
H A Dstmmac_ethtool.c776 ec->tx_max_coalesced_frames = priv->tx_coal_frames; in stmmac_get_coalesce()
812 priv->tx_coal_frames = ec->tx_max_coalesced_frames; in stmmac_set_coalesce()
H A Dstmmac_main.c2470 priv->tx_coal_frames = STMMAC_TX_FRAMES; in stmmac_init_coalesce()
3310 else if (!priv->tx_coal_frames) in stmmac_tso_xmit()
3312 else if (tx_packets > priv->tx_coal_frames) in stmmac_tso_xmit()
3314 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_tso_xmit()
3539 else if (!priv->tx_coal_frames) in stmmac_xmit()
3541 else if (tx_packets > priv->tx_coal_frames) in stmmac_xmit()
3543 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h387 u32 tx_coal_frames; member
H A Dsxgbe_main.c1031 p->tx_coal_frames = SXGBE_TX_FRAMES; in sxgbe_tx_init_coalesce()
1384 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h387 u32 tx_coal_frames; member
H 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h213 u32 tx_coal_frames[MTL_MAX_TX_QUEUES]; member
H A Dstmmac_ethtool.c980 ec->tx_max_coalesced_frames = priv->tx_coal_frames[queue]; in __stmmac_get_coalesce()
1069 priv->tx_coal_frames[i] = in __stmmac_set_coalesce()
1075 priv->tx_coal_frames[queue] = in __stmmac_set_coalesce()
H A 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()
3060 priv->tx_coal_frames[chan] = STMMAC_TX_FRAMES; in stmmac_init_coalesce()
4268 else if (!priv->tx_coal_frames[queue]) in stmmac_tso_xmit()
4270 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_tso_xmit()
4273 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_tso_xmit()
4529 else if (!priv->tx_coal_frames[queue]) in stmmac_xmit()
4531 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_xmit()
4534 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_xmit()
4837 if (tx_q->tx_count_frames % priv->tx_coal_frames[queu in stmmac_xdp_xmit_xdpf()
[all...]

Completed in 26 milliseconds