Home
last modified time | relevance | path

Searched refs:ethtool_ops (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/Linux-v4.19/net/core/
Dethtool.c218 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_sset_count()
245 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_strings()
560 if (dev->ethtool_ops->get_link_ksettings) { in __ethtool_get_link_ksettings()
562 return dev->ethtool_ops->get_link_ksettings(dev, in __ethtool_get_link_ksettings()
570 if (!dev->ethtool_ops->get_settings) in __ethtool_get_link_ksettings()
575 err = dev->ethtool_ops->get_settings(dev, &cmd); in __ethtool_get_link_ksettings()
656 if (!dev->ethtool_ops->get_link_ksettings) in ethtool_get_link_ksettings()
690 err = dev->ethtool_ops->get_link_ksettings(dev, &link_ksettings); in ethtool_get_link_ksettings()
720 if (!dev->ethtool_ops->set_link_ksettings) in ethtool_set_link_ksettings()
744 return dev->ethtool_ops->set_link_ksettings(dev, &link_ksettings); in ethtool_set_link_ksettings()
[all …]
/Linux-v4.19/net/dsa/
Dmaster.c20 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_stats()
39 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_phy_stats()
63 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_sset_count()
86 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_strings()
133 struct ethtool_ops *ops; in dsa_master_ethtool_setup()
139 cpu_dp->orig_ethtool_ops = dev->ethtool_ops; in dsa_master_ethtool_setup()
148 dev->ethtool_ops = ops; in dsa_master_ethtool_setup()
157 dev->ethtool_ops = cpu_dp->orig_ethtool_ops; in dsa_master_ethtool_teardown()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.h43 extern const struct ethtool_ops mlx5i_ethtool_ops;
44 extern const struct ethtool_ops mlx5i_pkey_ethtool_ops;
Dethtool.c237 const struct ethtool_ops mlx5i_ethtool_ops = {
254 const struct ethtool_ops mlx5i_pkey_ethtool_ops = {
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dethtool.c117 static const struct ethtool_ops wil_ethtool_ops = {
127 ndev->ethtool_ops = &wil_ethtool_ops; in wil_set_ethtoolops()
/Linux-v4.19/drivers/net/
Dnlmon.c96 static const struct ethtool_ops nlmon_ethtool_ops = {
115 dev->ethtool_ops = &nlmon_ethtool_ops; in nlmon_setup()
Dvsockmon.c127 static const struct ethtool_ops vsockmon_ethtool_ops = {
137 dev->ethtool_ops = &vsockmon_ethtool_ops; in vsockmon_setup()
Dloopback.c145 static const struct ethtool_ops loopback_ethtool_ops = {
195 dev->ethtool_ops = &loopback_ethtool_ops; in loopback_setup()
Ddummy.c146 static const struct ethtool_ops dummy_ethtool_ops = {
157 dev->ethtool_ops = &dummy_ethtool_ops; in dummy_setup()
/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_ethtool.h9 extern const struct ethtool_ops lan743x_ethtool_ops;
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.h17 extern const struct ethtool_ops aq_ethtool_ops;
/Linux-v4.19/drivers/staging/octeon/
Dethernet-mdio.h23 extern const struct ethtool_ops cvm_oct_ethtool_ops;
/Linux-v4.19/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_ethtool.c175 static const struct ethtool_ops opa_vnic_ethtool_ops = {
186 netdev->ethtool_ops = &opa_vnic_ethtool_ops; in opa_vnic_set_ethtool_ops()
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_ethtool.c217 static const struct ethtool_ops ipoib_ethtool_ops = {
229 dev->ethtool_ops = &ipoib_ethtool_ops; in ipoib_set_ethtool_ops()
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_ethtool.c46 const struct ethtool_ops rtl819x_ethtool_ops = {
/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-ethtool.c260 static const struct ethtool_ops emac_ethtool_ops = {
290 netdev->ethtool_ops = &emac_ethtool_ops; in emac_set_ethtool_ops()
/Linux-v4.19/drivers/net/ethernet/apm/xgene-v2/
Dethtool.c176 static const struct ethtool_ops xge_ethtool_ops = {
188 ndev->ethtool_ops = &xge_ethtool_ops; in xge_set_ethtool_ops()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.h36 extern const struct ethtool_ops ethsw_port_ethtool_ops;
/Linux-v4.19/scripts/
Dconst_structs.checkpatch15 ethtool_ops
/Linux-v4.19/drivers/net/ethernet/altera/
Daltera_tse_ethtool.c236 static const struct ethtool_ops tse_ethtool_ops = {
252 netdev->ethtool_ops = &tse_ethtool_ops; in altera_tse_set_ethtool_ops()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.h77 extern const struct ethtool_ops bnxt_ethtool_ops;
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dethtool.c67 const struct ethtool_ops mwifiex_ethtool_ops = {
/Linux-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c275 static const struct ethtool_ops ehea_ethtool_ops = {
290 netdev->ethtool_ops = &ehea_ethtool_ops; in ehea_set_ethtool_ops()
/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c199 static const struct ethtool_ops rmnet_ethtool_ops = {
223 rmnet_dev->ethtool_ops = &rmnet_ethtool_ops; in rmnet_vnd_setup()
/Linux-v4.19/drivers/net/ethernet/qualcomm/
Dqca_debug.c298 static const struct ethtool_ops qcaspi_ethtool_ops = {
313 dev->ethtool_ops = &qcaspi_ethtool_ops; in qcaspi_set_ethtool_ops()

12345678910>>...14