Lines Matching defs:interface
127 const phy_interface_t *interface;
133 .interface = xpcs_usxgmii_interfaces,
138 .interface = xpcs_10gkr_interfaces,
143 .interface = xpcs_xlgmii_interfaces,
566 switch (state->interface) {
636 phy_interface_t interface)
638 if (interface == PHY_INTERFACE_MODE_USXGMII)
664 phy_interface_t interface)
668 for (i = 0; match->interface[i] != PHY_INTERFACE_MODE_MAX; i++) {
669 if (match->interface[i] == interface)
673 if (match->interface[i] == PHY_INTERFACE_MODE_MAX)
682 static int xpcs_probe(struct mdio_xpcs_args *xpcs, phy_interface_t interface)
694 if (xpcs_check_features(xpcs, match, interface))