/Linux-v4.19/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 190 (priv->phy_interface != PHY_INTERFACE_MODE_MOCA); in bcmgenet_mii_config() 192 switch (priv->phy_interface) { in bcmgenet_mii_config() 209 } else if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in bcmgenet_mii_config() 255 dev_err(kdev, "unknown phy mode: %d\n", priv->phy_interface); in bcmgenet_mii_config() 293 phy_flags, priv->phy_interface); in bcmgenet_mii_probe() 303 priv->phy_interface); in bcmgenet_mii_probe() 361 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pdata_init() 471 priv->phy_interface = phy_mode; in bcmgenet_mii_of_init() 477 if (priv->phy_interface == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_mii_of_init() 503 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pd_init() [all …]
|
/Linux-v4.19/drivers/staging/netlogic/ |
D | platform_net.c | 98 .phy_interface = PHY_INTERFACE_MODE_SGMII, in gmac_controller2_init() 166 ndata0.phy_interface = PHY_INTERFACE_MODE_RGMII; in xls_gmac_init() 180 ndata0.phy_interface = PHY_INTERFACE_MODE_SGMII; in xls_gmac_init() 203 .phy_interface = PHY_INTERFACE_MODE_RGMII, in xlr_gmac_init()
|
D | platform_net.h | 43 int phy_interface; member
|
D | xlr_net.c | 314 if (priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII || in xlr_hw_set_mac_addr() 315 priv->nd->phy_interface == PHY_INTERFACE_MODE_SGMII) in xlr_hw_set_mac_addr() 826 xlr_gmac_link_adjust, priv->nd->phy_interface); in xlr_mii_probe() 892 priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII) in xlr_port_enable()
|
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 1021 switch (port->phy_interface) { in mvpp22_gop_init() 1069 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_unmask_irq() 1070 port->phy_interface == PHY_INTERFACE_MODE_SGMII || in mvpp22_gop_unmask_irq() 1071 port->phy_interface == PHY_INTERFACE_MODE_1000BASEX || in mvpp22_gop_unmask_irq() 1072 port->phy_interface == PHY_INTERFACE_MODE_2500BASEX) { in mvpp22_gop_unmask_irq() 1082 if (port->phy_interface == PHY_INTERFACE_MODE_10GKR) in mvpp22_gop_unmask_irq() 1101 if (phy_interface_mode_is_rgmii(port->phy_interface) || in mvpp22_gop_mask_irq() 1102 port->phy_interface == PHY_INTERFACE_MODE_SGMII || in mvpp22_gop_mask_irq() 1103 port->phy_interface == PHY_INTERFACE_MODE_1000BASEX || in mvpp22_gop_mask_irq() 1104 port->phy_interface == PHY_INTERFACE_MODE_2500BASEX) { in mvpp22_gop_mask_irq() [all …]
|
/Linux-v4.19/include/linux/platform_data/ |
D | bcmgenet.h | 11 phy_interface_t phy_interface; member
|
/Linux-v4.19/include/linux/ |
D | sh_eth.h | 11 phy_interface_t phy_interface; member
|
D | smsc911x.h | 34 phy_interface_t phy_interface; member
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | ucc_geth.c | 1343 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_RMII) || in adjust_enet_interface() 1344 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII) || in adjust_enet_interface() 1345 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_ID) || in adjust_enet_interface() 1346 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID) || in adjust_enet_interface() 1347 (ugeth->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID) || in adjust_enet_interface() 1348 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_enet_interface() 1349 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RMII) in adjust_enet_interface() 1356 if (ugeth->phy_interface != PHY_INTERFACE_MODE_RTBI) in adjust_enet_interface() 1360 if ((ugeth->phy_interface == PHY_INTERFACE_MODE_TBI) || in adjust_enet_interface() 1361 (ugeth->phy_interface == PHY_INTERFACE_MODE_RTBI)) { in adjust_enet_interface() [all …]
|
/Linux-v4.19/arch/sh/boards/mach-rsk/ |
D | devices-rsk7264.c | 20 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | devices-rsk7269.c | 22 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | devices-rsk7203.c | 24 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/Linux-v4.19/arch/sh/boards/ |
D | board-espt.c | 82 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | board-apsh4ad0a.c | 48 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | board-polaris.c | 53 .phy_interface = PHY_INTERFACE_MODE_MII,
|
D | board-apsh4a3a.c | 96 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-mdio | 11 What: /sys/bus/mdio_bus/devices/.../phy_interface
|
D | sysfs-class-net-phydev | 25 What: /sys/class/mdio_bus/<bus>/<device>/phy_interface
|
/Linux-v4.19/arch/sh/boards/mach-se/770x/ |
D | setup.c | 121 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/Linux-v4.19/arch/sh/boards/mach-sh7763rdp/ |
D | setup.c | 90 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/Linux-v4.19/drivers/net/ethernet/socionext/ |
D | netsec.c | 266 phy_interface_t phy_interface; member 419 if (priv->phy_interface != PHY_INTERFACE_MODE_GMII && in netsec_mac_update_to_phy_state() 425 if (phy_interface_mode_is_rgmii(priv->phy_interface)) in netsec_mac_update_to_phy_state() 1293 priv->phy_interface)) { in netsec_netdev_open() 1301 priv->phy_interface); in netsec_netdev_open() 1580 priv->phy_interface = device_get_phy_mode(&pdev->dev); in netsec_probe() 1581 if (priv->phy_interface < 0) { in netsec_probe()
|
/Linux-v4.19/arch/sh/boards/mach-sdk7786/ |
D | setup.c | 68 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | csb726.c | 235 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2/ |
D | setup-sh7619.c | 125 .phy_interface = PHY_INTERFACE_MODE_MII,
|
/Linux-v4.19/arch/arm/mach-imx/ |
D | mach-kzm_arm11_01.c | 146 .phy_interface = PHY_INTERFACE_MODE_MII,
|