Home
last modified time | relevance | path

Searched refs:irq_moder (Results 1 – 3 of 3) sorted by relevance

/linux/net/ethtool/
H A Dcoalesce.c275 if (!req_base->dev || !req_base->dev->irq_moder) in coalesce_fill_reply()
278 moder = req_base->dev->irq_moder; in coalesce_fill_reply()
352 struct dim_irq_moder *irq_moder = req_info->dev->irq_moder; in ethnl_set_coalesce_validate() local
362 if (irq_moder && irq_moder->profile_flags & DIM_PROFILE_RX) in ethnl_set_coalesce_validate()
365 if (irq_moder && irq_moder->profile_flags & DIM_PROFILE_TX) in ethnl_set_coalesce_validate()
390 static int ethnl_update_irq_moder(struct dim_irq_moder *irq_moder, in ethnl_update_irq_moder() argument
402 if (irq_moder->coal_flags & coal_bit) { in ethnl_update_irq_moder()
447 struct dim_irq_moder *irq_moder = dev->irq_moder; in ethnl_update_profile() local
472 ret = ethnl_update_irq_moder(irq_moder, &new_profile[i].usec, in ethnl_update_profile()
479 ret = ethnl_update_irq_moder(irq_moder, &new_profile[i].pkts, in ethnl_update_profile()
[all …]
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst187 struct dim_irq_moder* irq_moder
/linux/include/linux/
H A Dnetdevice.h2483 struct dim_irq_moder *irq_moder; member