Searched refs:miic_port (Results 1 – 1 of 1) sorted by relevance
238 struct miic_port { struct245 static struct miic_port *phylink_pcs_to_miic_port(struct phylink_pcs *pcs) in phylink_pcs_to_miic_port() argument247 return container_of(pcs, struct miic_port, pcs); in phylink_pcs_to_miic_port()315 struct miic_port *miic_port = phylink_pcs_to_miic_port(pcs); in miic_config() local316 struct miic *miic = miic_port->miic; in miic_config()318 int port = miic_port->port; in miic_config()350 if (interface != miic_port->interface) { in miic_config()353 miic_port->interface = interface; in miic_config()357 miic_converter_enable(miic, miic_port->port, 1); in miic_config()365 struct miic_port *miic_port = phylink_pcs_to_miic_port(pcs); in miic_link_up() local[all …]