Home
last modified time | relevance | path

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

12345678910>>...15

/drivers/net/netdevsim/
Dethtool.c45 static const struct ethtool_ops nsim_ethtool_ops = {
55 ns->netdev->ethtool_ops = &nsim_ethtool_ops; in nsim_ethtool_init()
/drivers/net/
Dloopback.c136 static const struct ethtool_ops loopback_ethtool_ops = {
164 const struct ethtool_ops *eth_ops, in gen_lo_setup()
188 dev->ethtool_ops = eth_ops; in gen_lo_setup()
Dnlmon.c69 static const struct ethtool_ops nlmon_ethtool_ops = {
88 dev->ethtool_ops = &nlmon_ethtool_ops; in nlmon_setup()
Dvsockmon.c95 static const struct ethtool_ops vsockmon_ethtool_ops = {
105 dev->ethtool_ops = &vsockmon_ethtool_ops; in vsockmon_setup()
Ddummy.c108 static const struct ethtool_ops dummy_ethtool_ops = {
119 dev->ethtool_ops = &dummy_ethtool_ops; in dummy_setup()
/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.c211 const struct ethtool_ops mlx5i_ethtool_ops = {
231 const struct ethtool_ops mlx5i_pkey_ethtool_ops = {
/drivers/net/wireless/ath/wil6210/
Dethtool.c97 static const struct ethtool_ops wil_ethtool_ops = {
106 ndev->ethtool_ops = &wil_ethtool_ops; in wil_set_ethtoolops()
/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_ethtool.c173 static const struct ethtool_ops opa_vnic_ethtool_ops = {
184 netdev->ethtool_ops = &opa_vnic_ethtool_ops; in opa_vnic_set_ethtool_ops()
/drivers/infiniband/ulp/ipoib/
Dipoib_ethtool.c212 static const struct ethtool_ops ipoib_ethtool_ops = {
227 dev->ethtool_ops = &ipoib_ethtool_ops; in ipoib_set_ethtool_ops()
/drivers/net/ethernet/sfc/
Def100_ethtool.h12 extern const struct ethtool_ops ef100_ethtool_ops;
Def100_ethtool.c36 const struct ethtool_ops ef100_ethtool_ops = {
/drivers/net/ethernet/microchip/
Dlan743x_ethtool.h9 extern const struct ethtool_ops lan743x_ethtool_ops;
/drivers/net/ethernet/marvell/prestera/
Dprestera_ethtool.h9 extern const struct ethtool_ops prestera_ethtool_ops;
/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.h14 extern const struct ethtool_ops aq_ethtool_ops;
/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()
/drivers/net/ethernet/apm/xgene-v2/
Dethtool.c162 static const struct ethtool_ops xge_ethtool_ops = {
174 ndev->ethtool_ops = &xge_ethtool_ops; in xge_set_ethtool_ops()
/drivers/staging/octeon/
Dethernet-mdio.h23 extern const struct ethtool_ops cvm_oct_ethtool_ops;
/drivers/net/ethernet/altera/
Daltera_tse_ethtool.c224 static const struct ethtool_ops tse_ethtool_ops = {
240 netdev->ethtool_ops = &tse_ethtool_ops; in altera_tse_set_ethtool_ops()
/drivers/net/ethernet/qualcomm/
Dqca_debug.c282 static const struct ethtool_ops qcaspi_ethtool_ops = {
297 dev->ethtool_ops = &qcaspi_ethtool_ops; in qcaspi_set_ethtool_ops()
/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-ethtool.c244 static const struct ethtool_ops xlgmac_ethtool_ops = {
259 const struct ethtool_ops *xlgmac_get_ethtool_ops(void) in xlgmac_get_ethtool_ops()
/drivers/staging/rtl8192e/rtl8192e/
Drtl_ethtool.c34 const struct ethtool_ops rtl819x_ethtool_ops = {
/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()
/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.h42 extern const struct ethtool_ops dpaa2_switch_port_ethtool_ops;
/drivers/net/ethernet/3com/
D3c509.c198 static const struct ethtool_ops ethtool_ops; variable
532 dev->ethtool_ops = &ethtool_ops; in el3_common_init()
1186 static const struct ethtool_ops ethtool_ops = { variable

12345678910>>...15