Home
last modified time | relevance | path

Searched refs:tx_count_frames (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h58 u32 tx_count_frames; member
Dstmmac_main.c2037 priv->tx_count_frames += nfrags + 1; in stmmac_xmit()
2038 if (priv->tx_coal_frames > priv->tx_count_frames) { in stmmac_xmit()
2044 priv->tx_count_frames = 0; in stmmac_xmit()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h390 u32 tx_count_frames; member
Dsxgbe_main.c1396 tqueue->tx_count_frames += nr_frags + 1; in sxgbe_xmit()
1397 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
1403 tqueue->tx_count_frames = 0; in sxgbe_xmit()