Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_common.h386 u32 tx_count_frames; member
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()
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac.h60 u32 tx_count_frames; member
A Dstmmac_main.c2465 tx_q->tx_count_frames++; in stmmac_xdp_xmit_zc()
2475 tx_q->tx_count_frames = 0; in stmmac_xdp_xmit_zc()
4218 tx_q->tx_count_frames += tx_packets; in stmmac_tso_xmit()
4226 else if ((tx_q->tx_count_frames % in stmmac_tso_xmit()
4238 tx_q->tx_count_frames = 0; in stmmac_tso_xmit()
4438 tx_q->tx_count_frames += tx_packets; in stmmac_xmit()
4446 else if ((tx_q->tx_count_frames % in stmmac_xmit()
4460 tx_q->tx_count_frames = 0; in stmmac_xmit()
4747 tx_q->tx_count_frames++; in stmmac_xdp_xmit_xdpf()
4749 if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_xdpf()
[all …]

Completed in 23 milliseconds