Lines Matching defs:interface
566 phy_interface_t interface, int speed,
599 phy_interface_t interface,
624 phy_interface_t interface,
658 if (state->interface == PHY_INTERFACE_MODE_RMII)
664 if (state->interface == PHY_INTERFACE_MODE_SGMII) {
666 } else if (state->interface == PHY_INTERFACE_MODE_10GBASER) {
686 if (macb_is_gem(bp) && state->interface == PHY_INTERFACE_MODE_SGMII) {
702 phy_interface_t interface)
724 unsigned int mode, phy_interface_t interface,
792 phy_interface_t interface)
797 if (interface == PHY_INTERFACE_MODE_10GBASER)
799 else if (interface == PHY_INTERFACE_MODE_SGMII)
4338 /* Open the ethernet interface */
4374 /* Close the interface */
4955 phy_interface_t interface;
5105 err = of_get_phy_mode(np, &interface);
5110 bp->phy_interface = interface;