Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h47 u32 tx_count_frames; member
Dstmmac_main.c3192 tx_q->tx_count_frames += tx_packets; in stmmac_tso_xmit()
3200 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_tso_xmit()
3211 tx_q->tx_count_frames = 0; in stmmac_tso_xmit()
3421 tx_q->tx_count_frames += tx_packets; in stmmac_xmit()
3429 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_xmit()
3442 tx_q->tx_count_frames = 0; in stmmac_xmit()
/Linux-v5.10/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h386 u32 tx_count_frames; member
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()