Searched refs:et_coalesce (Results 1 – 1 of 1) sorted by relevance
1335 struct ethtool_coalesce *et_coalesce) in nes_netdev_set_coalesce() argument1344 if (et_coalesce->rx_max_coalesced_frames_low) { in nes_netdev_set_coalesce()1345 shared_timer->threshold_low = et_coalesce->rx_max_coalesced_frames_low; in nes_netdev_set_coalesce()1347 if (et_coalesce->rx_max_coalesced_frames_irq) { in nes_netdev_set_coalesce()1348 shared_timer->threshold_target = et_coalesce->rx_max_coalesced_frames_irq; in nes_netdev_set_coalesce()1350 if (et_coalesce->rx_max_coalesced_frames_high) { in nes_netdev_set_coalesce()1351 shared_timer->threshold_high = et_coalesce->rx_max_coalesced_frames_high; in nes_netdev_set_coalesce()1353 if (et_coalesce->rx_coalesce_usecs_low) { in nes_netdev_set_coalesce()1354 shared_timer->timer_in_use_min = et_coalesce->rx_coalesce_usecs_low; in nes_netdev_set_coalesce()1356 if (et_coalesce->rx_coalesce_usecs_high) { in nes_netdev_set_coalesce()[all …]