Searched refs:tx_coal_frames (Results 1 – 5 of 5) sorted by relevance
387 u32 tx_coal_frames; member
1032 p->tx_coal_frames = SXGBE_TX_FRAMES; in sxgbe_tx_init_coalesce()1385 if (tqueue->tx_count_frames > tqueue->tx_coal_frames) { in sxgbe_xmit()
263 u32 tx_coal_frames[MTL_MAX_TX_QUEUES]; member
2752 if (!priv->tx_coal_frames[queue]) in stmmac_xdp_xmit_zc() 2754 else if (tx_q->tx_count_frames % priv->tx_coal_frames[queue] == 0) in stmmac_xdp_xmit_zc() 3399 priv->tx_coal_frames[chan] = STMMAC_TX_FRAMES; in stmmac_init_coalesce() 4627 else if (!priv->tx_coal_frames[queue]) in stmmac_tso_xmit() 4629 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_tso_xmit() 4632 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_tso_xmit() 4911 else if (!priv->tx_coal_frames[queue]) in stmmac_xmit() 4913 else if (tx_packets > priv->tx_coal_frames[queue]) in stmmac_xmit() 4916 priv->tx_coal_frames[queue]) < tx_packets) in stmmac_xmit() 5224 if (tx_q->tx_count_frames % priv->tx_coal_frames[queu in stmmac_xdp_xmit_xdpf() [all...]
122 u32 tx_coal_frames; member307 if (likely(priv->tx_coal_frames > priv->tx_count_frames)) { in emac_tx_should_interrupt()1430 priv->tx_coal_frames = EMAC_TX_FRAMES; in emac_sw_init()