Home | History | Annotate | Download | only in net

Lines Matching defs:interface

187 	/* clear all bits relative with interface mode */
362 /* Stop the interface */
473 * interface
527 * and brings the interface up. Returns the link status, meaning
616 phy_interface_t interface;
621 interface = priv->interface;
627 if (interface == PHY_INTERFACE_MODE_RGMII_ID ||
628 interface == PHY_INTERFACE_MODE_RGMII_TXID ||
629 interface == PHY_INTERFACE_MODE_RGMII_RXID)
630 return interface;
661 priv->interface = tsec_get_interface(priv);
663 if (priv->interface == PHY_INTERFACE_MODE_SGMII)
667 priv->interface);
714 priv->interface = tsec_info->interface;
820 debug("Invalid PHY interface '%s'\n", phy_mode);
823 priv->interface = pdata->phy_interface;
827 if (priv->interface == PHY_INTERFACE_MODE_SGMII)