Lines Matching refs:tx_usecs
579 unsigned int tx_usecs, rx_usecs; in ef4_ethtool_get_coalesce() local
582 ef4_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &rx_adaptive); in ef4_ethtool_get_coalesce()
584 coalesce->tx_coalesce_usecs = tx_usecs; in ef4_ethtool_get_coalesce()
585 coalesce->tx_coalesce_usecs_irq = tx_usecs; in ef4_ethtool_get_coalesce()
600 unsigned int tx_usecs, rx_usecs; in ef4_ethtool_set_coalesce() local
604 ef4_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in ef4_ethtool_set_coalesce()
616 rx_may_override_tx = (coalesce->tx_coalesce_usecs == tx_usecs && in ef4_ethtool_set_coalesce()
617 coalesce->tx_coalesce_usecs_irq == tx_usecs); in ef4_ethtool_set_coalesce()
618 if (coalesce->tx_coalesce_usecs != tx_usecs) in ef4_ethtool_set_coalesce()
619 tx_usecs = coalesce->tx_coalesce_usecs; in ef4_ethtool_set_coalesce()
621 tx_usecs = coalesce->tx_coalesce_usecs_irq; in ef4_ethtool_set_coalesce()
623 rc = ef4_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive, in ef4_ethtool_set_coalesce()