Home
last modified time | relevance | path

Searched refs:tx_coal_frames (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c799 ec->tx_max_coalesced_frames = priv->tx_coal_frames[queue]; in __stmmac_get_coalesce()
888 priv->tx_coal_frames[i] = in __stmmac_set_coalesce()
894 priv->tx_coal_frames[queue] = in __stmmac_set_coalesce()
H A Dstmmac.h249 u32 tx_coal_frames[MTL_MAX_TX_QUEUES]; member
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h387 u32 tx_coal_frames; member
H A Dsxgbe_main.c1032 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()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c124 u32 tx_coal_frames; member
309 if (likely(priv->tx_coal_frames > priv->tx_count_frames)) { in emac_tx_should_interrupt()
1433 priv->tx_coal_frames = EMAC_TX_FRAMES; in emac_sw_init()