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.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/stmicro/stmmac/
H A Dstmmac_main.c2652 tx_q->tx_count_frames++; in stmmac_xdp_xmit_zc()
2656 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc()
2669 tx_q->tx_count_frames = 0; in stmmac_xdp_xmit_zc()
4460 tx_q->tx_count_frames += tx_packets; in stmmac_tso_xmit()
4468 else if ((tx_q->tx_count_frames % in stmmac_tso_xmit()
4480 tx_q->tx_count_frames = 0; in stmmac_tso_xmit()
4725 tx_q->tx_count_frames += tx_packets; in stmmac_xmit()
4733 else if ((tx_q->tx_count_frames % in stmmac_xmit()
4747 tx_q->tx_count_frames = 0; in stmmac_xmit()
5042 tx_q->tx_count_frames++; in stmmac_xdp_xmit_xdpf()
[all …]