Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h149 u32 tx_coal_frames; member
H A Dstmmac_ethtool.c781 ec->tx_max_coalesced_frames = priv->tx_coal_frames; in stmmac_get_coalesce()
817 priv->tx_coal_frames = ec->tx_max_coalesced_frames; in stmmac_set_coalesce()
H A Dstmmac_main.c2476 priv->tx_coal_frames = STMMAC_TX_FRAMES; in stmmac_init_coalesce()
3320 else if (!priv->tx_coal_frames) in stmmac_tso_xmit()
3322 else if (tx_packets > priv->tx_coal_frames) in stmmac_tso_xmit()
3324 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_tso_xmit()
3549 else if (!priv->tx_coal_frames) in stmmac_xmit()
3551 else if (tx_packets > priv->tx_coal_frames) in stmmac_xmit()
3553 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_xmit()
/OK3568_Linux_fs/kernel/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()