Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c124 u32 tx_count_frames; member
314 priv->tx_count_frames += pkt_num; in emac_tx_should_interrupt()
315 if (likely(priv->tx_coal_frames > priv->tx_count_frames)) { in emac_tx_should_interrupt()
320 priv->tx_count_frames = 0; in emac_tx_should_interrupt()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2671 tx_q->tx_count_frames++; in stmmac_xdp_xmit_zc()
2675 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc()
2688 tx_q->tx_count_frames = 0; in stmmac_xdp_xmit_zc()
4499 tx_q->tx_count_frames += tx_packets; in stmmac_tso_xmit()
4507 else if ((tx_q->tx_count_frames % in stmmac_tso_xmit()
4519 tx_q->tx_count_frames = 0; in stmmac_tso_xmit()
4771 tx_q->tx_count_frames += tx_packets; in stmmac_xmit()
4779 else if ((tx_q->tx_count_frames % in stmmac_xmit()
4793 tx_q->tx_count_frames = 0; in stmmac_xmit()
5090 tx_q->tx_count_frames++; in stmmac_xdp_xmit_xdpf()
[all …]