Searched refs:ethtool_ops (Results 51 - 75 of 138) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deepro100.c497 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
845 SET_ETHTOOL_OPS(dev, &ethtool_ops);
1984 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
H A Dvia-rhine.c413 static const struct ethtool_ops netdev_ethtool_ops;
776 dev->ethtool_ops = &netdev_ethtool_ops;
1797 static const struct ethtool_ops netdev_ethtool_ops = {
H A D3c515.c381 static const struct ethtool_ops netdev_ethtool_ops;
689 dev->ethtool_ops = &netdev_ethtool_ops;
1560 static const struct ethtool_ops netdev_ethtool_ops = {
H A Deepro.c745 static const struct ethtool_ops eepro_ethtool_ops;
863 dev->ethtool_ops = &eepro_ethtool_ops;
1747 static const struct ethtool_ops eepro_ethtool_ops = {
H A Depic100.c300 static const struct ethtool_ops netdev_ethtool_ops;
487 dev->ethtool_ops = &netdev_ethtool_ops;
1486 static const struct ethtool_ops netdev_ethtool_ops = {
H A Dfealnx.c442 static const struct ethtool_ops netdev_ethtool_ops;
659 dev->ethtool_ops = &netdev_ethtool_ops;
1869 static const struct ethtool_ops netdev_ethtool_ops = {
H A Dioc3-eth.c115 static const struct ethtool_ops ioc3_ethtool_ops;
1288 dev->ethtool_ops = &ioc3_ethtool_ops;
1601 static const struct ethtool_ops ioc3_ethtool_ops = {
H A Drionet.c429 static const struct ethtool_ops rionet_ethtool_ops = {
H A Dsc92031.c1385 static struct ethtool_ops sc92031_ethtool_ops = {
1456 dev->ethtool_ops = &sc92031_ethtool_ops;
H A Dsunbmac.c1073 static const struct ethtool_ops bigmac_ethtool_ops = {
1210 dev->ethtool_ops = &bigmac_ethtool_ops;
H A D3c505.c1170 static const struct ethtool_ops netdev_ethtool_ops = {
1588 dev->ethtool_ops = &netdev_ethtool_ops; /* local */
H A Dgt64240eth.c282 static struct ethtool_ops gp_ethtool_ops = {
978 dev->ethtool_ops = &gp_ethtool_ops;
H A Dibmveth.c637 static const struct ethtool_ops netdev_ethtool_ops = {
1031 netdev->ethtool_ops = &netdev_ethtool_ops;
H A Dmacb.c905 static struct ethtool_ops macb_ethtool_ops = {
1073 dev->ethtool_ops = &macb_ethtool_ops;
H A Dnatsemi.c661 static const struct ethtool_ops ethtool_ops; variable in typeref:struct:ethtool_ops
939 SET_ETHTOOL_OPS(dev, &ethtool_ops);
2678 static const struct ethtool_ops ethtool_ops = { variable in typeref:struct:ethtool_ops
H A Dsis900.c186 static const struct ethtool_ops sis900_ethtool_ops;
427 net_dev->ethtool_ops = &sis900_ethtool_ops;
2017 static const struct ethtool_ops sis900_ethtool_ops = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Ddmfe.c320 static const struct ethtool_ops netdev_ethtool_ops;
444 dev->ethtool_ops = &netdev_ethtool_ops;
1097 static const struct ethtool_ops netdev_ethtool_ops = {
H A Duli526x.c225 static const struct ethtool_ops netdev_ethtool_ops;
341 dev->ethtool_ops = &netdev_ethtool_ops;
980 static const struct ethtool_ops netdev_ethtool_ops = {
H A Dwinbond-840.c342 static const struct ethtool_ops netdev_ethtool_ops;
429 dev->ethtool_ops = &netdev_ethtool_ops;
1438 static const struct ethtool_ops netdev_ethtool_ops = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_ethtool.c734 struct ethtool_ops netxen_nic_ethtool_ops = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskethtool.c608 const struct ethtool_ops SkGeEthtoolOps = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_ethtool.c481 const struct ethtool_ops atl1_ethtool_ops = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c1050 lldev->ethtool_ops->get_drvinfo(lldev, &info);
1062 lldev->ethtool_ops->get_drvinfo(lldev, &info);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A D3c574_cs.c248 static const struct ethtool_ops netdev_ethtool_ops;
1085 static const struct ethtool_ops netdev_ethtool_ops = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dusbnet.c762 /* drivers may override default ethtool_ops in their bind() routine */
763 static struct ethtool_ops usbnet_ethtool_ops = {
1177 net->ethtool_ops = &usbnet_ethtool_ops;

Completed in 434 milliseconds

123456