Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h386 u32 tx_count_frames; member
H A Dsxgbe_main.c1385 tqueue->tx_count_frames += nr_frags + 1; in sxgbe_xmit()
1386 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
1392 tqueue->tx_count_frames = 0; in sxgbe_xmit()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2601 tx_q->tx_count_frames++; in stmmac_xdp_xmit_zc()
2605 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc()
2616 tx_q->tx_count_frames = 0; in stmmac_xdp_xmit_zc()
4403 tx_q->tx_count_frames += tx_packets; in stmmac_tso_xmit()
4411 else if ((tx_q->tx_count_frames % in stmmac_tso_xmit()
4423 tx_q->tx_count_frames = 0; in stmmac_tso_xmit()
4669 tx_q->tx_count_frames += tx_packets; in stmmac_xmit()
4677 else if ((tx_q->tx_count_frames % in stmmac_xmit()
4691 tx_q->tx_count_frames = 0; in stmmac_xmit()
4987 tx_q->tx_count_frames++; in stmmac_xdp_xmit_xdpf()
[all …]