Home
last modified time | relevance | path

Searched refs:ecoal (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/tehuti/
Dtehuti.c2174 bdx_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecoal) in bdx_get_coalesce() argument
2185 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2186 ecoal->rx_max_coalesced_frames = in bdx_get_coalesce()
2189 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2190 ecoal->tx_max_coalesced_frames = in bdx_get_coalesce()
2203 bdx_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecoal) in bdx_set_coalesce() argument
2214 rx_coal = ecoal->rx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()
2215 tx_coal = ecoal->tx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()
2216 rx_max_coal = ecoal->rx_max_coalesced_frames; in bdx_set_coalesce()
2217 tx_max_coal = ecoal->tx_max_coalesced_frames; in bdx_set_coalesce()