Lines Matching refs:upstream
25 void *upstream; member
343 ops->link_down(bus->upstream); in sfp_register_bus()
345 ret = ops->connect_phy(bus->upstream, bus->phydev); in sfp_register_bus()
366 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus()
442 bus->upstream = NULL; in sfp_upstream_clear()
460 struct net_device *ndev, void *upstream, in sfp_register_upstream() argument
469 bus->upstream = upstream; in sfp_register_upstream()
515 ret = ops->connect_phy(bus->upstream, phydev); in sfp_add_phy()
529 ops->disconnect_phy(bus->upstream); in sfp_remove_phy()
539 ops->link_up(bus->upstream); in sfp_link_up()
548 ops->link_down(bus->upstream); in sfp_link_down()
558 ret = ops->module_insert(bus->upstream, id); in sfp_module_insert()
569 ops->module_remove(bus->upstream); in sfp_module_remove()