Searched refs:tx_coal_frames (Results 1 – 5 of 5) sorted by relevance
149 u32 tx_coal_frames; member
761 ec->tx_max_coalesced_frames = priv->tx_coal_frames; in stmmac_get_coalesce()797 priv->tx_coal_frames = ec->tx_max_coalesced_frames; in stmmac_set_coalesce()
2391 priv->tx_coal_frames = STMMAC_TX_FRAMES; in stmmac_init_coalesce()3196 else if (!priv->tx_coal_frames) in stmmac_tso_xmit()3198 else if (tx_packets > priv->tx_coal_frames) in stmmac_tso_xmit()3200 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_tso_xmit()3425 else if (!priv->tx_coal_frames) in stmmac_xmit()3427 else if (tx_packets > priv->tx_coal_frames) in stmmac_xmit()3429 else if ((tx_q->tx_count_frames % priv->tx_coal_frames) < tx_packets) in stmmac_xmit()
387 u32 tx_coal_frames; member
1031 p->tx_coal_frames = SXGBE_TX_FRAMES; in sxgbe_tx_init_coalesce()1384 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()