/linux-4.4.14/include/linux/ |
D | mdio.h | 62 struct ethtool_cmd; 71 struct ethtool_cmd *ecmd, 85 struct ethtool_cmd *ecmd) in mdio45_ethtool_gset()
|
D | ethtool.h | 44 struct ethtool_cmd *cmd); 218 int (*get_settings)(struct net_device *, struct ethtool_cmd *); 219 int (*set_settings)(struct net_device *, struct ethtool_cmd *);
|
D | mii.h | 14 struct ethtool_cmd; 33 extern int mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd *ecmd); 34 extern int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd *ecmd);
|
D | phy.h | 797 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd); 798 int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd);
|
/linux-4.4.14/drivers/net/ethernet/pasemi/ |
D | pasemi_mac_ethtool.c | 68 struct ethtool_cmd *cmd) in pasemi_mac_ethtool_get_settings() 81 struct ethtool_cmd *cmd) in pasemi_mac_ethtool_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 57 static int xgene_get_settings(struct net_device *ndev, struct ethtool_cmd *cmd) in xgene_get_settings() 89 static int xgene_set_settings(struct net_device *ndev, struct ethtool_cmd *cmd) in xgene_set_settings()
|
/linux-4.4.14/drivers/staging/octeon/ |
D | ethernet-mdio.c | 37 static int cvm_oct_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in cvm_oct_get_settings() 47 static int cvm_oct_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in cvm_oct_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | tenxpress.c | 355 tenxpress_get_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd); 446 tenxpress_get_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd) in tenxpress_get_settings() 466 static int tenxpress_set_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd) in tenxpress_set_settings()
|
D | mdio_10g.c | 233 int efx_mdio_set_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd) in efx_mdio_set_settings() 235 struct ethtool_cmd prev = { .cmd = ETHTOOL_GSET }; in efx_mdio_set_settings()
|
D | mdio_10g.h | 86 int efx_mdio_set_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd);
|
D | net_driver.h | 724 struct ethtool_cmd *ecmd); 726 struct ethtool_cmd *ecmd);
|
D | qt202x_phy.c | 440 static void qt202x_phy_get_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd) in qt202x_phy_get_settings()
|
D | txc43128_phy.c | 543 static void txc43128_get_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd) in txc43128_get_settings()
|
D | mcdi_port.c | 506 static void efx_mcdi_phy_get_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd) in efx_mcdi_phy_get_settings() 534 static int efx_mcdi_phy_set_settings(struct efx_nic *efx, struct ethtool_cmd *ecmd) in efx_mcdi_phy_set_settings()
|
D | ethtool.c | 122 struct ethtool_cmd *ecmd) in efx_ethtool_get_settings() 144 struct ethtool_cmd *ecmd) in efx_ethtool_set_settings()
|
/linux-4.4.14/include/linux/usb/ |
D | usbnet.h | 265 struct ethtool_cmd *cmd); 267 struct ethtool_cmd *cmd);
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 128 static int alx_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in alx_get_settings() 171 static int alx_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in alx_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
D | altera_tse_ethtool.c | 236 static int tse_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in tse_get_settings() 247 static int tse_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in tse_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_ethtool.c | 34 static int ehea_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ehea_get_settings() 90 static int ehea_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ehea_set_settings()
|
/linux-4.4.14/include/uapi/linux/ |
D | ethtool.h | 93 struct ethtool_cmd { struct 113 static inline void ethtool_cmd_speed_set(struct ethtool_cmd *ep, in ethtool_cmd_speed_set() argument 121 static inline __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 30 struct ethtool_cmd *ecmd) in atl1c_get_settings() 68 struct ethtool_cmd *ecmd) in atl1c_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 108 uec_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in uec_get_settings() 124 uec_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in uec_set_settings()
|
D | fec_mpc52xx.c | 766 static int mpc52xx_fec_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mpc52xx_fec_get_settings() 776 static int mpc52xx_fec_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mpc52xx_fec_set_settings()
|
D | gianfar_ethtool.c | 188 static int gfar_ssettings(struct net_device *dev, struct ethtool_cmd *cmd) in gfar_ssettings() 201 static int gfar_gsettings(struct net_device *dev, struct ethtool_cmd *cmd) in gfar_gsettings()
|
D | fec_main.c | 2122 struct ethtool_cmd *cmd) in fec_enet_get_settings() 2134 struct ethtool_cmd *cmd) in fec_enet_set_settings()
|
/linux-4.4.14/drivers/net/fjes/ |
D | fjes_ethtool.c | 111 struct ethtool_cmd *ecmd) in fjes_get_settings()
|
/linux-4.4.14/drivers/net/usb/ |
D | ax88172a.c | 164 struct ethtool_cmd *cmd) in ax88172a_get_settings() 173 struct ethtool_cmd *cmd) in ax88172a_set_settings()
|
D | asix_devices.c | 175 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88172_link_reset() 278 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88772_link_reset() 679 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88178_link_reset()
|
D | ch9200.c | 218 struct ethtool_cmd ecmd; in ch9200_link_reset()
|
D | ax88179_178a.c | 623 static int ax88179_get_settings(struct net_device *net, struct ethtool_cmd *cmd) in ax88179_get_settings() 629 static int ax88179_set_settings(struct net_device *net, struct ethtool_cmd *cmd) in ax88179_set_settings() 675 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in ax88179_chk_eee()
|
D | sr9700.c | 513 struct ethtool_cmd ecmd; in sr9700_link_reset()
|
D | dm9601.c | 548 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in dm9601_link_reset()
|
D | pegasus.c | 935 pegasus_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in pegasus_get_settings() 945 pegasus_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in pegasus_set_settings()
|
D | sr9800.c | 534 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in sr9800_link_reset()
|
D | rtl8150.c | 774 static int rtl8150_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in rtl8150_get_settings()
|
D | catc.c | 691 static int catc_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in catc_get_settings()
|
D | usbnet.c | 946 int usbnet_get_settings (struct net_device *net, struct ethtool_cmd *cmd) in usbnet_get_settings() 957 int usbnet_set_settings (struct net_device *net, struct ethtool_cmd *cmd) in usbnet_set_settings()
|
D | lan78xx.c | 836 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in lan78xx_link_reset() 1227 static int lan78xx_get_settings(struct net_device *net, struct ethtool_cmd *cmd) in lan78xx_get_settings() 1259 static int lan78xx_set_settings(struct net_device *net, struct ethtool_cmd *cmd) in lan78xx_set_settings()
|
D | smsc95xx.c | 558 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in smsc95xx_link_reset()
|
D | r8152.c | 3606 int rtl8152_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in rtl8152_get_settings() 3630 static int rtl8152_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in rtl8152_set_settings()
|
D | smsc75xx.c | 635 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in smsc75xx_link_reset()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 51 struct ethtool_cmd *cmd) in spider_net_ethtool_get_settings()
|
D | ps3_gelic_net.c | 1228 struct ethtool_cmd *cmd) in gelic_ether_get_settings() 1272 struct ethtool_cmd *cmd) in gelic_ether_set_settings()
|
D | tc35815.c | 1977 static int tc35815_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in tc35815_get_settings() 1986 static int tc35815_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in tc35815_set_settings()
|
/linux-4.4.14/drivers/net/ |
D | mii.c | 55 int mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd *ecmd) in mii_ethtool_gset() 144 int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd *ecmd) in mii_ethtool_sset()
|
D | mdio.c | 187 struct ethtool_cmd *ecmd, in mdio45_ethtool_gset_npage()
|
D | ntb_netdev.c | 375 static int ntb_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ntb_get_settings()
|
D | veth.c | 50 static int veth_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in veth_get_settings()
|
D | macvlan.c | 944 struct ethtool_cmd *cmd) in macvlan_ethtool_get_settings()
|
D | tun.c | 2300 static int tun_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in tun_get_settings()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 188 static int qede_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in qede_get_settings() 213 static int qede_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in qede_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 30 struct ethtool_cmd *ecmd) in atl1e_get_settings() 69 struct ethtool_cmd *ecmd) in atl1e_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 84 struct ethtool_cmd *ecmd) in pch_gbe_get_settings() 107 struct ethtool_cmd *ecmd) in pch_gbe_set_settings()
|
D | pch_gbe_phy.c | 311 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in pch_gbe_phy_init_setting()
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_ethtool.c | 186 struct ethtool_cmd *cmd) in sxgbe_getsettings() 196 static int sxgbe_setsettings(struct net_device *dev, struct ethtool_cmd *cmd) in sxgbe_setsettings()
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 75 struct ethtool_cmd *ecmd) in igbvf_get_settings() 112 struct ethtool_cmd *ecmd) in igbvf_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 278 static int pxa168_get_settings(struct net_device *dev, struct ethtool_cmd *cmd); 279 static int pxa168_set_settings(struct net_device *dev, struct ethtool_cmd *cmd); 975 struct ethtool_cmd cmd; in pxa168_init_phy() 1376 static int pxa168_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in pxa168_get_settings() 1388 static int pxa168_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in pxa168_set_settings()
|
D | mv643xx_eth.c | 1501 struct ethtool_cmd *cmd) in mv643xx_eth_get_settings_phy() 1520 struct ethtool_cmd *cmd) in mv643xx_eth_get_settings_phyless() 1582 mv643xx_eth_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mv643xx_eth_get_settings() 1593 mv643xx_eth_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mv643xx_eth_set_settings() 2336 struct ethtool_cmd cmd; in port_start()
|
D | mvneta.c | 2932 int mvneta_ethtool_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mvneta_ethtool_get_settings() 2943 int mvneta_ethtool_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mvneta_ethtool_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 276 struct ethtool_cmd *cmd) in xgbe_get_settings() 297 struct ethtool_cmd *cmd) in xgbe_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c509.c | 1044 el3_netdev_get_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) in el3_netdev_get_ecmd() 1089 el3_netdev_set_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) in el3_netdev_set_ecmd() 1150 static int el3_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in el3_get_settings() 1161 static int el3_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in el3_set_settings()
|
D | typhoon.c | 999 typhoon_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in typhoon_get_settings() 1057 typhoon_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in typhoon_set_settings()
|
D | 3c59x.c | 2913 static int vortex_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in vortex_get_settings() 2920 static int vortex_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in vortex_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 489 struct ethtool_cmd *cmd) in get_speed_duplex() 556 struct ethtool_cmd *cmd) in mlx5e_get_settings() 623 struct ethtool_cmd *cmd) in mlx5e_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_hw.h | 631 int qlcnic_83xx_get_settings(struct qlcnic_adapter *, struct ethtool_cmd *); 632 int qlcnic_83xx_set_settings(struct qlcnic_adapter *, struct ethtool_cmd *);
|
D | qlcnic_ethtool.c | 289 struct ethtool_cmd *ecmd) in qlcnic_82xx_get_settings() 431 struct ethtool_cmd *ecmd) in qlcnic_get_settings() 445 struct ethtool_cmd *ecmd) in qlcnic_set_port_config() 478 static int qlcnic_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in qlcnic_set_settings()
|
D | qlcnic_83xx_hw.c | 3257 struct ethtool_cmd *ecmd) in qlcnic_83xx_get_settings() 3352 struct ethtool_cmd *ecmd) in qlcnic_83xx_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_ethtool.c | 107 static int lio_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in lio_get_settings() 947 static int lio_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in lio_set_settings() 1017 struct ethtool_cmd ecmd; in lio_nway_reset() 1019 memset(&ecmd, 0, sizeof(struct ethtool_cmd)); in lio_nway_reset()
|
/linux-4.4.14/include/rdma/ |
D | ib_addr.h | 257 struct ethtool_cmd cmd; in iboe_get_rate()
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 191 qcaspi_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in qcaspi_get_settings()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | jme.h | 450 struct ethtool_cmd old_ecmd; 1274 struct ethtool_cmd *ecmd);
|
D | lantiq_etop.c | 308 ltq_etop_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ltq_etop_get_settings() 316 ltq_etop_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ltq_etop_set_settings()
|
D | dnet.c | 750 static int dnet_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in dnet_get_settings() 761 static int dnet_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in dnet_set_settings()
|
D | korina.c | 698 static int netdev_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_get_settings() 710 static int netdev_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_set_settings()
|
D | ethoc.c | 900 static int ethoc_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ethoc_get_settings() 911 static int ethoc_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ethoc_set_settings()
|
D | fealnx.c | 1821 static int netdev_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_get_settings() 1833 static int netdev_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_set_settings()
|
D | jme.c | 2660 struct ethtool_cmd *ecmd) in jme_get_settings() 2673 struct ethtool_cmd *ecmd) in jme_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/arc/ |
D | emac_main.c | 94 struct ethtool_cmd *cmd) in arc_emac_get_settings() 113 struct ethtool_cmd *cmd) in arc_emac_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | etherh.c | 581 static int etherh_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in etherh_get_settings() 592 static int etherh_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in etherh_set_settings()
|
D | ax88796.c | 477 static int ax_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ax_get_settings() 488 static int ax_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ax_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 255 struct ethtool_cmd *ecmd, in i40e_get_settings_link_up() 394 struct ethtool_cmd *ecmd, in i40e_get_settings_link_down() 475 struct ethtool_cmd *ecmd) in i40e_get_settings() 588 struct ethtool_cmd *ecmd) in i40e_set_settings() 596 struct ethtool_cmd safe_ecmd; in i40e_set_settings() 629 memset(&safe_ecmd, 0, sizeof(struct ethtool_cmd)); in i40e_set_settings() 644 if (memcmp(ecmd, &safe_ecmd, sizeof(struct ethtool_cmd))) in i40e_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 69 struct ethtool_cmd *cmd) in hns_get_mdix_mode() 124 struct ethtool_cmd *cmd) in hns_nic_get_settings() 193 struct ethtool_cmd *cmd) in hns_nic_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 97 ixgb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in ixgb_get_settings() 129 ixgb_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in ixgb_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 245 struct ethtool_cmd *cmd) in stmmac_ethtool_getsettings() 330 struct ethtool_cmd *cmd) in stmmac_ethtool_setsettings()
|
/linux-4.4.14/net/batman-adv/ |
D | soft-interface.c | 63 static int batadv_get_settings(struct net_device *dev, struct ethtool_cmd *cmd); 1033 static int batadv_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in batadv_get_settings()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 272 struct ethtool_cmd cmd; in usnic_ib_query_device() 329 struct ethtool_cmd cmd; in usnic_ib_query_port()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | switchx2.c | 685 struct ethtool_cmd *cmd) in mlxsw_sx_from_ptys_speed_duplex() 729 struct ethtool_cmd *cmd) in mlxsw_sx_port_get_settings() 788 struct ethtool_cmd *cmd) in mlxsw_sx_port_set_settings()
|
D | spectrum.c | 1037 struct ethtool_cmd *cmd) in mlxsw_sp_from_ptys_speed_duplex() 1081 struct ethtool_cmd *cmd) in mlxsw_sp_port_get_settings() 1140 struct ethtool_cmd *cmd) in mlxsw_sp_port_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/cirrus/ |
D | ep93xx_eth.c | 714 static int ep93xx_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ep93xx_get_settings() 720 static int ep93xx_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ep93xx_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/allwinner/ |
D | sun4i-emac.c | 232 static int emac_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in emac_get_settings() 243 static int emac_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in emac_set_settings()
|
/linux-4.4.14/drivers/net/phy/ |
D | phy.c | 318 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_sset() 365 int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_gset()
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 355 int __ethtool_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in __ethtool_get_settings() 362 memset(cmd, 0, sizeof(struct ethtool_cmd)); in __ethtool_get_settings() 371 struct ethtool_cmd cmd; in ethtool_get_settings() 384 struct ethtool_cmd cmd; in ethtool_set_settings()
|
D | net-sysfs.c | 202 struct ethtool_cmd cmd; in speed_show() 221 struct ethtool_cmd cmd; in duplex_show()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc91c92_cs.c | 1845 static int smc_netdev_get_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) in smc_netdev_get_ecmd() 1867 static int smc_netdev_set_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) in smc_netdev_set_ecmd() 1910 static int smc_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in smc_get_settings() 1929 static int smc_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in smc_set_settings()
|
D | epic100.c | 1408 static int netdev_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_get_settings() 1420 static int netdev_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_set_settings()
|
D | smc911x.c | 1450 smc911x_ethtool_getsettings(struct net_device *dev, struct ethtool_cmd *cmd) in smc911x_ethtool_getsettings() 1491 smc911x_ethtool_setsettings(struct net_device *dev, struct ethtool_cmd *cmd) in smc911x_ethtool_setsettings()
|
D | smsc9420.c | 239 struct ethtool_cmd *cmd) in smsc9420_ethtool_get_settings() 252 struct ethtool_cmd *cmd) in smsc9420_ethtool_set_settings()
|
D | smc91x.c | 1537 smc_ethtool_getsettings(struct net_device *dev, struct ethtool_cmd *cmd) in smc_ethtool_getsettings() 1571 smc_ethtool_setsettings(struct net_device *dev, struct ethtool_cmd *cmd) in smc_ethtool_setsettings()
|
D | smsc911x.c | 1922 smsc911x_ethtool_getsettings(struct net_device *dev, struct ethtool_cmd *cmd) in smsc911x_ethtool_getsettings() 1932 smsc911x_ethtool_setsettings(struct net_device *dev, struct ethtool_cmd *cmd) in smsc911x_ethtool_setsettings()
|
/linux-4.4.14/drivers/net/ethernet/faraday/ |
D | ftmac100.c | 828 static int ftmac100_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in ftmac100_get_settings() 834 static int ftmac100_set_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in ftmac100_set_settings()
|
D | ftgmac100.c | 955 struct ethtool_cmd *cmd) in ftgmac100_get_settings() 963 struct ethtool_cmd *cmd) in ftgmac100_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 99 netxen_nic_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in netxen_nic_get_settings() 256 netxen_nic_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in netxen_nic_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 729 struct ethtool_cmd *cmd) in ethtool_get_ptys_settings() 803 struct ethtool_cmd *cmd) in ethtool_get_default_settings() 829 static int mlx4_en_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mlx4_en_get_settings() 875 static int mlx4_en_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in mlx4_en_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | de2104x.c | 1488 static int __de_get_settings(struct de_private *de, struct ethtool_cmd *ecmd) in __de_get_settings() 1524 static int __de_set_settings(struct de_private *de, struct ethtool_cmd *ecmd) in __de_set_settings() 1607 static int de_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in de_get_settings() 1619 static int de_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in de_set_settings()
|
D | winbond-840.c | 1395 static int netdev_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_get_settings() 1407 static int netdev_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_set_settings()
|
D | uli526x.c | 930 ULi_ethtool_gset(struct uli526x_board_info *db, struct ethtool_cmd *ecmd) in ULi_ethtool_gset() 985 static int netdev_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) { in netdev_get_settings()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 643 static int netdev_get_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd); 644 static int netdev_set_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd); 2586 static int get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in get_settings() 2595 static int set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in set_settings() 2830 static int netdev_get_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) in netdev_get_ecmd() 2908 static int netdev_set_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd) in netdev_set_ecmd()
|
D | ns83820.c | 1221 struct ethtool_cmd *cmd) 1284 struct ethtool_cmd *cmd)
|
/linux-4.4.14/net/bridge/ |
D | br_if.c | 39 struct ethtool_cmd ecmd; in port_cost()
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet-main.c | 850 static int fs_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in fs_get_settings() 860 static int fs_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in fs_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/alteon/ |
D | acenic.c | 432 static int ace_get_settings(struct net_device *, struct ethtool_cmd *); 433 static int ace_set_settings(struct net_device *, struct ethtool_cmd *); 2583 static int ace_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in ace_get_settings() 2589 memset(ecmd, 0, sizeof(struct ethtool_cmd)); in ace_get_settings() 2636 static int ace_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in ace_set_settings()
|
/linux-4.4.14/arch/mips/txx9/generic/ |
D | setup_tx4939.c | 323 struct ethtool_cmd cmd; in tx4939_get_eth_speed()
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 972 static int temac_get_settings(struct net_device *ndev, struct ethtool_cmd *cmd) in temac_get_settings() 978 static int temac_set_settings(struct net_device *ndev, struct ethtool_cmd *cmd) in temac_set_settings()
|
D | xilinx_axienet_main.c | 1093 struct ethtool_cmd *ecmd) in axienet_ethtools_get_settings() 1116 struct ethtool_cmd *ecmd) in axienet_ethtools_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 258 bnad_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in bnad_get_settings() 283 bnad_set_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in bnad_set_settings()
|
/linux-4.4.14/drivers/staging/netlogic/ |
D | xlr_net.c | 171 static int xlr_get_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in xlr_get_settings() 181 static int xlr_set_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in xlr_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/nuvoton/ |
D | w90p910_ether.c | 877 static int w90p910_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in w90p910_get_settings() 883 static int w90p910_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in w90p910_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 518 static int bnxt_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in bnxt_get_settings() 641 static int bnxt_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in bnxt_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/ |
D | hix5hd2_gmac.c | 754 struct ethtool_cmd *cmd) in hix5hd2_get_settings() 765 struct ethtool_cmd *cmd) in hix5hd2_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 547 static int get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in get_settings() 612 static int set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in set_settings()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ks8695net.c | 863 ks8695_wan_get_settings(struct net_device *ndev, struct ethtool_cmd *cmd) in ks8695_wan_get_settings() 918 ks8695_wan_set_settings(struct net_device *ndev, struct ethtool_cmd *cmd) in ks8695_wan_set_settings()
|
D | ks8851.c | 1092 static int ks8851_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ks8851_get_settings() 1098 static int ks8851_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ks8851_set_settings()
|
D | ks8851_mll.c | 1315 static int ks_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in ks_get_settings() 1321 static int ks_set_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in ks_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/rdc/ |
D | r6040.c | 960 static int netdev_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_get_settings() 967 static int netdev_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 945 struct ethtool_cmd *cmd) in encx24j600_get_settings() 963 struct ethtool_cmd *cmd) in encx24j600_set_settings()
|
D | enc28j60.c | 1482 enc28j60_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in enc28j60_get_settings() 1499 enc28j60_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in enc28j60_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_ethtool.c | 107 struct ethtool_cmd *ecmd) in enic_get_settings()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_ethtool.c | 75 struct ethtool_cmd *ecmd) in i40evf_get_settings()
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 630 dsa_slave_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in dsa_slave_get_settings() 646 dsa_slave_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in dsa_slave_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 685 static int au1000_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in au1000_get_settings() 695 static int au1000_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in au1000_set_settings()
|
D | pcnet32.c | 680 static int pcnet32_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in pcnet32_get_settings() 695 static int pcnet32_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in pcnet32_set_settings() 2138 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in pcnet32_open() 2813 struct ethtool_cmd ecmd = { in pcnet32_check_media()
|
D | amd8111e.c | 1424 static int amd8111e_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in amd8111e_get_settings() 1433 static int amd8111e_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in amd8111e_set_settings()
|
/linux-4.4.14/Documentation/networking/ |
D | phy.txt | 206 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd); 207 int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd);
|
/linux-4.4.14/drivers/net/ethernet/silan/ |
D | sc92031.c | 1126 struct ethtool_cmd *cmd) in sc92031_ethtool_get_settings() 1184 struct ethtool_cmd *cmd) in sc92031_ethtool_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpmac.c | 845 static int cpmac_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in cpmac_get_settings() 855 static int cpmac_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in cpmac_set_settings()
|
D | davinci_emac.c | 497 struct ethtool_cmd *ecmd) in emac_get_settings() 515 static int emac_set_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in emac_set_settings()
|
D | cpsw.c | 1840 struct ethtool_cmd *ecmd) in cpsw_get_settings() 1851 static int cpsw_set_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in cpsw_set_settings()
|
D | netcp_ethss.c | 1844 struct ethtool_cmd *cmd) in keystone_get_settings() 1869 struct ethtool_cmd *cmd) in keystone_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/tundra/ |
D | tsi108_eth.c | 1499 static int tsi108_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in tsi108_get_settings() 1512 static int tsi108_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in tsi108_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/nxp/ |
D | lpc_eth.c | 1264 struct ethtool_cmd *cmd) in lpc_eth_ethtool_getsettings() 1276 struct ethtool_cmd *cmd) in lpc_eth_ethtool_setsettings()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 571 static int get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in get_settings() 631 static int set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in set_settings()
|
/linux-4.4.14/drivers/net/cris/ |
D | eth_v10.c | 1419 struct ethtool_cmd *cmd) in e100_get_settings() 1435 struct ethtool_cmd *ecmd) in e100_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 1716 struct ethtool_cmd cmd = { .cmd = ETHTOOL_GSET }; in e100_watchdog() 2437 static int e100_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in e100_get_settings() 2443 static int e100_set_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in e100_set_settings() 2625 struct ethtool_cmd cmd; in e100_diag_test()
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core.h | 969 int qeth_core_ethtool_get_settings(struct net_device *, struct ethtool_cmd *);
|
/linux-4.4.14/drivers/net/ethernet/davicom/ |
D | dm9000.c | 574 static int dm9000_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in dm9000_get_settings() 582 static int dm9000_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in dm9000_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/aurora/ |
D | nb8800.c | 1038 static int nb8800_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in nb8800_get_settings() 1048 static int nb8800_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in nb8800_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-ethtool.c | 51 static int vxge_ethtool_sset(struct net_device *dev, struct ethtool_cmd *info) in vxge_ethtool_sset() 72 static int vxge_ethtool_gset(struct net_device *dev, struct ethtool_cmd *info) in vxge_ethtool_gset()
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 1350 struct ethtool_cmd *cmd) in octeon_mgmt_get_settings() 1361 struct ethtool_cmd *cmd) in octeon_mgmt_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 468 bfin_mac_ethtool_getsettings(struct net_device *dev, struct ethtool_cmd *cmd) in bfin_mac_ethtool_getsettings() 479 bfin_mac_ethtool_setsettings(struct net_device *dev, struct ethtool_cmd *cmd) in bfin_mac_ethtool_setsettings()
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1008 static int ixp4xx_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ixp4xx_get_settings() 1014 static int ixp4xx_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ixp4xx_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1562 static int ioc3_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ioc3_get_settings() 1574 static int ioc3_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in ioc3_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1108 static int greth_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in greth_get_settings() 1119 static int greth_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in greth_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 109 struct ethtool_cmd *cmd) in nicvf_get_settings()
|
/linux-4.4.14/net/8021q/ |
D | vlan_dev.c | 624 struct ethtool_cmd *cmd) in vlan_ethtool_get_settings()
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_ethtool.c | 478 vmxnet3_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in vmxnet3_get_settings()
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_main.c | 350 struct ethtool_cmd *cmd) in ipvlan_ethtool_get_settings()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 96 struct ethtool_cmd ecmd; in fcoe_link_speed_update()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 379 struct ethtool_cmd *ecmd) in ql_get_settings()
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis190.c | 1737 static int sis190_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in sis190_get_settings() 1744 static int sis190_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in sis190_set_settings()
|
D | sis900.c | 2040 struct ethtool_cmd *cmd) in sis900_get_settings() 2050 struct ethtool_cmd *cmd) in sis900_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 1815 static int hamachi_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in hamachi_get_settings() 1824 static int hamachi_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in hamachi_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 1373 struct ethtool_cmd *cmd) in bgmac_get_settings() 1381 struct ethtool_cmd *cmd) in bgmac_set_settings()
|
D | bcmsysport.c | 100 struct ethtool_cmd *cmd) in bcm_sysport_set_settings() 111 struct ethtool_cmd *cmd) in bcm_sysport_get_settings()
|
D | b44.c | 1835 static int b44_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in b44_get_settings() 1882 static int b44_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in b44_set_settings()
|
D | bcm63xx_enet.c | 1450 struct ethtool_cmd *cmd) in bcm_enet_get_settings() 1481 struct ethtool_cmd *cmd) in bcm_enet_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 1659 struct ethtool_cmd *ecmd = priv; in rocker_cmd_get_port_settings_ethtool_proc() 1770 struct ethtool_cmd *ecmd = priv; in rocker_cmd_set_port_settings_ethtool_prep() 1867 struct ethtool_cmd *ecmd) in rocker_cmd_get_port_settings_ethtool() 1885 struct ethtool_cmd *ecmd) in rocker_cmd_set_port_settings_ethtool() 4652 struct ethtool_cmd *ecmd) in rocker_port_get_settings() 4660 struct ethtool_cmd *ecmd) in rocker_port_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sungem.c | 1254 static void gem_begin_auto_negotiation(struct gem *gp, struct ethtool_cmd *ep) in gem_begin_auto_negotiation() 2522 static int gem_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in gem_get_settings() 2581 static int gem_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in gem_set_settings()
|
D | sunhme.c | 1299 struct ethtool_cmd *ep) in happy_meal_begin_auto_negotiation() 2437 static int hme_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in hme_get_settings() 2481 static int hme_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in hme_set_settings()
|
D | cassini.c | 694 static void cas_begin_auto_negotiation(struct cas *cp, struct ethtool_cmd *ep) in cas_begin_auto_negotiation() 4534 static int cas_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in cas_get_settings() 4641 static int cas_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in cas_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
D | dl2k.c | 1209 static int rio_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in rio_get_settings() 1247 static int rio_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in rio_set_settings()
|
D | sundance.c | 1665 static int get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in get_settings() 1674 static int set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in set_settings()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 107 struct ethtool_cmd *ecmd) in e1000_get_settings() 189 struct ethtool_cmd *ecmd) in e1000_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ethtool.c | 106 struct ethtool_cmd *ecmd) in ixgbevf_get_settings()
|
/linux-4.4.14/drivers/net/ethernet/adaptec/ |
D | starfire.c | 1820 static int get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in get_settings() 1829 static int set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in set_settings()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 934 static int ravb_get_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in ravb_get_settings() 949 static int ravb_set_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in ravb_set_settings()
|
D | sh_eth.c | 1906 struct ethtool_cmd *ecmd) in sh_eth_get_settings() 1923 struct ethtool_cmd *ecmd) in sh_eth_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 222 struct ethtool_cmd *cmd) in bnx2x_get_vf_settings() 258 static int bnx2x_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in bnx2x_get_settings() 357 static int bnx2x_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in bnx2x_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1420 static int cp_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in cp_get_settings() 1433 static int cp_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in cp_set_settings()
|
D | 8139too.c | 2393 static int rtl8139_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in rtl8139_get_settings() 2402 static int rtl8139_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in rtl8139_set_settings()
|
D | r8169.c | 819 int (*get_settings)(struct net_device *, struct ethtool_cmd *); 2009 static int rtl8169_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in rtl8169_set_settings() 2100 static int rtl8169_gset_tbi(struct net_device *dev, struct ethtool_cmd *cmd) in rtl8169_gset_tbi() 2121 static int rtl8169_gset_xmii(struct net_device *dev, struct ethtool_cmd *cmd) in rtl8169_gset_xmii() 2128 static int rtl8169_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in rtl8169_get_settings()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 1481 static int nes_netdev_get_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) in nes_netdev_get_settings() 1545 static int nes_netdev_set_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) in nes_netdev_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-rhine.c | 2309 static int netdev_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_get_settings() 2321 static int netdev_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_set_settings()
|
D | via-velocity.c | 3301 struct ethtool_cmd *cmd) in velocity_get_settings() 3369 struct ethtool_cmd *cmd) in velocity_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 121 struct ethtool_cmd *ecmd) in e1000_get_settings() 258 struct ethtool_cmd *ecmd) in e1000_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 1743 struct ethtool_cmd *ecmd) in atl2_get_settings() 1779 struct ethtool_cmd *ecmd) in atl2_set_settings()
|
D | atl1.c | 3221 struct ethtool_cmd *ecmd) in atl1_get_settings() 3273 struct ethtool_cmd *ecmd) in atl1_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 607 static int be_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in be_get_settings()
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
D | macb.c | 2071 static int macb_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in macb_get_settings() 2082 static int macb_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in macb_set_settings()
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | slicoss.c | 2570 struct ethtool_cmd edata; in slic_ioctl() 2571 struct ethtool_cmd ecmd; in slic_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 1968 struct ethtool_cmd *cmd) in emac_ethtool_get_settings() 1989 struct ethtool_cmd *cmd) in emac_ethtool_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 137 static int igb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in igb_get_settings() 258 static int igb_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in igb_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 2530 dwceqos_get_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in dwceqos_get_settings() 2542 dwceqos_set_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in dwceqos_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 454 struct ethtool_cmd *cmd) in bcmgenet_get_settings() 468 struct ethtool_cmd *cmd) in bcmgenet_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 2795 struct ethtool_cmd *cmd) in et131x_get_settings() 2803 struct ethtool_cmd *cmd) in et131x_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 155 struct ethtool_cmd *ecmd) in ixgbe_get_settings() 315 struct ethtool_cmd *ecmd) in ixgbe_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 1801 static int get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in get_settings() 1860 static int set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in set_settings()
|
/linux-4.4.14/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1548 struct ethtool_cmd *cmd) in xgmac_ethtool_getsettings()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 729 static int netdev_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in netdev_get_settings()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 379 struct ethtool_cmd ecmd; in bond_update_speed_duplex() 4031 struct ethtool_cmd *ecmd) in bond_ethtool_get_settings()
|
/linux-4.4.14/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 2143 static int bdx_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in bdx_get_settings()
|