Home
last modified time | relevance | path

Searched refs:set_per_queue_coalesce (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dethtool.h492 int (*set_per_queue_coalesce)(struct net_device *, u32, member
/kernel/linux/linux-5.10/drivers/s390/net/
Dqeth_ethtool.c537 .set_per_queue_coalesce = qeth_set_per_queue_coalesce,
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c1084 .set_per_queue_coalesce = iavf_set_per_queue_coalesce,
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c1808 .set_per_queue_coalesce = hinic_set_per_queue_coalesce,
1842 .set_per_queue_coalesce = hinic_set_per_queue_coalesce,
/kernel/linux/linux-5.10/net/ethtool/
Dioctl.c2471 if ((!dev->ethtool_ops->set_per_queue_coalesce) || in ethtool_set_per_queue_coalesce()
2502 ret = dev->ethtool_ops->set_per_queue_coalesce(dev, bit, &coalesce); in ethtool_set_per_queue_coalesce()
2513 dev->ethtool_ops->set_per_queue_coalesce(dev, i, tmp); in ethtool_set_per_queue_coalesce()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3984 .set_per_queue_coalesce = ice_set_per_q_coalesce,
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c5362 .set_per_queue_coalesce = i40e_set_per_queue_coalesce,