Searched refs:ecoal (Results 1 – 1 of 1) sorted by relevance
2155 struct ethtool_coalesce *ecoal, in bdx_get_coalesce() argument2168 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce()2169 ecoal->rx_max_coalesced_frames = in bdx_get_coalesce()2172 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce()2173 ecoal->tx_max_coalesced_frames = in bdx_get_coalesce()2186 struct ethtool_coalesce *ecoal, in bdx_set_coalesce() argument2199 rx_coal = ecoal->rx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()2200 tx_coal = ecoal->tx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()2201 rx_max_coal = ecoal->rx_max_coalesced_frames; in bdx_set_coalesce()2202 tx_max_coal = ecoal->tx_max_coalesced_frames; in bdx_set_coalesce()