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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dforcedeth.c1239 if ( priv->phy_oui == PHY_OUI_REALTEK ) {
1373 if ( priv->phy_oui == PHY_OUI_REALTEK &&
1393 if ( ( priv->phy_oui == PHY_OUI_CICADA ) && ( phyinterface & PHY_RGMII ) ) {
1408 if ( priv->phy_oui == PHY_OUI_CICADA ) {
1416 if ( priv->phy_oui == PHY_OUI_VITESSE ) {
1507 if ( priv->phy_oui == PHY_OUI_REALTEK ) {
1679 priv->phy_oui = id1 | id2;
1682 if ( priv->phy_oui == PHY_OUI_REALTEK2 )
1683 priv->phy_oui = PHY_OUI_REALTEK;
1685 if ( priv->phy_oui
[all...]
H A Dforcedeth.h309 unsigned int phy_oui; member in struct:forcedeth_private

Completed in 56 milliseconds