Searched refs:ethtool_cmd (Results 1 - 25 of 86) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmii.h150 struct ethtool_cmd;
169 extern int mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd *ecmd);
170 extern int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd *ecmd);
H A Dethtool.h17 struct ethtool_cmd { struct
203 /* If the link is being auto-negotiated (via ethtool_cmd.autoneg
316 * @get_settings is passed an &ethtool_cmd to fill in. It returns
320 * @set_settings is passed an &ethtool_cmd and should attempt to set
336 int (*get_settings)(struct net_device *, struct ethtool_cmd *);
337 int (*set_settings)(struct net_device *, struct ethtool_cmd *);
H A Dphy.h394 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd);
395 int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dusbnet.h174 extern int usbnet_get_settings (struct net_device *net, struct ethtool_cmd *cmd);
175 extern int usbnet_set_settings (struct net_device *net, struct ethtool_cmd *cmd);
H A Dasix.c785 struct ethtool_cmd ecmd;
881 struct ethtool_cmd ecmd;
1108 struct ethtool_cmd ecmd;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_ethtool.c32 static int ehea_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
70 static int ehea_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dspider_net_ethtool.c53 struct ethtool_cmd *cmd)
H A Dmv643xx_eth.c459 struct ethtool_cmd *ecmd)
538 struct ethtool_cmd cmd;
741 static int mv643xx_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
753 static int mv643xx_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
1272 struct ethtool_cmd *cmd)
1319 struct ethtool_cmd cmd;
1787 struct ethtool_cmd ethtool_cmd; local
1836 mv643xx_get_settings(dev, &ethtool_cmd);
1838 mv643xx_set_settings(dev, &ethtool_cmd);
[all...]
H A Dgianfar_ethtool.c182 static int gfar_ssettings(struct net_device *dev, struct ethtool_cmd *cmd)
194 /* Return the current settings in the ethtool_cmd structure */
195 static int gfar_gsettings(struct net_device *dev, struct ethtool_cmd *cmd)
H A Dmii.c39 * @ecmd: requested ethtool_cmd
43 int mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd *ecmd)
127 * @ecmd: requested ethtool_cmd
131 int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd *ecmd)
H A D3c509.c1111 el3_netdev_get_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd)
1156 el3_netdev_set_ecmd(struct net_device *dev, struct ethtool_cmd *ecmd)
1217 static int el3_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd)
1228 static int el3_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd)
H A Dr8169.c456 void (*get_settings)(struct net_device *, struct ethtool_cmd *);
821 static int rtl8169_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
921 static void rtl8169_gset_tbi(struct net_device *dev, struct ethtool_cmd *cmd)
940 static void rtl8169_gset_xmii(struct net_device *dev, struct ethtool_cmd *cmd)
986 static int rtl8169_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
H A Dtc35815.c595 struct ethtool_cmd *ep);
2048 static int tc35815_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
2057 static int tc35815_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
2569 struct ethtool_cmd *ep)
2727 struct ethtool_cmd ecmd, *ep;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_ethtool.c125 netxen_nic_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd)
205 netxen_nic_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Dphy.c277 * @cmd: ethtool_cmd
286 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd)
330 int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskethtool.c87 static int getSettings(struct net_device *dev, struct ethtool_cmd *ecmd)
187 static int setSettings(struct net_device *dev, struct ethtool_cmd *ecmd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Detherh.c593 static int etherh_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
603 static int etherh_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
H A Dat91_ether.c602 static int at91ether_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
623 static int at91ether_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
H A Dep93xx_eth.c747 static int ep93xx_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
753 static int ep93xx_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_ethtool.c97 struct ethtool_cmd *ecmd)
150 struct ethtool_cmd *ecmd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_if.c42 struct ethtool_cmd ecmd = { ETHTOOL_GSET };
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_main.c992 static int fec_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
1005 static int fec_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c879 static int fs_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
885 static int fs_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_ethtool.c101 ixgb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd)
133 ixgb_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dethtool.c115 struct ethtool_cmd cmd = { ETHTOOL_GSET };
132 struct ethtool_cmd cmd;

Completed in 584 milliseconds

1234