phy_connection_type 929 drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c const char *phy_connection_type; phy_connection_type 965 drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c phy_connection_type = of_get_property(ofdev->dev.of_node, phy_connection_type 967 drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c if (phy_connection_type && !strcmp("rmii", phy_connection_type)) phy_connection_type 3635 drivers/net/ethernet/freescale/ucc_geth.c static phy_interface_t to_phy_interface(const char *phy_connection_type) phy_connection_type 3637 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "mii") == 0) phy_connection_type 3639 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "gmii") == 0) phy_connection_type 3641 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "tbi") == 0) phy_connection_type 3643 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "rmii") == 0) phy_connection_type 3645 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "rgmii") == 0) phy_connection_type 3647 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "rgmii-id") == 0) phy_connection_type 3649 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "rgmii-txid") == 0) phy_connection_type 3651 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "rgmii-rxid") == 0) phy_connection_type 3653 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "rtbi") == 0) phy_connection_type 3655 drivers/net/ethernet/freescale/ucc_geth.c if (strcasecmp(phy_connection_type, "sgmii") == 0)