Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h122 u32 tx_coal_timer; member
Dstmmac_ethtool.c741 ec->tx_coalesce_usecs = priv->tx_coal_timer; in stmmac_get_coalesce()
791 priv->tx_coal_timer = ec->tx_coalesce_usecs; in stmmac_set_coalesce()
Dstmmac_main.c2232 mod_timer(&tx_q->txtimer, STMMAC_COAL_TIMER(priv->tx_coal_timer)); in stmmac_tx_timer_arm()
2267 priv->tx_coal_timer = STMMAC_COAL_TX_TIMER; in stmmac_init_tx_coalesce()
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h391 u32 tx_coal_timer; member
Dsxgbe_main.c1029 p->tx_coal_timer = SXGBE_COAL_TX_TIMER; in sxgbe_tx_init_coalesce()
1031 p->txtimer.expires = SXGBE_COAL_TIMER(p->tx_coal_timer); in sxgbe_tx_init_coalesce()
1385 SXGBE_COAL_TIMER(tqueue->tx_coal_timer)); in sxgbe_xmit()