Searched refs:phy_interface (Results 26 - 50 of 64) sorted by relevance

123

/linux-master/arch/sh/boards/
H A Dboard-magicpanelr2.c262 .phy_interface = PHY_INTERFACE_MODE_MII,
H A Dboard-sh7757lcr.c147 .phy_interface = PHY_INTERFACE_MODE_RGMII_ID,
180 .phy_interface = PHY_INTERFACE_MODE_RGMII_ID,
/linux-master/drivers/net/ethernet/xilinx/
H A Dll_temac.h349 phy_interface_t phy_interface; member in struct:temac_local
H A Dll_temac_main.c1172 lp->phy_interface);
1602 lp->phy_interface = pdata->phy_interface;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-loongson.c112 plat->phy_interface = phy_mode;
H A Dstmmac_platform.c458 plat->phy_interface = phy_mode;
460 plat->mac_interface = rc < 0 ? plat->phy_interface : rc;
H A Dstmmac_mdio.c506 mode = priv->plat->phy_interface;
/linux-master/include/linux/
H A Dstmmac.h216 * mac_interface phy_interface
219 * as phy_interface if there is no intervening PCS. If there is a
221 * MAC and PCS, and phy_interface describes the interface mode
225 /* phy_interface is the PHY-side interface - the interface used by
228 phy_interface_t phy_interface; member in struct:plat_stmmacenet_data
/linux-master/drivers/net/ethernet/socionext/
H A Dnetsec.c297 phy_interface_t phy_interface; member in struct:netsec_priv
451 if (priv->phy_interface != PHY_INTERFACE_MODE_GMII &&
457 if (phy_interface_mode_is_rgmii(priv->phy_interface))
1641 priv->phy_interface)) {
1649 priv->phy_interface);
1850 err = of_get_phy_mode(pdev->dev.of_node, &priv->phy_interface);
1862 priv->phy_interface != PHY_INTERFACE_MODE_RGMII_ID) {
1864 priv->phy_interface = PHY_INTERFACE_MODE_RGMII_ID;
1898 priv->phy_interface = PHY_INTERFACE_MODE_NA;
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c1147 if (fep->phy_interface == PHY_INTERFACE_MODE_RGMII ||
1148 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_ID ||
1149 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID ||
1150 fep->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID)
1152 else if (fep->phy_interface == PHY_INTERFACE_MODE_RMII)
1180 cfgr = (fep->phy_interface == PHY_INTERFACE_MODE_RMII)
2406 fep->phy_interface);
2431 fep->phy_interface);
4381 fep->phy_interface = pdata->phy;
4383 fep->phy_interface
[all...]
H A Dfec.h631 phy_interface_t phy_interface; member in struct:fec_enet_private
/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1033 pdata->config.phy_interface);
2373 int phy_interface; local
2377 phy_interface = device_get_phy_mode(dev);
2378 if (phy_interface < 0)
2379 phy_interface = PHY_INTERFACE_MODE_NA;
2380 config->phy_interface = phy_interface;
/linux-master/drivers/net/ethernet/renesas/
H A Dsh_eth.h554 phy_interface_t phy_interface; member in struct:sh_eth_private
H A Drswitch.c1267 err = of_get_phy_mode(rdev->np_port, &rdev->etha->phy_interface);
1278 switch (rdev->etha->phy_interface) {
1405 __set_bit(rdev->etha->phy_interface, phydev->host_interfaces);
1409 rdev->etha->phy_interface);
1440 rdev->etha->phy_interface);
H A Dravb_main.c497 if (priv->phy_interface == PHY_INTERFACE_MODE_MII) {
1454 : priv->phy_interface;
1852 if (priv->phy_interface == PHY_INTERFACE_MODE_RGMII_ID ||
1853 priv->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID) {
1858 if (priv->phy_interface == PHY_INTERFACE_MODE_RGMII_ID ||
1859 priv->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) {
2906 error = of_get_phy_mode(np, &priv->phy_interface);
H A Dsh_eth.c418 switch (mdp->phy_interface) {
2006 mdp->phy_interface);
2018 mdp->phy_interface);
3216 pdata->phy_interface = interface;
3300 mdp->phy_interface = pd->phy_interface;
/linux-master/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c53 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c530 if (bp->phy_interface == PHY_INTERFACE_MODE_MII)
670 bp->phy_interface == PHY_INTERFACE_MODE_MII) {
772 if (bp->phy_interface == PHY_INTERFACE_MODE_10GBASER)
873 if (bp->phy_interface == PHY_INTERFACE_MODE_SGMII) {
908 bp->phy_interface, &macb_phylink_ops);
4206 if (phy_interface_mode_is_rgmii(bp->phy_interface))
4208 else if (bp->phy_interface == PHY_INTERFACE_MODE_RMII &&
4223 if (bp->phy_interface == PHY_INTERFACE_MODE_SGMII)
4728 if (bp->phy_interface == PHY_INTERFACE_MODE_SGMII) {
5132 bp->phy_interface
[all...]
/linux-master/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c89 phy_interface_t phy_interface; member in struct:emac_board_info
177 db->phy_interface);
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c531 phy_interface_t phy_interface; member in struct:mvneta_port
3741 pp->phy_interface = interface;
3750 WARN_ON(mvneta_config_interface(pp, pp->phy_interface));
4096 if (pp->phy_interface != interface ||
4109 if (pp->phy_interface != interface)
4193 if (pp->phy_interface != interface)
5493 pp->phy_interface = phy_mode;
5668 err = mvneta_port_power_up(pp, pp->phy_interface);
5829 err = mvneta_port_power_up(pp, pp->phy_interface);
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h741 phy_interface_t phy_interface; member in struct:bcm_sysport_priv
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1300.c240 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.h334 phy_interface_t phy_interface; member in struct:bcmasp_intf
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h615 phy_interface_t phy_interface; member in struct:bcmgenet_priv
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c1498 adapter->phy_interface = PHY_INTERFACE_MODE_SGMII;
1500 adapter->phy_interface = PHY_INTERFACE_MODE_GMII;
1502 adapter->phy_interface = PHY_INTERFACE_MODE_MII;
1504 adapter->phy_interface = PHY_INTERFACE_MODE_RGMII;
1544 adapter->phy_interface);

Completed in 386 milliseconds

123