Home
last modified time | relevance | path

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

/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h62 u32 tx_coal_timer; member
Dstmmac_ethtool.c725 ec->tx_coalesce_usecs = priv->tx_coal_timer; in stmmac_get_coalesce()
774 priv->tx_coal_timer = ec->tx_coalesce_usecs; in stmmac_set_coalesce()
Dstmmac_main.c1661 priv->tx_coal_timer = STMMAC_COAL_TX_TIMER; in stmmac_init_tx_coalesce()
1663 priv->txtimer.expires = STMMAC_COAL_TIMER(priv->tx_coal_timer); in stmmac_init_tx_coalesce()
2114 STMMAC_COAL_TIMER(priv->tx_coal_timer)); in stmmac_tso_xmit()
2316 STMMAC_COAL_TIMER(priv->tx_coal_timer)); in stmmac_xmit()
/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h392 u32 tx_coal_timer; member
Dsxgbe_main.c1038 p->tx_coal_timer = SXGBE_COAL_TX_TIMER; in sxgbe_tx_init_coalesce()
1041 p->txtimer.expires = SXGBE_COAL_TIMER(p->tx_coal_timer); in sxgbe_tx_init_coalesce()
1400 SXGBE_COAL_TIMER(tqueue->tx_coal_timer)); in sxgbe_xmit()