Searched refs:miic_port (Results 1 – 1 of 1) sorted by relevance
140 struct miic_port { struct147 static struct miic_port *phylink_pcs_to_miic_port(struct phylink_pcs *pcs) in phylink_pcs_to_miic_port() argument149 return container_of(pcs, struct miic_port, pcs); in phylink_pcs_to_miic_port()190 struct miic_port *miic_port = phylink_pcs_to_miic_port(pcs); in miic_config() local191 struct miic *miic = miic_port->miic; in miic_config()193 int port = miic_port->port; in miic_config()225 if (interface != miic_port->interface) { in miic_config()228 miic_port->interface = interface; in miic_config()232 miic_converter_enable(miic, miic_port->port, 1); in miic_config()240 struct miic_port *miic_port = phylink_pcs_to_miic_port(pcs); in miic_link_up() local[all …]