Searched refs:tx_coal_frames (Results 1 – 4 of 4) sorted by relevance
387 u32 tx_coal_frames; member
1034 p->tx_coal_frames = SXGBE_TX_FRAMES; in sxgbe_tx_init_coalesce()1387 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
918 ec->tx_max_coalesced_frames = priv->tx_coal_frames[queue]; in __stmmac_get_coalesce()1007 priv->tx_coal_frames[i] = in __stmmac_set_coalesce()1013 priv->tx_coal_frames[queue] = in __stmmac_set_coalesce()
2654 if (!priv->tx_coal_frames[queue]) in stmmac_xdp_xmit_zc()2656 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc()3252 priv->tx_coal_frames[chan] = STMMAC_TX_FRAMES; in stmmac_init_coalesce()4464 else if (!priv->tx_coal_frames[queue]) in stmmac_tso_xmit()4466 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_tso_xmit()4469 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_tso_xmit()4729 else if (!priv->tx_coal_frames[queue]) in stmmac_xmit()4731 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_xmit()4734 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_xmit()5044 if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_xdpf()