Searched refs:miic_port (Results 1 – 1 of 1) sorted by relevance
259 struct miic_port { struct266 static struct miic_port *phylink_pcs_to_miic_port(struct phylink_pcs *pcs) in phylink_pcs_to_miic_port() argument268 return container_of(pcs, struct miic_port, pcs); in phylink_pcs_to_miic_port()336 struct miic_port *miic_port = phylink_pcs_to_miic_port(pcs); in miic_config() local337 struct miic *miic = miic_port->miic; in miic_config()339 int port = miic_port->port; in miic_config()371 if (interface != miic_port->interface) { in miic_config()374 miic_port->interface = interface; in miic_config()378 miic_converter_enable(miic, miic_port->port, 1); in miic_config()386 struct miic_port *miic_port = phylink_pcs_to_miic_port(pcs); in miic_link_up() local[all …]