Searched refs:tx_count_frames (Results 1 – 4 of 4) sorted by relevance
386 u32 tx_count_frames; member
1384 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()
121 u32 tx_count_frames; member306 priv->tx_count_frames += pkt_num; in emac_tx_should_interrupt()307 if (likely(priv->tx_coal_frames > priv->tx_count_frames)) { in emac_tx_should_interrupt()312 priv->tx_count_frames = 0; in emac_tx_should_interrupt()
64 u32 tx_count_frames; member