Searched refs:ecoal (Results 1 – 1 of 1) sorted by relevance
2149 struct ethtool_coalesce *ecoal, in bdx_get_coalesce() argument2162 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce()2163 ecoal->rx_max_coalesced_frames = in bdx_get_coalesce()2166 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce()2167 ecoal->tx_max_coalesced_frames = in bdx_get_coalesce()2180 struct ethtool_coalesce *ecoal, in bdx_set_coalesce() argument2193 rx_coal = ecoal->rx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()2194 tx_coal = ecoal->tx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()2195 rx_max_coal = ecoal->rx_max_coalesced_frames; in bdx_set_coalesce()2196 tx_max_coal = ecoal->tx_max_coalesced_frames; in bdx_set_coalesce()