Searched defs:et_coalesce (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/nes/
H A Dnes_nic.c1337 struct ethtool_coalesce *et_coalesce)
1346 if (et_coalesce->rx_max_coalesced_frames_low) {
1347 shared_timer->threshold_low = et_coalesce->rx_max_coalesced_frames_low;
1349 if (et_coalesce->rx_max_coalesced_frames_irq) {
1350 shared_timer->threshold_target = et_coalesce->rx_max_coalesced_frames_irq;
1352 if (et_coalesce->rx_max_coalesced_frames_high) {
1353 shared_timer->threshold_high = et_coalesce->rx_max_coalesced_frames_high;
1355 if (et_coalesce->rx_coalesce_usecs_low) {
1356 shared_timer->timer_in_use_min = et_coalesce->rx_coalesce_usecs_low;
1358 if (et_coalesce
1336 nes_netdev_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *et_coalesce) argument
1387 nes_netdev_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *et_coalesce) argument
[all...]

Completed in 30 milliseconds