Searched refs:phy_ethtool_sset (Results 1 - 25 of 34) sorted by relevance

12

/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c90 return phy_ethtool_sset(phydev, cmd);
/drivers/staging/octeon/
H A Dethernet-mdio.c71 return phy_ethtool_sset(priv->phydev, cmd);
/drivers/net/phy/
H A Dphy.c228 * phy_ethtool_sset - generic ethtool sset function, handles all the details
239 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) function
283 EXPORT_SYMBOL(phy_ethtool_sset); variable
/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c133 return phy_ethtool_sset(phydev, ecmd);
H A Dfec_mpc52xx.c793 return phy_ethtool_sset(priv->phydev, cmd);
H A Dfec.c1146 return phy_ethtool_sset(phydev, cmd);
H A Dgianfar_ethtool.c196 return phy_ethtool_sset(phydev, cmd);
/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c233 rc = phy_ethtool_sset(phy, cmd);
/drivers/net/ethernet/8390/
H A Dax88796.c496 return phy_ethtool_sset(phy_dev, cmd);
/drivers/net/ethernet/
H A Ddnet.c788 return phy_ethtool_sset(phydev, cmd);
H A Dlantiq_etop.c324 return phy_ethtool_sset(priv->phydev, cmd);
/drivers/net/ethernet/faraday/
H A Dftgmac100.c971 return phy_ethtool_sset(priv->phydev, cmd);
/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c936 return phy_ethtool_sset(fep->phydev, cmd);
/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c989 return phy_ethtool_sset(lp->phy_dev, cmd);
H A Dxilinx_axienet_main.c1107 return phy_ethtool_sset(phydev, ecmd);
/drivers/net/ethernet/adi/
H A Dbfin_mac.c493 return phy_ethtool_sset(lp->phydev, cmd);
/drivers/net/ethernet/amd/
H A Dau1000_eth.c580 return phy_ethtool_sset(aup->phy_dev, cmd);
/drivers/net/ethernet/cadence/
H A Dmacb.c1198 return phy_ethtool_sset(phydev, cmd);
/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c1442 return phy_ethtool_sset(pep->phy, cmd);
/drivers/net/ethernet/nxp/
H A Dlpc_eth.c1294 return phy_ethtool_sset(phydev, cmd);
/drivers/net/ethernet/octeon/
H A Docteon_mgmt.c1047 return phy_ethtool_sset(p->phydev, cmd);
/drivers/net/ethernet/rdc/
H A Dr6040.c968 return phy_ethtool_sset(rp->phydev, cmd);
/drivers/net/ethernet/ti/
H A Dcpmac.c872 return phy_ethtool_sset(priv->phy, cmd);
/drivers/net/ethernet/aeroflex/
H A Dgreth.c1118 return phy_ethtool_sset(phy, cmd);
/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c1374 return phy_ethtool_sset(priv->phydev, cmd);

Completed in 488 milliseconds

12