Searched refs:phy_connection_type (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c3681 static phy_interface_t to_phy_interface(const char *phy_connection_type) argument
3683 if (strcasecmp(phy_connection_type, "mii") == 0)
3685 if (strcasecmp(phy_connection_type, "gmii") == 0)
3687 if (strcasecmp(phy_connection_type, "tbi") == 0)
3689 if (strcasecmp(phy_connection_type, "rmii") == 0)
3691 if (strcasecmp(phy_connection_type, "rgmii") == 0)
3693 if (strcasecmp(phy_connection_type, "rgmii-id") == 0)
3695 if (strcasecmp(phy_connection_type, "rgmii-txid") == 0)
3697 if (strcasecmp(phy_connection_type, "rgmii-rxid") == 0)
3699 if (strcasecmp(phy_connection_type, "rtb
[all...]

Completed in 41 milliseconds