Searched refs:get_per_queue_coalesce (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/s390/net/ |
D | qeth_ethtool.c | 462 .get_per_queue_coalesce = qeth_get_per_queue_coalesce,
|
/Linux-v6.1/include/linux/ |
D | ethtool.h | 725 int (*get_per_queue_coalesce)(struct net_device *, u32, member
|
/Linux-v6.1/net/ethtool/ |
D | ioctl.c | 2477 if (!dev->ethtool_ops->get_per_queue_coalesce) in ethtool_get_per_queue_coalesce() 2488 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, &coalesce); in ethtool_get_per_queue_coalesce() 2511 (!dev->ethtool_ops->get_per_queue_coalesce)) in ethtool_set_per_queue_coalesce() 2525 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, tmp); in ethtool_set_per_queue_coalesce()
|
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/ |
D | hinic_ethtool.c | 1804 .get_per_queue_coalesce = hinic_get_per_queue_coalesce, 1838 .get_per_queue_coalesce = hinic_get_per_queue_coalesce,
|
/Linux-v6.1/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 2298 .get_per_queue_coalesce = qede_get_per_coalesce, 2329 .get_per_queue_coalesce = qede_get_per_coalesce,
|
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 1183 .get_per_queue_coalesce = stmmac_get_per_queue_coalesce,
|
/Linux-v6.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_ethtool.c | 1978 .get_per_queue_coalesce = iavf_get_per_queue_coalesce,
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.c | 4198 .get_per_queue_coalesce = ice_get_per_q_coalesce,
|
/Linux-v6.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 5801 .get_per_queue_coalesce = i40e_get_per_queue_coalesce,
|