/linux-4.1.27/net/core/ |
D | ethtool.c | 190 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_sset_count() 207 const struct ethtool_ops *ops = dev->ethtool_ops; in __ethtool_get_strings() 348 if (!dev->ethtool_ops->get_settings) in __ethtool_get_settings() 353 return dev->ethtool_ops->get_settings(dev, cmd); in __ethtool_get_settings() 375 if (!dev->ethtool_ops->set_settings) in ethtool_set_settings() 381 return dev->ethtool_ops->set_settings(dev, &cmd); in ethtool_set_settings() 388 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_drvinfo() 493 if (!dev->ethtool_ops->set_rxnfc) in ethtool_set_rxnfc() 507 rc = dev->ethtool_ops->set_rxnfc(dev, &info); in ethtool_set_rxnfc() 523 const struct ethtool_ops *ops = dev->ethtool_ops; in ethtool_get_rxnfc() [all …]
|
D | dev.c | 6752 static const struct ethtool_ops default_ethtool_ops; 6755 const struct ethtool_ops *ops) in netdev_set_default_ethtool_ops() 6757 if (dev->ethtool_ops == &default_ethtool_ops) in netdev_set_default_ethtool_ops() 6758 dev->ethtool_ops = ops; in netdev_set_default_ethtool_ops() 6867 if (!dev->ethtool_ops) in alloc_netdev_mqs() 6868 dev->ethtool_ops = &default_ethtool_ops; in alloc_netdev_mqs()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ethtool.c | 100 static const struct ethtool_ops ipoib_ethtool_ops = { 108 dev->ethtool_ops = &ipoib_ethtool_ops; in ipoib_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | ethtool.c | 106 static const struct ethtool_ops wil_ethtool_ops = { 116 ndev->ethtool_ops = &wil_ethtool_ops; in wil_set_ethtoolops()
|
/linux-4.1.27/drivers/staging/octeon/ |
D | ethernet-mdio.h | 42 extern const struct ethtool_ops cvm_oct_ethtool_ops;
|
D | ethernet-mdio.c | 90 const struct ethtool_ops cvm_oct_ethtool_ops = {
|
D | ethernet.c | 479 dev->ethtool_ops = &cvm_oct_ethtool_ops; in cvm_oct_common_init()
|
/linux-4.1.27/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 137 static const struct ethtool_ops xgene_ethtool_ops = { 149 ndev->ethtool_ops = &xgene_ethtool_ops; in xgene_enet_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ |
D | loopback.c | 133 static const struct ethtool_ops loopback_ethtool_ops = { 185 dev->ethtool_ops = &loopback_ethtool_ops; in loopback_setup()
|
D | nlmon.c | 116 static const struct ethtool_ops nlmon_ethtool_ops = { 136 dev->ethtool_ops = &nlmon_ethtool_ops; in nlmon_setup()
|
D | dummy.c | 133 static const struct ethtool_ops dummy_ethtool_ops = { 143 dev->ethtool_ops = &dummy_ethtool_ops; in dummy_setup()
|
D | ntb_netdev.c | 313 static const struct ethtool_ops ntb_ethtool_ops = { 350 ndev->ethtool_ops = &ntb_ethtool_ops; in ntb_netdev_probe()
|
D | veth.c | 99 static const struct ethtool_ops veth_ethtool_ops = { 304 dev->ethtool_ops = &veth_ethtool_ops; in veth_setup()
|
D | rionet.c | 448 static const struct ethtool_ops rionet_ethtool_ops = { 497 ndev->ethtool_ops = &rionet_ethtool_ops; in rionet_setup_netdev()
|
D | xen-netfront.c | 66 static const struct ethtool_ops xennet_ethtool_ops; 1278 netdev->ethtool_ops = &xennet_ethtool_ops; in xennet_create_dev() 2053 static const struct ethtool_ops xennet_ethtool_ops =
|
D | tun.c | 732 static const struct ethtool_ops tun_ethtool_ops; 1412 dev->ethtool_ops = &tun_ethtool_ops; in tun_setup() 2300 static const struct ethtool_ops tun_ethtool_ops = {
|
D | macvlan.c | 1019 static const struct ethtool_ops macvlan_ethtool_ops = { 1062 dev->ethtool_ops = &macvlan_ethtool_ops; in macvlan_common_setup()
|
D | virtio_net.c | 1377 static const struct ethtool_ops virtnet_ethtool_ops = { 1753 dev->ethtool_ops = &virtnet_ethtool_ops; in virtnet_probe()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_ethtool.c | 50 const struct ethtool_ops rtl819x_ethtool_ops = {
|
D | rtl_core.h | 994 extern const struct ethtool_ops rtl819x_ethtool_ops;
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
D | alx.h | 114 extern const struct ethtool_ops alx_ethtool_ops;
|
D | ethtool.c | 302 const struct ethtool_ops alx_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
D | altera_tse_ethtool.c | 258 static const struct ethtool_ops tse_ethtool_ops = { 274 netdev->ethtool_ops = &tse_ethtool_ops; in altera_tse_set_ethtool_ops()
|
/linux-4.1.27/net/openvswitch/ |
D | vport-internal_dev.c | 96 static const struct ethtool_ops internal_dev_ethtool_ops = { 140 netdev->ethtool_ops = &internal_dev_ethtool_ops; in do_setup()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_ethtool.c | 266 static const struct ethtool_ops ehea_ethtool_ops = { 281 netdev->ethtool_ops = &ehea_ethtool_ops; in ehea_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 295 static const struct ethtool_ops qcaspi_ethtool_ops = { 310 dev->ethtool_ops = &qcaspi_ethtool_ops; in qcaspi_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 578 static const struct ethtool_ops xgbe_ethtool_ops = { 598 struct ethtool_ops *xgbe_get_ethtool_ops(void) in xgbe_get_ethtool_ops() 600 return (struct ethtool_ops *)&xgbe_ethtool_ops; in xgbe_get_ethtool_ops()
|
D | xgbe.h | 805 struct ethtool_ops *xgbe_get_ethtool_ops(void);
|
D | xgbe-main.c | 463 netdev->ethtool_ops = xgbe_get_ethtool_ops(); in xgbe_probe()
|
/linux-4.1.27/drivers/net/usb/ |
D | asix_devices.c | 118 static const struct ethtool_ops ax88172_ethtool_ops = { 245 dev->net->ethtool_ops = &ax88172_ethtool_ops; in ax88172_bind() 260 static const struct ethtool_ops ax88772_ethtool_ops = { 455 dev->net->ethtool_ops = &ax88772_ethtool_ops; in ax88772_bind() 493 static const struct ethtool_ops ax88178_ethtool_ops = { 811 dev->net->ethtool_ops = &ax88178_ethtool_ops; in ax88178_bind()
|
D | ax88172a.c | 189 static const struct ethtool_ops ax88172a_ethtool_ops = { 253 dev->net->ethtool_ops = &ax88172a_ethtool_ops; in ax88172a_bind()
|
D | sr9700.c | 245 static const struct ethtool_ops sr9700_ethtool_ops = { 330 netdev->ethtool_ops = &sr9700_ethtool_ops; in sr9700_bind()
|
D | mcs7830.c | 459 static const struct ethtool_ops mcs7830_ethtool_ops = { 506 net->ethtool_ops = &mcs7830_ethtool_ops; in mcs7830_bind()
|
D | ipheth.c | 460 static const struct ethtool_ops ops = { 537 netdev->ethtool_ops = &ops; in ipheth_probe()
|
D | dm9601.c | 278 static const struct ethtool_ops dm9601_ethtool_ops = { 363 dev->net->ethtool_ops = &dm9601_ethtool_ops; in dm9601_bind()
|
D | sierra_net.c | 615 static const struct ethtool_ops sierra_net_ethtool_ops = { 726 dev->net->ethtool_ops = &sierra_net_ethtool_ops; in sierra_net_bind()
|
D | sr9800.c | 522 static const struct ethtool_ops sr9800_ethtool_ops = { 775 dev->net->ethtool_ops = &sr9800_ethtool_ops; in sr9800_bind()
|
D | rtl8150.c | 811 static const struct ethtool_ops ops = { 880 netdev->ethtool_ops = &ops; in rtl8150_probe()
|
D | kaweth.c | 773 static const struct ethtool_ops ops = { 1174 netdev->ethtool_ops = &ops; in kaweth_probe()
|
D | catc.c | 710 static const struct ethtool_ops ops = { 796 netdev->ethtool_ops = &ops; in catc_probe()
|
D | pegasus.c | 975 static const struct ethtool_ops ops = { 1162 net->ethtool_ops = &ops; in pegasus_probe()
|
D | ax88179_178a.c | 821 static const struct ethtool_ops ax88179_ethtool_ops = { 1267 dev->net->ethtool_ops = &ax88179_ethtool_ops; in ax88179_bind()
|
D | cdc_ncm.c | 133 static const struct ethtool_ops cdc_ncm_ethtool_ops = { 887 dev->net->ethtool_ops = &cdc_ncm_ethtool_ops; in cdc_ncm_bind_common()
|
D | smsc95xx.c | 739 static const struct ethtool_ops smsc95xx_ethtool_ops = { 1152 dev->net->ethtool_ops = &smsc95xx_ethtool_ops; in smsc95xx_bind()
|
D | usbnet.c | 1018 static const struct ethtool_ops usbnet_ethtool_ops = { 1656 net->ethtool_ops = &usbnet_ethtool_ops; in usbnet_probe()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | decl.h | 32 extern const struct ethtool_ops lbs_ethtool_ops;
|
D | ethtool.c | 108 const struct ethtool_ops lbs_ethtool_ops = {
|
D | mesh.c | 1018 mesh_dev->ethtool_ops = &lbs_ethtool_ops; in lbs_add_mesh()
|
D | main.c | 998 dev->ethtool_ops = &lbs_ethtool_ops; in lbs_add_card()
|
/linux-4.1.27/drivers/net/ethernet/pasemi/ |
D | pasemi_mac_ethtool.c | 148 const struct ethtool_ops pasemi_mac_ethtool_ops = {
|
D | pasemi_mac.c | 83 extern const struct ethtool_ops pasemi_mac_ethtool_ops; 1813 dev->ethtool_ops = &pasemi_mac_ethtool_ops; in pasemi_mac_probe()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c509.c | 202 static const struct ethtool_ops ethtool_ops; variable 537 dev->ethtool_ops = ðtool_ops; in el3_common_init() 1193 static const struct ethtool_ops ethtool_ops = { variable
|
D | 3c589_cs.c | 179 static const struct ethtool_ops netdev_ethtool_ops; 221 dev->ethtool_ops = &netdev_ethtool_ops; in tc589_probe() 491 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | 3c515.c | 381 static const struct ethtool_ops netdev_ethtool_ops; 701 dev->ethtool_ops = &netdev_ethtool_ops; in corkscrew_setup() 1558 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | 3c59x.c | 782 static const struct ethtool_ops vortex_ethtool_ops; 1470 dev->ethtool_ops = &vortex_ethtool_ops; in vortex_probe1() 3012 static const struct ethtool_ops vortex_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 290 static const struct ethtool_ops atl1c_ethtool_ops = { 308 netdev->ethtool_ops = &atl1c_ethtool_ops; in atl1c_set_ethtool_ops()
|
/linux-4.1.27/net/8021q/ |
D | vlan_dev.c | 643 const struct ethtool_ops *ops = vlan->real_dev->ethtool_ops; in vlan_ethtool_get_ts_info() 742 static const struct ethtool_ops vlan_ethtool_ops = { 801 dev->ethtool_ops = &vlan_ethtool_ops; in vlan_setup()
|
/linux-4.1.27/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; 727 dev->ethtool_ops = (chip_tbl[hmp->chip_id].flags & CanHaveMII) ? in hamachi_init_one() 728 ðtool_ops : ðtool_ops_no_mii; in hamachi_init_one() 1846 static const struct ethtool_ops ethtool_ops = { variable 1855 static const struct ethtool_ops ethtool_ops_no_mii = {
|
D | yellowfin.c | 356 static const struct ethtool_ops ethtool_ops; variable 475 dev->ethtool_ops = ðtool_ops; in yellowfin_init_one() 1337 static const struct ethtool_ops ethtool_ops = { variable
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | TODO | 22 - do ethtool correctly using ethtool_ops
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | ne2k-pci.c | 177 static const struct ethtool_ops ne2k_pci_ethtool_ops; 376 dev->ethtool_ops = &ne2k_pci_ethtool_ops; in ne2k_pci_init_one() 663 static const struct ethtool_ops ne2k_pci_ethtool_ops = {
|
D | etherh.c | 638 static const struct ethtool_ops etherh_ethtool_ops = { 691 dev->ethtool_ops = ðerh_ethtool_ops; in etherh_probe()
|
D | ax88796.c | 513 static const struct ethtool_ops ax_ethtool_ops = { 785 dev->ethtool_ops = &ax_ethtool_ops; in ax_init_dev()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap.h | 90 extern const struct ethtool_ops prism2_ethtool_ops;
|
/linux-4.1.27/net/bridge/ |
D | br_device.c | 320 static const struct ethtool_ops br_ethtool_ops = { 373 dev->ethtool_ops = &br_ethtool_ops; in br_dev_setup()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 396 static const struct ethtool_ops uec_ethtool_ops = { 420 netdev->ethtool_ops = &uec_ethtool_ops; in uec_set_ethtool_ops()
|
D | fec_mpc52xx.c | 798 static const struct ethtool_ops mpc52xx_fec_ethtool_ops = { 882 ndev->ethtool_ops = &mpc52xx_fec_ethtool_ops; in mpc52xx_fec_probe()
|
D | gianfar.h | 1310 extern const struct ethtool_ops gfar_ethtool_ops;
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc_drv.c | 792 static const struct ethtool_ops ethtool_ops = { variable 897 net->ethtool_ops = ðtool_ops; in netvsc_probe()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ks8695net.c | 1037 static const struct ethtool_ops ks8695_ethtool_ops = { 1043 static const struct ethtool_ops ks8695_wan_ethtool_ops = { 1507 ndev->ethtool_ops = &ks8695_ethtool_ops; in ks8695_probe() 1511 ndev->ethtool_ops = &ks8695_wan_ethtool_ops; in ks8695_probe() 1515 ndev->ethtool_ops = &ks8695_ethtool_ops; in ks8695_probe()
|
D | ks8851.c | 1253 static const struct ethtool_ops ks8851_ethtool_ops = { 1514 ndev->ethtool_ops = &ks8851_ethtool_ops; in ks8851_probe()
|
D | ks8842.c | 1137 static const struct ethtool_ops ks8842_ethtool_ops = { 1193 netdev->ethtool_ops = &ks8842_ethtool_ops; in ks8842_probe()
|
D | ks8851_mll.c | 1339 static const struct ethtool_ops ks_ethtool_ops = { 1584 netdev->ethtool_ops = &ks_ethtool_ops; in ks8851_probe()
|
/linux-4.1.27/include/linux/ |
D | ethtool.h | 217 struct ethtool_ops { struct
|
D | netdevice.h | 65 const struct ethtool_ops *ops); 1565 const struct ethtool_ops *ethtool_ops; member
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 168 const struct ethtool_ops spider_net_ethtool_ops = {
|
D | spider_net.h | 35 extern const struct ethtool_ops spider_net_ethtool_ops;
|
D | ps3_gelic_net.c | 1389 static const struct ethtool_ops gelic_ether_ethtool_ops = { 1470 netdev->ethtool_ops = &gelic_ether_ethtool_ops; in gelic_ether_setup_netdev_ops()
|
D | tc35815.c | 491 static const struct ethtool_ops tc35815_ethtool_ops; 828 dev->ethtool_ops = &tc35815_ethtool_ops; in tc35815_init_one() 2042 static const struct ethtool_ops tc35815_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 373 static const struct ethtool_ops atl1e_ethtool_ops = { 391 netdev->ethtool_ops = &atl1e_ethtool_ops; in atl1e_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | ethtool.c | 161 const struct ethtool_ops mwifiex_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 490 static const struct ethtool_ops pch_gbe_ethtool_ops = { 511 netdev->ethtool_ops = &pch_gbe_ethtool_ops; in pch_gbe_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_ethtool.c | 500 static const struct ethtool_ops sxgbe_ethtool_ops = { 523 netdev->ethtool_ops = &sxgbe_ethtool_ops; in sxgbe_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | netdev.c | 609 static const struct ethtool_ops i2400m_ethtool_ops = { 634 net_dev->ethtool_ops = &i2400m_ethtool_ops; in i2400m_netdev_setup()
|
D | usb.c | 355 static const struct ethtool_ops i2400mu_ethtool_ops = { 367 net_dev->ethtool_ops = &i2400mu_ethtool_ops; in i2400mu_netdev_setup()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 446 static const struct ethtool_ops igbvf_ethtool_ops = { 475 netdev->ethtool_ops = &igbvf_ethtool_ops; in igbvf_set_ethtool_ops()
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 261 us_ibdev->netdev->ethtool_ops->get_drvinfo(us_ibdev->netdev, &info); in usnic_ib_query_device() 262 us_ibdev->netdev->ethtool_ops->get_settings(us_ibdev->netdev, &cmd); in usnic_ib_query_device() 315 us_ibdev->netdev->ethtool_ops->get_settings(us_ibdev->netdev, &cmd); in usnic_ib_query_port()
|
D | usnic_ib_sysfs.c | 42 us_ibdev->netdev->ethtool_ops->get_drvinfo(us_ibdev->netdev, &info); in usnic_ib_show_fw_ver()
|
/linux-4.1.27/drivers/net/ethernet/dlink/ |
D | dl2k.c | 98 static const struct ethtool_ops ethtool_ops; variable 230 dev->ethtool_ops = ðtool_ops; in rio_probe1() 1243 static const struct ethtool_ops ethtool_ops = { variable
|
D | sundance.c | 451 static const struct ethtool_ops ethtool_ops; variable 580 dev->ethtool_ops = ðtool_ops; in sundance_probe1() 1798 static const struct ethtool_ops ethtool_ops = { variable
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | enic_ethtool.c | 485 static const struct ethtool_ops enic_ethtool_ops = { 506 netdev->ethtool_ops = &enic_ethtool_ops; in enic_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.h | 182 extern const struct ethtool_ops efx_ethtool_ops;
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91c92_cs.c | 287 static const struct ethtool_ops ethtool_ops; variable 321 dev->ethtool_ops = ðtool_ops; in smc91c92_probe() 1981 static const struct ethtool_ops ethtool_ops = { variable
|
D | epic100.c | 303 static const struct ethtool_ops netdev_ethtool_ops; 483 dev->ethtool_ops = &netdev_ethtool_ops; in epic_init_one() 1479 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | smc911x.c | 1689 static const struct ethtool_ops smc911x_ethtool_ops = { 1932 dev->ethtool_ops = &smc911x_ethtool_ops; in smc911x_probe()
|
D | smsc9420.c | 445 static const struct ethtool_ops smsc9420_ethtool_ops = { 1664 dev->ethtool_ops = &smsc9420_ethtool_ops; in smsc9420_probe()
|
D | smc91x.c | 1745 static const struct ethtool_ops smc_ethtool_ops = { 1978 dev->ethtool_ops = &smc_ethtool_ops; in smc_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_ethtool.c | 691 static const struct ethtool_ops i40evf_ethtool_ops = { 721 netdev->ethtool_ops = &i40evf_ethtool_ops; in i40evf_set_ethtool_ops()
|
/linux-4.1.27/net/mac80211/ |
D | ethtool.c | 234 const struct ethtool_ops ieee80211_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/fujitsu/ |
D | fmvj18x_cs.c | 97 static const struct ethtool_ops netdev_ethtool_ops; 259 dev->ethtool_ops = &netdev_ethtool_ops; in fmvj18x_probe() 1051 static const struct ethtool_ops netdev_ethtool_ops = {
|
/linux-4.1.27/drivers/net/dsa/ |
D | bcm_sf2.c | 991 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_get_wol() 1014 p->ethtool_ops->get_wol(p, &pwol); in bcm_sf2_sw_set_wol() 1032 return p->ethtool_ops->set_wol(p, wol); in bcm_sf2_sw_set_wol()
|
/linux-4.1.27/drivers/net/ethernet/adaptec/ |
D | starfire.c | 593 static const struct ethtool_ops ethtool_ops; variable 787 dev->ethtool_ops = ðtool_ops; in starfire_init_one() 1862 static const struct ethtool_ops ethtool_ops = { variable
|
/linux-4.1.27/drivers/net/ethernet/wiznet/ |
D | w5300.c | 523 static const struct ethtool_ops w5300_ethtool_ops = { 622 ndev->ethtool_ops = &w5300_ethtool_ops; in w5300_probe()
|
D | w5100.c | 603 static const struct ethtool_ops w5100_ethtool_ops = { 710 ndev->ethtool_ops = &w5100_ethtool_ops; in w5100_probe()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_ethtool.c | 643 static const struct ethtool_ops vmxnet3_ethtool_ops = { 666 netdev->ethtool_ops = &vmxnet3_ethtool_ops; in vmxnet3_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | interface.c | 367 static const struct ethtool_ops xenvif_ethtool_ops = { 430 dev->ethtool_ops = &xenvif_ethtool_ops; in xenvif_alloc()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | nmclan_cs.c | 417 static const struct ethtool_ops netdev_ethtool_ops; 460 dev->ethtool_ops = &netdev_ethtool_ops; in nmclan_probe() 827 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | au1000_eth.c | 732 static const struct ethtool_ops au1000_ethtool_ops = { 1356 dev->ethtool_ops = &au1000_ethtool_ops; in au1000_probe()
|
D | sunlance.c | 1286 static const struct ethtool_ops sparc_lance_ethtool_ops = { 1453 dev->ethtool_ops = &sparc_lance_ethtool_ops; in sparc_lance_probe_one()
|
D | amd8111e.c | 1481 static const struct ethtool_ops ops = { 1874 dev->ethtool_ops = &ops; in amd8111e_probe_one()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_ether.c | 174 static const struct ethtool_ops ops = { 801 net->ethtool_ops = &ops; in gether_setup_name() 858 net->ethtool_ops = &ops; in gether_setup_name_default()
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | islpci_dev.c | 799 static const struct ethtool_ops islpci_ethtool_ops = { 837 ndev->ethtool_ops = &islpci_ethtool_ops; in islpci_setup()
|
/linux-4.1.27/drivers/net/ethernet/arc/ |
D | emac_main.c | 140 static const struct ethtool_ops arc_emac_ethtool_ops = { 731 ndev->ethtool_ops = &arc_emac_ethtool_ops; in arc_emac_probe()
|
/linux-4.1.27/arch/um/drivers/ |
D | net_kern.c | 282 static const struct ethtool_ops uml_net_ethtool_ops = { 480 dev->ethtool_ops = ¨_net_ethtool_ops; in eth_configure()
|
/linux-4.1.27/net/batman-adv/ |
D | soft-interface.c | 50 static const struct ethtool_ops batadv_ethtool_ops = { 926 dev->ethtool_ops = &batadv_ethtool_ops; in batadv_softif_init_early()
|
/linux-4.1.27/drivers/net/ipvlan/ |
D | ipvlan_main.c | 380 static const struct ethtool_ops ipvlan_ethtool_ops = { 531 dev->ethtool_ops = &ipvlan_ethtool_ops; in ipvlan_link_setup()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 635 static const struct ethtool_ops ixgb_ethtool_ops = { 659 netdev->ethtool_ops = &ixgb_ethtool_ops; in ixgb_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 754 static const struct ethtool_ops stmmac_ethtool_ops = { 780 netdev->ethtool_ops = &stmmac_ethtool_ops; in stmmac_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/ |
D | lantiq_etop.c | 331 static const struct ethtool_ops ltq_etop_ethtool_ops = { 743 dev->ethtool_ops = <q_etop_ethtool_ops; in ltq_etop_probe()
|
D | dnet.c | 794 static const struct ethtool_ops dnet_ethtool_ops = { 856 dev->ethtool_ops = &dnet_ethtool_ops; in dnet_probe()
|
D | fealnx.c | 440 static const struct ethtool_ops netdev_ethtool_ops; 660 dev->ethtool_ops = &netdev_ethtool_ops; in fealnx_init_one() 1867 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | korina.c | 730 static const struct ethtool_ops netdev_ethtool_ops = { 1163 dev->ethtool_ops = &netdev_ethtool_ops; in korina_probe()
|
D | ethoc.c | 978 const struct ethtool_ops ethoc_ethtool_ops = { 1229 netdev->ethtool_ops = ðoc_ethtool_ops; in ethoc_probe()
|
/linux-4.1.27/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 299 static const struct ethtool_ops netdev_ethtool_ops; 496 dev->ethtool_ops = &netdev_ethtool_ops; in xirc2ps_probe() 1417 static const struct ethtool_ops netdev_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | davinci_emac.c | 626 static const struct ethtool_ops ethtool_ops = { variable 2075 ndev->ethtool_ops = ðtool_ops; in davinci_emac_probe()
|
D | cpmac.c | 903 static const struct ethtool_ops cpmac_ethtool_ops = { 1152 dev->ethtool_ops = &cpmac_ethtool_ops; in cpmac_probe()
|
D | cpsw.c | 1903 static const struct ethtool_ops cpsw_ethtool_ops = { 2148 ndev->ethtool_ops = &cpsw_ethtool_ops; in cpsw_probe_dual_emac() 2401 ndev->ethtool_ops = &cpsw_ethtool_ops; in cpsw_probe()
|
D | netcp_ethss.c | 1710 static const struct ethtool_ops keystone_ethtool_ops = { 2991 ndev->ethtool_ops = &keystone_ethtool_ops; in gbe_attach() 3008 gbe_intf->ndev->ethtool_ops = NULL; in gbe_release()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 756 if (!hba->phys_dev->ethtool_ops || in bnx2fc_net_config() 757 !hba->phys_dev->ethtool_ops->get_pauseparam) in bnx2fc_net_config() 2175 if (phys_dev->ethtool_ops && phys_dev->ethtool_ops->get_drvinfo) { in _bnx2fc_create() 2177 phys_dev->ethtool_ops->get_drvinfo(phys_dev, &drvinfo); in _bnx2fc_create()
|
/linux-4.1.27/drivers/net/ethernet/allwinner/ |
D | sun4i-emac.c | 253 static const struct ethtool_ops emac_ethtool_ops = { 885 ndev->ethtool_ops = &emac_ethtool_ops; in emac_probe()
|
/linux-4.1.27/drivers/net/ethernet/cirrus/ |
D | ep93xx_eth.c | 738 static const struct ethtool_ops ep93xx_ethtool_ops = { 766 dev->ethtool_ops = &ep93xx_ethtool_ops; in ep93xx_dev_alloc()
|
/linux-4.1.27/drivers/net/cris/ |
D | eth_v10.c | 222 static const struct ethtool_ops e100_ethtool_ops; 317 dev->ethtool_ops = &e100_ethtool_ops; in etrax_ethernet_init() 1464 static const struct ethtool_ops e100_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 880 static const struct ethtool_ops cxgb_ethtool_ops = { 914 netdev->ethtool_ops = &cxgb_ethtool_ops; in cxgb4_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunqe.c | 709 static const struct ethtool_ops qe_ethtool_ops = { 898 dev->ethtool_ops = &qe_ethtool_ops; in qec_ether_init()
|
D | sunbmac.c | 1055 static const struct ethtool_ops bigmac_ethtool_ops = { 1183 dev->ethtool_ops = &bigmac_ethtool_ops; in bigmac_ether_init()
|
D | sunvnet.c | 1626 static const struct ethtool_ops vnet_ethtool_ops = { 1786 dev->ethtool_ops = &vnet_ethtool_ops; in vnet_new()
|
/linux-4.1.27/drivers/net/ethernet/faraday/ |
D | ftmac100.c | 852 static const struct ethtool_ops ftmac100_ethtool_ops = { 1088 netdev->ethtool_ops = &ftmac100_ethtool_ops; in ftmac100_probe()
|
D | ftgmac100.c | 970 static const struct ethtool_ops ftgmac100_ethtool_ops = { 1213 netdev->ethtool_ops = &ftgmac100_ethtool_ops; in ftgmac100_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ethtool.c | 862 static const struct ethtool_ops ixgbevf_ethtool_ops = { 887 netdev->ethtool_ops = &ixgbevf_ethtool_ops; in ixgbevf_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 649 static const struct ethtool_ops ethtool_ops; variable 930 dev->ethtool_ops = ðtool_ops; in natsemi_probe1() 2675 static const struct ethtool_ops ethtool_ops = { variable
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | winbond-840.c | 345 static const struct ethtool_ops netdev_ethtool_ops; 434 dev->ethtool_ops = &netdev_ethtool_ops; in w840_probe1() 1441 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | uli526x.c | 226 static const struct ethtool_ops netdev_ethtool_ops; 375 dev->ethtool_ops = &netdev_ethtool_ops; in uli526x_init_one() 1008 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | dmfe.c | 320 static const struct ethtool_ops netdev_ethtool_ops; 480 dev->ethtool_ops = &netdev_ethtool_ops; in dmfe_init_one() 1125 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | tulip_core.c | 905 static const struct ethtool_ops ops = { 1706 dev->ethtool_ops = &ops; in tulip_init_one()
|
D | de2104x.c | 1690 static const struct ethtool_ops de_ethtool_ops = { 1988 dev->ethtool_ops = &de_ethtool_ops; in de_init_one()
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 113 static const struct ethtool_ops ioc3_ethtool_ops; 1328 dev->ethtool_ops = &ioc3_ethtool_ops; in ioc3_probe() 1610 static const struct ethtool_ops ioc3_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 755 static struct ethtool_ops hip04_ethtool_ops = { 900 ndev->ethtool_ops = &hip04_ethtool_ops; in hip04_mac_probe()
|
D | hix5hd2_gmac.c | 776 static struct ethtool_ops hix5hd2_ethtools_ops = { 995 ndev->ethtool_ops = &hix5hd2_ethtools_ops; in hix5hd2_dev_probe()
|
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet-main.c | 869 static const struct ethtool_ops fs_ethtool_ops = { 1037 ndev->ethtool_ops = &fs_ethtool_ops; in fs_enet_probe()
|
/linux-4.1.27/net/dsa/ |
D | slave.c | 644 static const struct ethtool_ops dsa_slave_ethtool_ops = { 859 slave_dev->ethtool_ops = &dsa_slave_ethtool_ops; in dsa_slave_create()
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
D | macb.c | 2067 static const struct ethtool_ops macb_ethtool_ops = { 2076 static const struct ethtool_ops gem_ethtool_ops = { 2320 dev->ethtool_ops = &gem_ethtool_ops; in macb_init() 2327 dev->ethtool_ops = &macb_ethtool_ops; in macb_init() 2655 dev->ethtool_ops = &macb_ethtool_ops; in at91ether_init()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 1114 static const struct ethtool_ops bnad_ethtool_ops = { 1139 netdev->ethtool_ops = &bnad_ethtool_ops; in bnad_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/nuvoton/ |
D | w90p910_ether.c | 901 static const struct ethtool_ops w90p910_ether_ethtool_ops = { 947 dev->ethtool_ops = &w90p910_ether_ethtool_ops; in w90p910_ether_setup()
|
/linux-4.1.27/drivers/staging/netlogic/ |
D | xlr_net.c | 191 static struct ethtool_ops xlr_ethtool_ops = { 1079 ndev->ethtool_ops = &xlr_ethtool_ops; in xlr_net_probe()
|
/linux-4.1.27/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 992 static const struct ethtool_ops temac_ethtool_ops = { 1019 ndev->ethtool_ops = &temac_ethtool_ops; in temac_of_probe()
|
D | xilinx_axienet_main.c | 1321 static struct ethtool_ops axienet_ethtool_ops = { 1494 ndev->ethtool_ops = &axienet_ethtool_ops; in axienet_of_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ethtool.c | 1077 static const struct ethtool_ops fm10k_ethtool_ops = { 1107 dev->ethtool_ops = &fm10k_ethtool_ops; in fm10k_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | core.c | 615 static const struct ethtool_ops brcmf_ethtool_ops = { 690 ndev->ethtool_ops = &brcmf_ethtool_ops; in brcmf_net_attach()
|
/linux-4.1.27/drivers/net/ethernet/rdc/ |
D | r6040.c | 974 static const struct ethtool_ops netdev_ethtool_ops = { 1174 dev->ethtool_ops = &netdev_ethtool_ops; in r6040_init_one()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1134 lldev->ethtool_ops->get_drvinfo(lldev, &info); in fw_vers_string_to_u64() 1252 lldev->ethtool_ops->get_drvinfo(lldev, &info); in show_fw_ver() 1265 lldev->ethtool_ops->get_drvinfo(lldev, &info); in show_hca()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1823 const struct ethtool_ops qlcnic_ethtool_ops = { 1854 const struct ethtool_ops qlcnic_sriov_vf_ethtool_ops = { 1876 const struct ethtool_ops qlcnic_ethtool_failed_ops = {
|
D | qlcnic.h | 2284 extern const struct ethtool_ops qlcnic_sriov_vf_ethtool_ops; 2285 extern const struct ethtool_ops qlcnic_ethtool_ops; 2286 extern const struct ethtool_ops qlcnic_ethtool_failed_ops;
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l2_main.c | 911 static const struct ethtool_ops qeth_l2_ethtool_ops = { 920 static const struct ethtool_ops qeth_l2_osn_ops = { 965 card->dev->ethtool_ops = in qeth_l2_setup_netdev()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 1588 static const struct ethtool_ops bcm_enet_ethtool_ops = { 1900 dev->ethtool_ops = &bcm_enet_ethtool_ops; in bcm_enet_probe() 2694 static struct ethtool_ops bcm_enetsw_ethtool_ops = { 2786 dev->ethtool_ops = &bcm_enetsw_ethtool_ops; in bcm_enetsw_probe()
|
D | bgmac.c | 1395 static const struct ethtool_ops bgmac_ethtool_ops = { 1573 net_dev->ethtool_ops = &bgmac_ethtool_ops; in bgmac_probe()
|
D | bcmsysport.c | 1632 static struct ethtool_ops bcm_sysport_ethtool_ops = { 1731 dev->ethtool_ops = &bcm_sysport_ethtool_ops; in bcm_sysport_probe()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 790 static const struct ethtool_ops t1_ethtool_ops = { 1103 netdev->ethtool_ops = &t1_ethtool_ops; in init_one()
|
/linux-4.1.27/drivers/net/ethernet/nxp/ |
D | lpc_eth.c | 1288 static const struct ethtool_ops lpc_eth_ethtool_ops = { 1382 ndev->ethtool_ops = &lpc_eth_ethtool_ops; in lpc_eth_drv_probe()
|
/linux-4.1.27/drivers/net/ethernet/silan/ |
D | sc92031.c | 1370 static const struct ethtool_ops sc92031_ethtool_ops = { 1445 dev->ethtool_ops = &sc92031_ethtool_ops; in sc92031_probe()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 1404 static const struct ethtool_ops pxa168_ethtool_ops = { 1467 dev->ethtool_ops = &pxa168_ethtool_ops; in pxa168_eth_probe()
|
/linux-4.1.27/drivers/net/ethernet/tundra/ |
D | tsi108_eth.c | 1533 static const struct ethtool_ops tsi108_ethtool_ops = { 1606 dev->ethtool_ops = &tsi108_ethtool_ops; in tsi108_init_one()
|
/linux-4.1.27/drivers/net/ethernet/sis/ |
D | sis900.c | 243 static const struct ethtool_ops sis900_ethtool_ops; 500 net_dev->ethtool_ops = &sis900_ethtool_ops; in sis900_probe() 2128 static const struct ethtool_ops sis900_ethtool_ops = {
|
D | sis190.c | 1799 static const struct ethtool_ops sis190_ethtool_ops = { 1880 dev->ethtool_ops = &sis190_ethtool_ops; in sis190_init_one()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_main.c | 454 if (slave_dev->ethtool_ops->get_link) in bond_check_dev_link() 455 return slave_dev->ethtool_ops->get_link(slave_dev) ? in bond_check_dev_link() 1301 slave_dev->ethtool_ops->get_link == NULL && in bond_enslave() 4053 static const struct ethtool_ops bond_ethtool_ops = { 4113 bond_dev->ethtool_ops = &bond_ethtool_ops; in bond_setup()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139too.c | 664 static const struct ethtool_ops rtl8139_ethtool_ops; 1011 dev->ethtool_ops = &rtl8139_ethtool_ops; in rtl8139_init_one() 2488 static const struct ethtool_ops rtl8139_ethtool_ops = {
|
D | 8139cp.c | 1583 static const struct ethtool_ops cp_ethtool_ops = { 1984 dev->ethtool_ops = &cp_ethtool_ops; in cp_init_one()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-rhine.c | 521 static const struct ethtool_ops netdev_ethtool_ops; 974 dev->ethtool_ops = &netdev_ethtool_ops; in rhine_init_one_common() 2319 static const struct ethtool_ops netdev_ethtool_ops = {
|
D | via-velocity.c | 257 static const struct ethtool_ops velocity_ethtool_ops; 2878 netdev->ethtool_ops = &velocity_ethtool_ops; in velocity_probe() 3670 static const struct ethtool_ops velocity_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 853 extern const struct ethtool_ops mlx4_en_ethtool_ops;
|
/linux-4.1.27/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1055 static const struct ethtool_ops ixp4xx_ethtool_ops = { 1439 dev->ethtool_ops = &ixp4xx_ethtool_ops; in eth_init_one()
|
/linux-4.1.27/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 1517 static const struct ethtool_ops enc28j60_ethtool_ops = { 1596 dev->ethtool_ops = &enc28j60_ethtool_ops; in enc28j60_probe()
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-ethtool.c | 1132 static const struct ethtool_ops vxge_ethtool_ops = { 1150 ndev->ethtool_ops = &vxge_ethtool_ops; in vxge_initialize_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1159 static const struct ethtool_ops greth_ethtool_ops = { 1542 dev->ethtool_ops = &greth_ethtool_ops; in greth_of_probe()
|
/linux-4.1.27/drivers/net/ethernet/davicom/ |
D | dm9000.c | 743 static const struct ethtool_ops dm9000_ethtool_ops = { 1658 ndev->ethtool_ops = &dm9000_ethtool_ops; in dm9000_probe()
|
/linux-4.1.27/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 568 static const struct ethtool_ops bfin_mac_ethtool_ops = { 1694 ndev->ethtool_ops = &bfin_mac_ethtool_ops; in bfin_mac_probe()
|
/linux-4.1.27/drivers/firewire/ |
D | net.c | 1361 static const struct ethtool_ops fwnet_ethtool_ops = { 1383 net->ethtool_ops = &fwnet_ethtool_ops; in fwnet_init_dev()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 897 static const struct ethtool_ops netdev_ethtool_ops = { 1419 netdev->ethtool_ops = &netdev_ethtool_ops; in ibmveth_probe()
|
/linux-4.1.27/drivers/net/ethernet/apple/ |
D | bmac.c | 1230 static const struct ethtool_ops bmac_ethtool_ops = { 1304 dev->ethtool_ops = &bmac_ethtool_ops; in bmac_probe()
|
/linux-4.1.27/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 1391 static const struct ethtool_ops octeon_mgmt_ethtool_ops = { 1523 netdev->ethtool_ops = &octeon_mgmt_ethtool_ops; in octeon_mgmt_probe()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 58 static const struct ethtool_ops atl2_ethtool_ops; 1399 netdev->ethtool_ops = &atl2_ethtool_ops; in atl2_probe() 2088 static const struct ethtool_ops atl2_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 715 const struct ethtool_ops qlge_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be.h | 634 extern const struct ethtool_ops be_ethtool_ops;
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 426 lldev->ethtool_ops->get_drvinfo(lldev, &info); in show_hca()
|
/linux-4.1.27/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1697 static const struct ethtool_ops xgmac_ethtool_ops = { 1739 ndev->ethtool_ops = &xgmac_ethtool_ops; in xgmac_probe()
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/ |
D | ft1000_hw.c | 1932 static const struct ethtool_ops ops = { 2054 dev->ethtool_ops = &ops; in init_ft1000_card()
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.h | 1106 static const struct ethtool_ops netdev_ethtool_ops;
|
/linux-4.1.27/drivers/net/ethernet/icplus/ |
D | ipg.c | 2164 static const struct ethtool_ops ipg_ethtool_ops = { 2248 dev->ethtool_ops = &ipg_ethtool_ops; in ipg_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1879 static const struct ethtool_ops e1000_ethtool_ops = { 1910 netdev->ethtool_ops = &e1000_ethtool_ops; in e1000_set_ethtool_ops()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 935 const struct ethtool_ops netxen_nic_ethtool_ops = {
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 3557 static const struct ethtool_ops bnx2x_ethtool_ops = { 3601 static const struct ethtool_ops bnx2x_vf_ethtool_ops = { 3624 netdev->ethtool_ops = (IS_PF(bp)) ? in bnx2x_set_ethtool_ops()
|