Searched refs:get_channels (Results 1 – 20 of 20) sorted by relevance
| /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()
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-ethtool.c | 257 .get_channels = xlgmac_ethtool_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 | 458 .get_channels = sxgbe_get_channels,
|
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_ethtool.c | 472 .get_channels = tsnep_ethtool_get_channels,
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 1340 .get_channels = otx2_get_channels, 1462 .get_channels = otx2_get_channels,
|
| /linux/include/linux/ |
| H A D | ethtool.h | 1211 void (*get_channels)(struct net_device *, struct ethtool_channels *); member
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_ethtool.c | 1780 .get_channels = hinic_get_channels, 1813 .get_channels = hinic_get_channels,
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_ethtool.c | 698 .get_channels = enic_get_channels,
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ethtool.c | 2299 .get_channels = qede_get_channels, 2342 .get_channels = qede_get_channels,
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_ethtool.c | 1263 .get_channels = hns_get_channels,
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_ethtool.c | 1453 .get_channels = be_get_channels,
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | lio_ethtool.c | 3125 .get_channels = lio_ethtool_get_channels, 3155 .get_channels = lio_ethtool_get_channels,
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 1178 .get_channels = ibmveth_get_channels,
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 2184 .get_channels = igc_ethtool_get_channels,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 2747 .get_channels = mlx5e_get_channels,
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 3489 .get_channels = igb_get_channels,
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 5836 .get_channels = i40e_get_channels,
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 5660 .get_channels = virtnet_get_channels,
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 14263 .get_channels = tg3_get_channels,
|