Searched refs:get_per_queue_coalesce (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/s390/net/ |
D | qeth_ethtool.c | 462 .get_per_queue_coalesce = qeth_get_per_queue_coalesce,
|
/linux-6.6.21/drivers/net/ethernet/engleder/ |
D | tsnep_ethtool.c | 480 .get_per_queue_coalesce = tsnep_ethtool_get_per_queue_coalesce,
|
/linux-6.6.21/include/linux/ |
D | ethtool.h | 873 int (*get_per_queue_coalesce)(struct net_device *, u32, member
|
/linux-6.6.21/net/ethtool/ |
D | ioctl.c | 2529 if (!dev->ethtool_ops->get_per_queue_coalesce) in ethtool_get_per_queue_coalesce() 2540 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, &coalesce); in ethtool_get_per_queue_coalesce() 2563 (!dev->ethtool_ops->get_per_queue_coalesce)) in ethtool_set_per_queue_coalesce() 2577 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, tmp); in ethtool_set_per_queue_coalesce()
|
/linux-6.6.21/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-6.6.21/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 2316 .get_per_queue_coalesce = qede_get_per_coalesce, 2348 .get_per_queue_coalesce = qede_get_per_coalesce,
|
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 1295 .get_per_queue_coalesce = stmmac_get_per_queue_coalesce,
|
/linux-6.6.21/drivers/net/ethernet/intel/iavf/ |
D | iavf_ethtool.c | 1989 .get_per_queue_coalesce = iavf_get_per_queue_coalesce,
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.c | 4176 .get_per_queue_coalesce = ice_get_per_q_coalesce,
|
/linux-6.6.21/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 5809 .get_per_queue_coalesce = i40e_get_per_queue_coalesce,
|
/linux-6.6.21/drivers/net/ |
D | virtio_net.c | 3645 .get_per_queue_coalesce = virtnet_get_per_queue_coalesce,
|