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.c1384 tqueue->tx_count_frames += nr_frags + 1; in sxgbe_xmit()
1385 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
1391 tqueue->tx_count_frames = 0; in sxgbe_xmit()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h64 u32 tx_count_frames; member
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c123 u32 tx_count_frames; member
308 priv->tx_count_frames += pkt_num; in emac_tx_should_interrupt()
309 if (likely(priv->tx_coal_frames > priv->tx_count_frames)) { in emac_tx_should_interrupt()
314 priv->tx_count_frames = 0; in emac_tx_should_interrupt()