Lines Matching refs:coalesce
12 struct ethtool_coalesce coalesce; member
74 ret = dev->ethtool_ops->get_coalesce(dev, &data->coalesce, in coalesce_prepare_data()
136 const struct ethtool_coalesce *coal = &data->coalesce; in coalesce_fill_reply()
262 struct ethtool_coalesce coalesce = {}; in __ethnl_set_coalesce() local
267 ret = dev->ethtool_ops->get_coalesce(dev, &coalesce, &kernel_coalesce, in __ethnl_set_coalesce()
273 ethnl_update_u32(&coalesce.rx_coalesce_usecs, in __ethnl_set_coalesce()
275 ethnl_update_u32(&coalesce.rx_max_coalesced_frames, in __ethnl_set_coalesce()
277 ethnl_update_u32(&coalesce.rx_coalesce_usecs_irq, in __ethnl_set_coalesce()
279 ethnl_update_u32(&coalesce.rx_max_coalesced_frames_irq, in __ethnl_set_coalesce()
281 ethnl_update_u32(&coalesce.tx_coalesce_usecs, in __ethnl_set_coalesce()
283 ethnl_update_u32(&coalesce.tx_max_coalesced_frames, in __ethnl_set_coalesce()
285 ethnl_update_u32(&coalesce.tx_coalesce_usecs_irq, in __ethnl_set_coalesce()
287 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_irq, in __ethnl_set_coalesce()
289 ethnl_update_u32(&coalesce.stats_block_coalesce_usecs, in __ethnl_set_coalesce()
291 ethnl_update_u32(&coalesce.pkt_rate_low, in __ethnl_set_coalesce()
293 ethnl_update_u32(&coalesce.rx_coalesce_usecs_low, in __ethnl_set_coalesce()
295 ethnl_update_u32(&coalesce.rx_max_coalesced_frames_low, in __ethnl_set_coalesce()
297 ethnl_update_u32(&coalesce.tx_coalesce_usecs_low, in __ethnl_set_coalesce()
299 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_low, in __ethnl_set_coalesce()
301 ethnl_update_u32(&coalesce.pkt_rate_high, in __ethnl_set_coalesce()
303 ethnl_update_u32(&coalesce.rx_coalesce_usecs_high, in __ethnl_set_coalesce()
305 ethnl_update_u32(&coalesce.rx_max_coalesced_frames_high, in __ethnl_set_coalesce()
307 ethnl_update_u32(&coalesce.tx_coalesce_usecs_high, in __ethnl_set_coalesce()
309 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_high, in __ethnl_set_coalesce()
311 ethnl_update_u32(&coalesce.rate_sample_interval, in __ethnl_set_coalesce()
321 ethnl_update_bool32(&coalesce.use_adaptive_rx_coalesce, in __ethnl_set_coalesce()
323 ethnl_update_bool32(&coalesce.use_adaptive_tx_coalesce, in __ethnl_set_coalesce()
334 ret = dev->ethtool_ops->set_coalesce(dev, &coalesce, &kernel_coalesce, in __ethnl_set_coalesce()