Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h387 u32 tx_coal_frames; member
H A Dsxgbe_main.c1033 p->tx_coal_frames = SXGBE_TX_FRAMES; in sxgbe_tx_init_coalesce()
1386 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2603 if (!priv->tx_coal_frames[queue]) in stmmac_xdp_xmit_zc()
2605 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc()
3199 priv->tx_coal_frames[chan] = STMMAC_TX_FRAMES; in stmmac_init_coalesce()
4407 else if (!priv->tx_coal_frames[queue]) in stmmac_tso_xmit()
4409 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_tso_xmit()
4412 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_tso_xmit()
4673 else if (!priv->tx_coal_frames[queue]) in stmmac_xmit()
4675 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_xmit()
4678 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_xmit()
4989 if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_xdpf()