Lines Matching refs:tx_usecs
586 unsigned int tx_usecs, rx_usecs; in ef4_ethtool_get_coalesce() local
589 ef4_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &rx_adaptive); in ef4_ethtool_get_coalesce()
591 coalesce->tx_coalesce_usecs = tx_usecs; in ef4_ethtool_get_coalesce()
592 coalesce->tx_coalesce_usecs_irq = tx_usecs; in ef4_ethtool_get_coalesce()
605 unsigned int tx_usecs, rx_usecs; in ef4_ethtool_set_coalesce() local
612 ef4_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in ef4_ethtool_set_coalesce()
624 rx_may_override_tx = (coalesce->tx_coalesce_usecs == tx_usecs && in ef4_ethtool_set_coalesce()
625 coalesce->tx_coalesce_usecs_irq == tx_usecs); in ef4_ethtool_set_coalesce()
626 if (coalesce->tx_coalesce_usecs != tx_usecs) in ef4_ethtool_set_coalesce()
627 tx_usecs = coalesce->tx_coalesce_usecs; in ef4_ethtool_set_coalesce()
629 tx_usecs = coalesce->tx_coalesce_usecs_irq; in ef4_ethtool_set_coalesce()
631 rc = ef4_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive, in ef4_ethtool_set_coalesce()