Lines Matching refs:coalesce

13 	struct ethtool_coalesce		coalesce;  member
75 ret = dev->ethtool_ops->get_coalesce(dev, &data->coalesce, in coalesce_prepare_data()
214 const struct ethtool_coalesce *coal = &data->coalesce; in coalesce_fill_reply()
516 struct ethtool_coalesce coalesce = {}; in __ethnl_set_coalesce() local
521 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in __ethnl_set_coalesce()
527 ethnl_update_u32(&coalesce.rx_coalesce_usecs, in __ethnl_set_coalesce()
529 ethnl_update_u32(&coalesce.rx_max_coalesced_frames, in __ethnl_set_coalesce()
531 ethnl_update_u32(&coalesce.rx_coalesce_usecs_irq, in __ethnl_set_coalesce()
533 ethnl_update_u32(&coalesce.rx_max_coalesced_frames_irq, in __ethnl_set_coalesce()
535 ethnl_update_u32(&coalesce.tx_coalesce_usecs, in __ethnl_set_coalesce()
537 ethnl_update_u32(&coalesce.tx_max_coalesced_frames, in __ethnl_set_coalesce()
539 ethnl_update_u32(&coalesce.tx_coalesce_usecs_irq, in __ethnl_set_coalesce()
541 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_irq, in __ethnl_set_coalesce()
543 ethnl_update_u32(&coalesce.stats_block_coalesce_usecs, in __ethnl_set_coalesce()
545 ethnl_update_u32(&coalesce.pkt_rate_low, in __ethnl_set_coalesce()
547 ethnl_update_u32(&coalesce.rx_coalesce_usecs_low, in __ethnl_set_coalesce()
549 ethnl_update_u32(&coalesce.rx_max_coalesced_frames_low, in __ethnl_set_coalesce()
551 ethnl_update_u32(&coalesce.tx_coalesce_usecs_low, in __ethnl_set_coalesce()
553 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_low, in __ethnl_set_coalesce()
555 ethnl_update_u32(&coalesce.pkt_rate_high, in __ethnl_set_coalesce()
557 ethnl_update_u32(&coalesce.rx_coalesce_usecs_high, in __ethnl_set_coalesce()
559 ethnl_update_u32(&coalesce.rx_max_coalesced_frames_high, in __ethnl_set_coalesce()
561 ethnl_update_u32(&coalesce.tx_coalesce_usecs_high, in __ethnl_set_coalesce()
563 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_high, in __ethnl_set_coalesce()
565 ethnl_update_u32(&coalesce.rate_sample_interval, in __ethnl_set_coalesce()
591 ethnl_update_bool32(&coalesce.use_adaptive_rx_coalesce, in __ethnl_set_coalesce()
593 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in __ethnl_set_coalesce()
604 ret = dev->ethtool_ops->set_coalesce(dev, &coalesce, &kernel_coalesce, in __ethnl_set_coalesce()