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()
64 u32 tx_count_frames; member
123 u32 tx_count_frames; member308 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()