Searched refs:get_per_queue_coalesce (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
A D | ethtool.h | 693 int (*get_per_queue_coalesce)(struct net_device *, u32, member
|
/linux/drivers/s390/net/ |
A D | qeth_ethtool.c | 470 .get_per_queue_coalesce = qeth_get_per_queue_coalesce,
|
/linux/net/ethtool/ |
A D | ioctl.c | 2479 if (!dev->ethtool_ops->get_per_queue_coalesce) in ethtool_get_per_queue_coalesce() 2490 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, &coalesce); in ethtool_get_per_queue_coalesce() 2513 (!dev->ethtool_ops->get_per_queue_coalesce)) in ethtool_set_per_queue_coalesce() 2527 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, tmp); in ethtool_set_per_queue_coalesce()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_ethtool.c | 1803 .get_per_queue_coalesce = hinic_get_per_queue_coalesce, 1837 .get_per_queue_coalesce = hinic_get_per_queue_coalesce,
|
/linux/drivers/net/ethernet/qlogic/qede/ |
A D | qede_ethtool.c | 2281 .get_per_queue_coalesce = qede_get_per_coalesce, 2312 .get_per_queue_coalesce = qede_get_per_coalesce,
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_ethtool.c | 1173 .get_per_queue_coalesce = stmmac_get_per_queue_coalesce,
|
/linux/drivers/net/ethernet/intel/iavf/ |
A D | iavf_ethtool.c | 1970 .get_per_queue_coalesce = iavf_get_per_queue_coalesce,
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_ethtool.c | 4114 .get_per_queue_coalesce = ice_get_per_q_coalesce,
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_ethtool.c | 5676 .get_per_queue_coalesce = i40e_get_per_queue_coalesce,
|
Completed in 53 milliseconds