Searched refs:tx_coal_frames (Results 1 – 5 of 5) sorted by relevance
387 u32 tx_coal_frames; member
1033 p->tx_coal_frames = SXGBE_TX_FRAMES; in sxgbe_tx_init_coalesce()1386 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
260 u32 tx_coal_frames[MTL_MAX_TX_QUEUES]; member
961 ec->tx_max_coalesced_frames = priv->tx_coal_frames[queue]; in __stmmac_get_coalesce()1050 priv->tx_coal_frames[i] = in __stmmac_set_coalesce()1056 priv->tx_coal_frames[queue] = in __stmmac_set_coalesce()
2637 if (!priv->tx_coal_frames[queue]) in stmmac_xdp_xmit_zc()2639 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc()3235 priv->tx_coal_frames[chan] = STMMAC_TX_FRAMES; in stmmac_init_coalesce()4447 else if (!priv->tx_coal_frames[queue]) in stmmac_tso_xmit()4449 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_tso_xmit()4452 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_tso_xmit()4713 else if (!priv->tx_coal_frames[queue]) in stmmac_xmit()4715 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_xmit()4718 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_xmit()5029 if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_xdpf()