Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h52 u32 tx_coal_timer; member
Dstmmac_ethtool.c663 ec->tx_coalesce_usecs = priv->tx_coal_timer; in stmmac_get_coalesce()
712 priv->tx_coal_timer = ec->tx_coalesce_usecs; in stmmac_set_coalesce()
Dstmmac_main.c1676 priv->tx_coal_timer = STMMAC_COAL_TX_TIMER; in stmmac_init_tx_coalesce()
1678 priv->txtimer.expires = STMMAC_COAL_TIMER(priv->tx_coal_timer); in stmmac_init_tx_coalesce()
2034 STMMAC_COAL_TIMER(priv->tx_coal_timer)); in stmmac_xmit()
/linux-4.1.27/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()
1401 SXGBE_COAL_TIMER(tqueue->tx_coal_timer)); in sxgbe_xmit()