Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h150 u32 tx_coal_timer; member
H A Dstmmac_ethtool.c780 ec->tx_coalesce_usecs = priv->tx_coal_timer; in stmmac_get_coalesce()
818 priv->tx_coal_timer = ec->tx_coalesce_usecs; in stmmac_set_coalesce()
H A Dstmmac_main.c2149 mod_timer(&tx_q->txtimer, STMMAC_COAL_TIMER(priv->tx_coal_timer)); in stmmac_tx_clean()
2436 mod_timer(&tx_q->txtimer, STMMAC_COAL_TIMER(priv->tx_coal_timer)); in stmmac_tx_timer_arm()
2477 priv->tx_coal_timer = STMMAC_COAL_TX_TIMER; in stmmac_init_coalesce()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h388 u32 tx_coal_timer; member
H A Dsxgbe_main.c1032 p->tx_coal_timer = SXGBE_COAL_TX_TIMER; in sxgbe_tx_init_coalesce()
1034 p->txtimer.expires = SXGBE_COAL_TIMER(p->tx_coal_timer); in sxgbe_tx_init_coalesce()
1388 SXGBE_COAL_TIMER(tqueue->tx_coal_timer)); in sxgbe_xmit()