Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/
H A Dtehuti.c2160 * @ecoal
2163 bdx_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecoal) in bdx_get_coalesce() argument
2174 ecoal->rx_coalesce_usecs = GET_INT_COAL(rdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2175 ecoal->rx_max_coalesced_frames = in bdx_get_coalesce()
2178 ecoal->tx_coalesce_usecs = GET_INT_COAL(tdintcm) * INT_COAL_MULT; in bdx_get_coalesce()
2179 ecoal->tx_max_coalesced_frames = in bdx_get_coalesce()
2189 * @ecoal
2192 bdx_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecoal) in bdx_set_coalesce() argument
2203 rx_coal = ecoal->rx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()
2204 tx_coal = ecoal in bdx_set_coalesce()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/
H A Dtehuti.c2146 * @ecoal
2149 struct ethtool_coalesce *ecoal, in bdx_get_coalesce()
2162 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()
2177 * @ecoal
2180 struct ethtool_coalesce *ecoal, in bdx_set_coalesce()
2193 rx_coal = ecoal->rx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()
2194 tx_coal = ecoal in bdx_set_coalesce()
2148 bdx_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecoal, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) bdx_get_coalesce() argument
2179 bdx_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ecoal, struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack) bdx_set_coalesce() argument
[all...]

Completed in 5 milliseconds