Searched refs:set_per_queue_coalesce (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 310 .set_per_queue_coalesce = emac_set_per_queue_coalesce,
|
/linux/drivers/s390/net/ |
H A D | qeth_ethtool.c | 463 .set_per_queue_coalesce = qeth_set_per_queue_coalesce,
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ethtool.c | 477 .set_per_queue_coalesce = tsnep_ethtool_set_per_queue_coalesce,
|
/linux/include/linux/ |
H A D | ethtool.h | 1062 int (*set_per_queue_coalesce)(struct net_device *, u32, member
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_ethtool.c | 1794 .set_per_queue_coalesce = hinic_set_per_queue_coalesce, 1828 .set_per_queue_coalesce = hinic_set_per_queue_coalesce,
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_ethtool.c | 1325 .set_per_queue_coalesce = idpf_set_per_q_coalesce,
|
/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-ethtool.c | 995 .set_per_queue_coalesce = am65_cpsw_set_per_queue_coalesce,
|
/linux/net/ethtool/ |
H A D | ioctl.c | 2869 if ((!dev->ethtool_ops->set_per_queue_coalesce) || in ethtool_set_per_queue_coalesce() 2900 ret = dev->ethtool_ops->set_per_queue_coalesce(dev, bit, &coalesce); in ethtool_set_per_queue_coalesce() 2911 dev->ethtool_ops->set_per_queue_coalesce(dev, i, tmp); in ethtool_set_per_queue_coalesce()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ethtool.c | 1390 .set_per_queue_coalesce = stmmac_set_per_queue_coalesce,
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 1824 .set_per_queue_coalesce = iavf_set_per_queue_coalesce,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rep.c | 432 .set_per_queue_coalesce = mlx5e_set_per_queue_coalesce,
|
H A D | en_ethtool.c | 2629 .set_per_queue_coalesce = mlx5e_set_per_queue_coalesce,
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 4817 .set_per_queue_coalesce = ice_set_per_q_coalesce,
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 5844 .set_per_queue_coalesce = i40e_set_per_queue_coalesce,
|
/linux/drivers/net/ |
H A D | virtio_net.c | 5505 .set_per_queue_coalesce = virtnet_set_per_queue_coalesce,
|