Searched refs:tx_usecs (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dethtool.c593 unsigned int tx_usecs, rx_usecs; local
596 efx_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &rx_adaptive);
598 coalesce->tx_coalesce_usecs = tx_usecs;
599 coalesce->tx_coalesce_usecs_irq = tx_usecs;
612 unsigned int tx_usecs, rx_usecs; local
619 efx_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive);
631 rx_may_override_tx = (coalesce->tx_coalesce_usecs == tx_usecs &&
632 coalesce->tx_coalesce_usecs_irq == tx_usecs);
633 if (coalesce->tx_coalesce_usecs != tx_usecs)
634 tx_usecs
[all...]
H A Defx.h192 int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs,
195 void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs,
H A Defx.c1837 int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs, argument
1850 if (tx_usecs > irq_mod_max || rx_usecs > irq_mod_max)
1853 tx_ticks = irq_mod_ticks(tx_usecs, efx->timer_quantum_ns);
1875 void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs, argument
1892 *tx_usecs = *rx_usecs;
1894 *tx_usecs = DIV_ROUND_UP(
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c392 ec->tx_coalesce_usecs = pdata->tx_usecs;
406 unsigned int tx_frames, tx_usecs; local
461 tx_usecs = ec->tx_coalesce_usecs;
475 pdata->tx_usecs = tx_usecs;
H A Dxgbe.h620 unsigned int tx_usecs; member in struct:xgbe_prv_data
H A Dxgbe-dev.c1233 tx_coalesce = (pdata->tx_usecs || pdata->tx_frames) ? 1 : 0;
1405 ktime_set(0, pdata->tx_usecs * NSEC_PER_USEC),
H A Dxgbe-drv.c453 pdata->tx_usecs = XGMAC_INIT_DMA_TX_USECS;
/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c55 priv->tx_cq[i]->moder_time = priv->tx_usecs;
431 coal->tx_coalesce_usecs = priv->tx_usecs;
466 if (coal->tx_coalesce_usecs != priv->tx_usecs ||
468 priv->tx_usecs = coal->tx_coalesce_usecs;
H A Dmlx4_en.h531 u16 tx_usecs; member in struct:mlx4_en_priv
H A Den_netdev.c1333 priv->tx_usecs = MLX4_EN_TX_COAL_TIME;
1350 cq->moder_time = priv->tx_usecs;

Completed in 162 milliseconds