Lines Matching refs:ec
749 struct ethtool_coalesce *ec) in hns_get_coalesce() argument
756 ec->use_adaptive_rx_coalesce = 1; in hns_get_coalesce()
757 ec->use_adaptive_tx_coalesce = 1; in hns_get_coalesce()
764 &ec->tx_coalesce_usecs, in hns_get_coalesce()
765 &ec->rx_coalesce_usecs); in hns_get_coalesce()
769 &ec->tx_max_coalesced_frames, in hns_get_coalesce()
770 &ec->rx_max_coalesced_frames); in hns_get_coalesce()
783 struct ethtool_coalesce *ec) in hns_set_coalesce() argument
793 if (ec->tx_coalesce_usecs != ec->rx_coalesce_usecs) in hns_set_coalesce()
796 if (ec->rx_max_coalesced_frames != ec->tx_max_coalesced_frames) in hns_set_coalesce()
804 ec->rx_coalesce_usecs); in hns_set_coalesce()
808 ec->rx_max_coalesced_frames); in hns_set_coalesce()