Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dethtool.h393 int (*get_per_queue_coalesce)(struct net_device *, u32, member
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c1014 .get_per_queue_coalesce = iavf_get_per_queue_coalesce,
/Linux-v5.4/net/core/
Dethtool.c2348 if (!dev->ethtool_ops->get_per_queue_coalesce) in ethtool_get_per_queue_coalesce()
2359 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, &coalesce); in ethtool_get_per_queue_coalesce()
2382 (!dev->ethtool_ops->get_per_queue_coalesce)) in ethtool_set_per_queue_coalesce()
2396 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, tmp); in ethtool_set_per_queue_coalesce()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3432 .get_per_queue_coalesce = ice_get_per_q_coalesce,
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c5289 .get_per_queue_coalesce = i40e_get_per_queue_coalesce,