Home
last modified time | relevance | path

Searched refs:get_per_queue_coalesce (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dethtool.h401 int (*get_per_queue_coalesce)(struct net_device *, u32, member
/Linux-v4.19/net/core/
Dethtool.c2397 if (!dev->ethtool_ops->get_per_queue_coalesce) in ethtool_get_per_queue_coalesce()
2408 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, &coalesce); in ethtool_get_per_queue_coalesce()
2430 (!dev->ethtool_ops->get_per_queue_coalesce)) in ethtool_set_per_queue_coalesce()
2444 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, tmp); in ethtool_set_per_queue_coalesce()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_ethtool.c798 .get_per_queue_coalesce = i40evf_get_per_queue_coalesce,
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4869 .get_per_queue_coalesce = i40e_get_per_queue_coalesce,