Searched defs:ethtool_ops (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/dlink/
H A Ddl2k.c98 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
230 dev->ethtool_ops = &ethtool_ops;
1243 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
H A Dsundance.c451 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
580 dev->ethtool_ops = &ethtool_ops;
1798 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
/drivers/net/hyperv/
H A Dnetvsc_drv.c757 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
852 net->ethtool_ops = &ethtool_ops;
/drivers/net/ethernet/3com/
H A D3c509.c202 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
537 dev->ethtool_ops = &ethtool_ops;
1193 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
/drivers/net/ethernet/packetengines/
H A Dhamachi.c562 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
563 static const struct ethtool_ops ethtool_ops_no_mii;
727 dev->ethtool_ops = (chip_tbl[hmp->chip_id].flags & CanHaveMII) ?
728 &ethtool_ops : &ethtool_ops_no_mii;
1846 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
1855 static const struct ethtool_ops ethtool_ops_no_mii = {
H A Dyellowfin.c356 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
475 dev->ethtool_ops = &ethtool_ops;
1337 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c287 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
321 dev->ethtool_ops = &ethtool_ops;
1984 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
/drivers/net/ethernet/ti/
H A Ddavinci_emac.c620 /* ethtool_ops: DaVinci EMAC Ethtool structure
624 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
1980 ndev->ethtool_ops = &ethtool_ops;
/drivers/net/ethernet/adaptec/
H A Dstarfire.c593 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
787 dev->ethtool_ops = &ethtool_ops;
1862 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
/drivers/net/ethernet/natsemi/
H A Dnatsemi.c649 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
930 dev->ethtool_ops = &ethtool_ops;
2675 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops

Completed in 3786 milliseconds