/drivers/net/ |
D | loopback.c | 134 static const struct ethtool_ops loopback_ethtool_ops = { 183 dev->ethtool_ops = &loopback_ethtool_ops; in loopback_setup()
|
D | veth.c | 101 static const struct ethtool_ops veth_ethtool_ops = { 269 dev->ethtool_ops = &veth_ethtool_ops; in veth_setup()
|
/drivers/staging/octeon/ |
D | ethernet-mdio.h | 43 extern const struct ethtool_ops cvm_oct_ethtool_ops;
|
D | ethernet-mdio.c | 89 const struct ethtool_ops cvm_oct_ethtool_ops = {
|
/drivers/net/hyperv/ |
D | netvsc_drv.c | 340 static const struct ethtool_ops ethtool_ops = { variable 402 SET_ETHTOOL_OPS(net, ðtool_ops); in netvsc_probe()
|
/drivers/staging/bcm/ |
D | Bcmnet.c | 178 static const struct ethtool_ops bcm_ethtool_ops = { 196 net->ethtool_ops = &bcm_ethtool_ops; in register_networkdev()
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_ethtool.c | 50 const struct ethtool_ops rtl819x_ethtool_ops = {
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ethtool.c | 83 static const struct ethtool_ops ipoib_ethtool_ops = {
|
/drivers/net/ethernet/3com/ |
D | 3c501.h | 15 static const struct ethtool_ops netdev_ethtool_ops;
|
D | 3c509.c | 203 static const struct ethtool_ops ethtool_ops; variable 577 SET_ETHTOOL_OPS(dev, ðtool_ops); in el3_common_init() 1322 static const struct ethtool_ops ethtool_ops = { variable
|
D | 3c501.c | 320 dev->ethtool_ops = &netdev_ethtool_ops; in el1_probe1() 841 static const struct ethtool_ops netdev_ethtool_ops = {
|
/drivers/net/wireless/libertas/ |
D | decl.h | 28 extern const struct ethtool_ops lbs_ethtool_ops;
|
D | ethtool.c | 108 const struct ethtool_ops lbs_ethtool_ops = {
|
/drivers/net/ethernet/dec/ |
D | ewrk3.c | 307 static const struct ethtool_ops ethtool_ops_203; 308 static const struct ethtool_ops ethtool_ops; variable 623 SET_ETHTOOL_OPS(dev, ðtool_ops); in ewrk3_hw_init() 1640 static const struct ethtool_ops ethtool_ops_203 = { 1647 static const struct ethtool_ops ethtool_ops = { variable
|
/drivers/net/ethernet/8390/ |
D | 3c503.c | 82 static const struct ethtool_ops netdev_ethtool_ops; 356 dev->ethtool_ops = &netdev_ethtool_ops; in el2_probe1() 703 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | ne2k-pci.c | 177 static const struct ethtool_ops ne2k_pci_ethtool_ops; 373 dev->ethtool_ops = &ne2k_pci_ethtool_ops; in ne2k_pci_init_one() 646 static const struct ethtool_ops ne2k_pci_ethtool_ops = {
|
/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 562 static const struct ethtool_ops ethtool_ops; variable 563 static const struct ethtool_ops ethtool_ops_no_mii; 730 SET_ETHTOOL_OPS(dev, ðtool_ops); in hamachi_init_one() 1852 static const struct ethtool_ops ethtool_ops = { variable 1861 static const struct ethtool_ops ethtool_ops_no_mii = {
|
D | yellowfin.c | 356 static const struct ethtool_ops ethtool_ops; variable 478 SET_ETHTOOL_OPS(dev, ðtool_ops); in yellowfin_init_one() 1338 static const struct ethtool_ops ethtool_ops = { variable
|
/drivers/net/ethernet/pasemi/ |
D | pasemi_mac_ethtool.c | 149 const struct ethtool_ops pasemi_mac_ethtool_ops = {
|
/drivers/net/usb/ |
D | asix.c | 755 static const struct ethtool_ops ax88172_ethtool_ops = { 882 dev->net->ethtool_ops = &ax88172_ethtool_ops; in ax88172_bind() 895 static const struct ethtool_ops ax88772_ethtool_ops = { 1077 dev->net->ethtool_ops = &ax88772_ethtool_ops; in ax88772_bind() 1116 static const struct ethtool_ops ax88178_ethtool_ops = { 1432 dev->net->ethtool_ops = &ax88178_ethtool_ops; in ax88178_bind()
|
/drivers/net/ethernet/i825xx/ |
D | 3c507.c | 295 static const struct ethtool_ops netdev_ethtool_ops; 461 dev->ethtool_ops = &netdev_ethtool_ops; in el16_probe1() 906 static const struct ethtool_ops netdev_ethtool_ops = {
|
/drivers/net/wireless/hostap/ |
D | hostap.h | 90 extern const struct ethtool_ops prism2_ethtool_ops;
|
/drivers/net/wimax/i2400m/ |
D | netdev.c | 607 static const struct ethtool_ops i2400m_ethtool_ops = { 632 net_dev->ethtool_ops = &i2400m_ethtool_ops; in i2400m_netdev_setup()
|
/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 166 const struct ethtool_ops spider_net_ethtool_ops = {
|
/drivers/staging/slicoss/ |
D | README | 32 - do ethtool correctly using ethtool_ops
|