Home
last modified time | relevance | path

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

12345678910>>...15

/Linux-v5.4/net/core/
Dethtool.c219 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_sset_count()
246 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_strings()
549 if (!dev->ethtool_ops->get_link_ksettings) in __ethtool_get_link_ksettings()
553 return dev->ethtool_ops->get_link_ksettings(dev, link_ksettings); in __ethtool_get_link_ksettings()
617 if (!dev->ethtool_ops->get_link_ksettings) in ethtool_get_link_ksettings()
651 err = dev->ethtool_ops->get_link_ksettings(dev, &link_ksettings); in ethtool_get_link_ksettings()
672 if (!dev->ethtool_ops->set_link_ksettings) in ethtool_set_link_ksettings()
696 return dev->ethtool_ops->set_link_ksettings(dev, &link_ksettings); in ethtool_set_link_ksettings()
715 if (!dev->ethtool_ops->get_link_ksettings) in ethtool_get_settings()
719 err = dev->ethtool_ops->get_link_ksettings(dev, &link_ksettings); in ethtool_get_settings()
[all …]
/Linux-v5.4/net/dsa/
Dmaster.c14 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs_len()
44 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs()
80 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_stats()
99 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_phy_stats()
123 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_sset_count()
146 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_strings()
204 struct ethtool_ops *ops; in dsa_master_ethtool_setup()
210 cpu_dp->orig_ethtool_ops = dev->ethtool_ops; in dsa_master_ethtool_setup()
221 dev->ethtool_ops = ops; in dsa_master_ethtool_setup()
230 dev->ethtool_ops = cpu_dp->orig_ethtool_ops; in dsa_master_ethtool_teardown()
/Linux-v5.4/drivers/net/
Dloopback.c134 static const struct ethtool_ops loopback_ethtool_ops = {
162 const struct ethtool_ops *eth_ops, in gen_lo_setup()
186 dev->ethtool_ops = eth_ops; in gen_lo_setup()
Dvsockmon.c122 static const struct ethtool_ops vsockmon_ethtool_ops = {
132 dev->ethtool_ops = &vsockmon_ethtool_ops; in vsockmon_setup()
Dnlmon.c91 static const struct ethtool_ops nlmon_ethtool_ops = {
110 dev->ethtool_ops = &nlmon_ethtool_ops; in nlmon_setup()
Ddummy.c136 static const struct ethtool_ops dummy_ethtool_ops = {
147 dev->ethtool_ops = &dummy_ethtool_ops; in dummy_setup()
/Linux-v5.4/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-v5.4/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-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.h14 extern const struct ethtool_ops aq_ethtool_ops;
/Linux-v5.4/drivers/net/ethernet/microchip/
Dlan743x_ethtool.h9 extern const struct ethtool_ops lan743x_ethtool_ops;
/Linux-v5.4/drivers/staging/octeon/
Dethernet-mdio.h23 extern const struct ethtool_ops cvm_oct_ethtool_ops;
/Linux-v5.4/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-v5.4/drivers/infiniband/ulp/ipoib/
Dipoib_ethtool.c215 static const struct ethtool_ops ipoib_ethtool_ops = {
228 dev->ethtool_ops = &ipoib_ethtool_ops; in ipoib_set_ethtool_ops()
/Linux-v5.4/drivers/net/ethernet/apm/xgene-v2/
Dethtool.c164 static const struct ethtool_ops xge_ethtool_ops = {
176 ndev->ethtool_ops = &xge_ethtool_ops; in xge_set_ethtool_ops()
/Linux-v5.4/drivers/net/ethernet/qualcomm/emac/
Demac-ethtool.c252 static const struct ethtool_ops emac_ethtool_ops = {
282 netdev->ethtool_ops = &emac_ethtool_ops; in emac_set_ethtool_ops()
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Drtl_ethtool.c34 const struct ethtool_ops rtl819x_ethtool_ops = {
/Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.h40 extern const struct ethtool_ops ethsw_port_ethtool_ops;
/Linux-v5.4/scripts/
Dconst_structs.checkpatch15 ethtool_ops
/Linux-v5.4/drivers/net/ethernet/altera/
Daltera_tse_ethtool.c225 static const struct ethtool_ops tse_ethtool_ops = {
241 netdev->ethtool_ops = &tse_ethtool_ops; in altera_tse_set_ethtool_ops()
/Linux-v5.4/drivers/net/ethernet/qualcomm/
Dqca_debug.c281 static const struct ethtool_ops qcaspi_ethtool_ops = {
296 dev->ethtool_ops = &qcaspi_ethtool_ops; in qcaspi_set_ethtool_ops()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.h77 extern const struct ethtool_ops bnxt_ethtool_ops;
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dethtool.c67 const struct ethtool_ops mwifiex_ethtool_ops = {
/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c261 static const struct ethtool_ops ehea_ethtool_ops = {
276 netdev->ethtool_ops = &ehea_ethtool_ops; in ehea_set_ethtool_ops()
/Linux-v5.4/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c189 static const struct ethtool_ops rmnet_ethtool_ops = {
213 rmnet_dev->ethtool_ops = &rmnet_ethtool_ops; in rmnet_vnd_setup()

12345678910>>...15