Searched refs:get_per_queue_coalesce (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ethtool.h | 491 int (*get_per_queue_coalesce)(struct net_device *, u32, member
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_ethtool.c | 536 .get_per_queue_coalesce = qeth_get_per_queue_coalesce,
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | ioctl.c | 2438 if (!dev->ethtool_ops->get_per_queue_coalesce) in ethtool_get_per_queue_coalesce() 2449 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, &coalesce); in ethtool_get_per_queue_coalesce() 2472 (!dev->ethtool_ops->get_per_queue_coalesce)) in ethtool_set_per_queue_coalesce() 2486 ret = dev->ethtool_ops->get_per_queue_coalesce(dev, bit, tmp); in ethtool_set_per_queue_coalesce()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_ethtool.c | 1083 .get_per_queue_coalesce = iavf_get_per_queue_coalesce,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_ethtool.c | 1807 .get_per_queue_coalesce = hinic_get_per_queue_coalesce, 1841 .get_per_queue_coalesce = hinic_get_per_queue_coalesce,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool.c | 4013 .get_per_queue_coalesce = ice_get_per_q_coalesce,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 5383 .get_per_queue_coalesce = i40e_get_per_queue_coalesce,
|