Home
last modified time | relevance | path

Searched refs:tx_count_frames (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h47 u32 tx_count_frames; member
H A Dstmmac_main.c3306 tx_q->tx_count_frames += tx_packets; in stmmac_tso_xmit()
3314 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_tso_xmit()
3325 tx_q->tx_count_frames = 0; in stmmac_tso_xmit()
3535 tx_q->tx_count_frames += tx_packets; in stmmac_xmit()
3543 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_xmit()
3556 tx_q->tx_count_frames = 0; in stmmac_xmit()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h386 u32 tx_count_frames; member
H A Dsxgbe_main.c1386 tqueue->tx_count_frames += nr_frags + 1; in sxgbe_xmit()
1387 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
1393 tqueue->tx_count_frames = 0; in sxgbe_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h61 u32 tx_count_frames; member
H A Dstmmac_main.c2493 tx_q->tx_count_frames++; in stmmac_xdp_xmit_zc()
2497 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc()
2503 tx_q->tx_count_frames = 0; in stmmac_xdp_xmit_zc()
4264 tx_q->tx_count_frames += tx_packets; in stmmac_tso_xmit()
4272 else if ((tx_q->tx_count_frames % in stmmac_tso_xmit()
4284 tx_q->tx_count_frames = 0; in stmmac_tso_xmit()
4525 tx_q->tx_count_frames += tx_packets; in stmmac_xmit()
4533 else if ((tx_q->tx_count_frames % in stmmac_xmit()
4547 tx_q->tx_count_frames = 0; in stmmac_xmit()
4835 tx_q->tx_count_frames in stmmac_xdp_xmit_xdpf()
[all...]

Completed in 30 milliseconds