/linux/net/ethtool/ |
H A D | channels.c | 33 if (!dev->ethtool_ops->get_channels) in channels_prepare_data() 38 dev->ethtool_ops->get_channels(dev, &data->channels); in channels_prepare_data() 106 return ops->get_channels && ops->set_channels ? 1 : -EOPNOTSUPP; in ethnl_set_channels_validate() 120 dev->ethtool_ops->get_channels(dev, &channels); in ethnl_set_channels()
|
H A D | ioctl.c | 2079 if (!dev->ethtool_ops->get_channels) in ethtool_get_channels() 2082 dev->ethtool_ops->get_channels(dev, &channels); in ethtool_get_channels() 2097 if (!dev->ethtool_ops->set_channels || !dev->ethtool_ops->get_channels) in ethtool_set_channels() 2103 dev->ethtool_ops->get_channels(dev, &curr); in ethtool_set_channels()
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_ethtool.c | 137 .get_channels = wx_get_channels,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ethtool.c | 281 .get_channels = mlx5i_get_channels,
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-ethtool.c | 257 .get_channels = xlgmac_ethtool_get_channels,
|
/linux/drivers/net/netdevsim/ |
H A D | ethtool.c | 169 .get_channels = nsim_get_channels,
|
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_ethtool.c | 311 .get_channels = emac_get_channels,
|
/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_ethtool.c | 489 .get_channels = sxgbe_get_channels,
|
/linux/drivers/s390/net/ |
H A D | qeth_ethtool.c | 457 .get_channels = qeth_get_channels,
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 1358 if (h->ae_algo->ops->get_channels) in hns3_get_channels() 1359 h->ae_algo->ops->get_channels(h, ch); in hns3_get_channels() 2128 .get_channels = hns3_get_channels, 2167 .get_channels = hns3_get_channels,
|
H A D | hnae3.h | 725 void (*get_channels)(struct hnae3_handle *handle, member
|
/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_ethtool.c | 455 .get_channels = mana_get_channels,
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ethtool.c | 472 .get_channels = tsnep_ethtool_get_channels,
|
/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_ethtool.c | 526 .get_channels = wx_get_channels,
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 1322 .get_channels = otx2_get_channels, 1444 .get_channels = otx2_get_channels,
|
/linux/include/linux/ |
H A D | ethtool.h | 1037 void (*get_channels)(struct net_device *, struct ethtool_channels *); member
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_ethtool.c | 1797 .get_channels = hinic_get_channels, 1829 .get_channels = hinic_get_channels,
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic_ethtool.c | 737 .get_channels = enic_get_channels,
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 850 .get_channels = xgbe_get_channels,
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 1838 .get_channels = qlcnic_get_channels, 1871 .get_channels = qlcnic_get_channels,
|
/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_ethtool.c | 889 .get_channels = gve_get_channels,
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ethtool.c | 952 .get_channels = dpaa2_eth_get_channels,
|
/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_ethtool.c | 880 .get_channels = nicvf_get_channels,
|
/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_ethtool.c | 1106 .get_channels = ena_get_channels,
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_ethtool.c | 1329 .get_channels = idpf_get_channels,
|