Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/net/core/
Dethtool.c84 if (!dev->ethtool_ops->get_settings) in ethtool_get_settings()
87 err = dev->ethtool_ops->get_settings(dev, &cmd); in ethtool_get_settings()
100 if (!dev->ethtool_ops->set_settings) in ethtool_set_settings()
106 return dev->ethtool_ops->set_settings(dev, &cmd); in ethtool_set_settings()
112 struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_drvinfo()
138 struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_regs()
175 if (!dev->ethtool_ops->get_wol) in ethtool_get_wol()
178 dev->ethtool_ops->get_wol(dev, &wol); in ethtool_get_wol()
189 if (!dev->ethtool_ops->set_wol) in ethtool_set_wol()
195 return dev->ethtool_ops->set_wol(dev, &wol); in ethtool_set_wol()
[all …]
/linux-2.4.37.9/include/linux/
Dnetdevice.h44 struct ethtool_ops;
48 ( (netdev)->ethtool_ops = (ops) )
300 struct ethtool_ops *ethtool_ops; member
Dethtool.h315 struct ethtool_ops { struct
/linux-2.4.37.9/drivers/net/
D3c501.c151 static struct ethtool_ops netdev_ethtool_ops;
391 dev->ethtool_ops = &netdev_ethtool_ops; in el1_probe1()
961 static struct ethtool_ops netdev_ethtool_ops = {
Dne2k-pci.c181 static struct ethtool_ops ne2k_pci_ethtool_ops;
361 dev->ethtool_ops = &ne2k_pci_ethtool_ops; in ne2k_pci_init_one()
608 static struct ethtool_ops ne2k_pci_ethtool_ops = {
D3c503.c85 static struct ethtool_ops netdev_ethtool_ops;
313 dev->ethtool_ops = &netdev_ethtool_ops; in el2_probe1()
631 static struct ethtool_ops netdev_ethtool_ops = {
D3c507.c308 static struct ethtool_ops netdev_ethtool_ops;
441 dev->ethtool_ops = &netdev_ethtool_ops; in el16_probe1()
900 static struct ethtool_ops netdev_ethtool_ops = {
D3c527.c225 static struct ethtool_ops netdev_ethtool_ops;
515 dev->ethtool_ops = &netdev_ethtool_ops; in mc32_probe1()
1682 static struct ethtool_ops netdev_ethtool_ops = {
D3c523.c193 static struct ethtool_ops netdev_ethtool_ops;
576 dev->ethtool_ops = &netdev_ethtool_ops; in elmc_probe()
1239 static struct ethtool_ops netdev_ethtool_ops = {
Depic100.c365 static struct ethtool_ops netdev_ethtool_ops;
542 dev->ethtool_ops = &netdev_ethtool_ops; in epic_init_one()
1420 static struct ethtool_ops netdev_ethtool_ops = {
D3c515.c409 static struct ethtool_ops netdev_ethtool_ops;
739 dev->ethtool_ops = &netdev_ethtool_ops; in corkscrew_probe1()
1629 static struct ethtool_ops netdev_ethtool_ops = {
Dwinbond-840.c395 static struct ethtool_ops netdev_ethtool_ops;
485 dev->ethtool_ops = &netdev_ethtool_ops; in w840_probe1()
1511 static struct ethtool_ops netdev_ethtool_ops = {
Ddmfe.c302 static struct ethtool_ops netdev_ethtool_ops;
422 dev->ethtool_ops = &netdev_ethtool_ops; in dmfe_init_one()
1033 static struct ethtool_ops netdev_ethtool_ops = {
Dvia-rhine.c551 static struct ethtool_ops netdev_ethtool_ops;
794 dev->ethtool_ops = &netdev_ethtool_ops; in via_rhine_init_one()
1824 static struct ethtool_ops netdev_ethtool_ops = {
Dibmveth.c588 static struct ethtool_ops netdev_ethtool_ops = {
906 netdev->ethtool_ops = &netdev_ethtool_ops; in ibmveth_probe()
Dfealnx.c467 static struct ethtool_ops netdev_ethtool_ops;
684 dev->ethtool_ops = &netdev_ethtool_ops; in fealnx_init_one()
1899 static struct ethtool_ops netdev_ethtool_ops = {
Dsis900.c215 static struct ethtool_ops sis900_ethtool_ops;
451 net_dev->ethtool_ops = &sis900_ethtool_ops; in sis900_probe()
1891 static struct ethtool_ops sis900_ethtool_ops = {
/linux-2.4.37.9/drivers/net/bonding/
Dbond_main.c1023 if (slave_dev->ethtool_ops) { in bond_update_speed_duplex()
1026 if (!slave_dev->ethtool_ops->get_settings) { in bond_update_speed_duplex()
1030 res = slave_dev->ethtool_ops->get_settings(slave_dev, &etool); in bond_update_speed_duplex()
1125 if (slave_dev->ethtool_ops) { in bond_check_dev_link()
1126 if (slave_dev->ethtool_ops->get_link) { in bond_check_dev_link()
1129 link = slave_dev->ethtool_ops->get_link(slave_dev); in bond_check_dev_link()
/linux-2.4.37.9/drivers/net/pcmcia/
D3c589_cs.c168 static struct ethtool_ops netdev_ethtool_ops;
671 static struct ethtool_ops netdev_ethtool_ops = {
Dibmtr_cs.c175 static struct ethtool_ops netdev_ethtool_ops = {
D3c574_cs.c256 static struct ethtool_ops netdev_ethtool_ops;
1202 static struct ethtool_ops netdev_ethtool_ops = {
Dnetwave_cs.c250 static struct ethtool_ops netdev_ethtool_ops;
629 static struct ethtool_ops netdev_ethtool_ops = {
Dnmclan_cs.c441 static struct ethtool_ops netdev_ethtool_ops;
1034 static struct ethtool_ops netdev_ethtool_ops = {
Dfmvj18x_cs.c118 static struct ethtool_ops netdev_ethtool_ops;
1230 static struct ethtool_ops netdev_ethtool_ops = {
/linux-2.4.37.9/drivers/usb/
Dusbnet.c317 static struct ethtool_ops usbnet_ethtool_ops;
2518 net->ethtool_ops = &usbnet_ethtool_ops; in usbnet_probe()
2755 static struct ethtool_ops usbnet_ethtool_ops = {

12