Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h47 u32 tx_count_frames; member
H A Dstmmac_main.c3316 tx_q->tx_count_frames += tx_packets; in stmmac_tso_xmit()
3324 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_tso_xmit()
3335 tx_q->tx_count_frames = 0; in stmmac_tso_xmit()
3545 tx_q->tx_count_frames += tx_packets; in stmmac_xmit()
3553 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_xmit()
3566 tx_q->tx_count_frames = 0; in stmmac_xmit()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h386 u32 tx_count_frames; member
H A Dsxgbe_main.c1383 tqueue->tx_count_frames += nr_frags + 1; in sxgbe_xmit()
1384 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
1390 tqueue->tx_count_frames = 0; in sxgbe_xmit()