Lines Matching refs:et_coalesce

1335 		struct ethtool_coalesce	*et_coalesce)  in nes_netdev_set_coalesce()  argument
1344 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()
1357 shared_timer->timer_in_use_max = et_coalesce->rx_coalesce_usecs_high; in nes_netdev_set_coalesce()
1362 nesadapter->et_rx_coalesce_usecs_irq = et_coalesce->rx_coalesce_usecs_irq; in nes_netdev_set_coalesce()
1363 if (et_coalesce->use_adaptive_rx_coalesce) { in nes_netdev_set_coalesce()
1367 if (et_coalesce->pkt_rate_low) { in nes_netdev_set_coalesce()
1368 nesadapter->et_pkt_rate_low = et_coalesce->pkt_rate_low; in nes_netdev_set_coalesce()
1386 struct ethtool_coalesce *et_coalesce) in nes_netdev_get_coalesce() argument
1410 memcpy(et_coalesce, &temp_et_coalesce, sizeof(*et_coalesce)); in nes_netdev_get_coalesce()