Searched refs:ecoalesce (Results 1 – 2 of 2) sorted by relevance
2179 &ecoalesce->rx_max_coalesced_frames, in axienet_ethtools_get_coalesce()2180 &ecoalesce->rx_coalesce_usecs); in axienet_ethtools_get_coalesce()2186 &ecoalesce->tx_max_coalesced_frames, in axienet_ethtools_get_coalesce()2187 &ecoalesce->tx_coalesce_usecs); in axienet_ethtools_get_coalesce()2221 if (!ecoalesce->rx_max_coalesced_frames || in axienet_ethtools_set_coalesce()2222 !ecoalesce->tx_max_coalesced_frames) { in axienet_ethtools_set_coalesce()2228 !ecoalesce->rx_coalesce_usecs) || in axienet_ethtools_set_coalesce()2230 !ecoalesce->tx_coalesce_usecs)) { in axienet_ethtools_set_coalesce()2238 ecoalesce->rx_coalesce_usecs); in axienet_ethtools_set_coalesce()2247 ecoalesce->rx_coalesce_usecs); in axienet_ethtools_set_coalesce()[all …]
999 struct ethtool_coalesce *ecoalesce, in nixge_ethtools_get_coalesce() argument1007 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()1010 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()1017 struct ethtool_coalesce *ecoalesce, in nixge_ethtools_set_coalesce() argument1029 if (ecoalesce->rx_max_coalesced_frames) in nixge_ethtools_set_coalesce()1030 priv->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in nixge_ethtools_set_coalesce()1031 if (ecoalesce->tx_max_coalesced_frames) in nixge_ethtools_set_coalesce()1032 priv->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in nixge_ethtools_set_coalesce()