Searched refs:ecoalesce (Results 1 – 1 of 1) sorted by relevance
2186 struct ethtool_coalesce *ecoalesce, in axienet_ethtools_get_coalesce() argument2193 ecoalesce->use_adaptive_rx_coalesce = lp->rx_dim_enabled; in axienet_ethtools_get_coalesce()2199 &ecoalesce->rx_max_coalesced_frames, in axienet_ethtools_get_coalesce()2200 &ecoalesce->rx_coalesce_usecs); in axienet_ethtools_get_coalesce()2206 &ecoalesce->tx_max_coalesced_frames, in axienet_ethtools_get_coalesce()2207 &ecoalesce->tx_coalesce_usecs); in axienet_ethtools_get_coalesce()2226 struct ethtool_coalesce *ecoalesce, in axienet_ethtools_set_coalesce() argument2231 bool new_dim = ecoalesce->use_adaptive_rx_coalesce; in axienet_ethtools_set_coalesce()2235 if (ecoalesce->rx_max_coalesced_frames > 255 || in axienet_ethtools_set_coalesce()2236 ecoalesce->tx_max_coalesced_frames > 255) { in axienet_ethtools_set_coalesce()[all …]