Searched refs:tx_usecs (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/drivers/net/ethernet/sfc/ |
D | ethtool.c | 622 unsigned int tx_usecs, rx_usecs; in efx_ethtool_get_coalesce() local 625 efx_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &rx_adaptive); in efx_ethtool_get_coalesce() 627 coalesce->tx_coalesce_usecs = tx_usecs; in efx_ethtool_get_coalesce() 628 coalesce->tx_coalesce_usecs_irq = tx_usecs; in efx_ethtool_get_coalesce() 641 unsigned int tx_usecs, rx_usecs; in efx_ethtool_set_coalesce() local 648 efx_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in efx_ethtool_set_coalesce() 660 rx_may_override_tx = (coalesce->tx_coalesce_usecs == tx_usecs && in efx_ethtool_set_coalesce() 661 coalesce->tx_coalesce_usecs_irq == tx_usecs); in efx_ethtool_set_coalesce() 662 if (coalesce->tx_coalesce_usecs != tx_usecs) in efx_ethtool_set_coalesce() 663 tx_usecs = coalesce->tx_coalesce_usecs; in efx_ethtool_set_coalesce() [all …]
|
D | efx.h | 116 extern int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs, 119 extern void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs,
|
D | efx.c | 1557 int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs, in efx_init_irq_moderation() argument 1562 unsigned tx_ticks = irq_mod_ticks(tx_usecs, EFX_IRQ_MOD_RESOLUTION); in efx_init_irq_moderation() 1589 void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs, in efx_get_irq_moderation() argument 1600 *tx_usecs = *rx_usecs; in efx_get_irq_moderation() 1602 *tx_usecs = in efx_get_irq_moderation()
|
/linux-3.3/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 430 u16 tx_usecs; member
|