Lines Matching full:upstream
32 void *upstream; member
418 ops->link_down(bus->upstream); in sfp_register_bus()
420 ret = ops->connect_phy(bus->upstream, bus->phydev); in sfp_register_bus()
443 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus()
519 bus->upstream = NULL; in sfp_upstream_clear()
527 * @upstream: the upstream private data
528 * @ops: the upstream's &struct sfp_upstream_ops
530 * Register the upstream device (eg, PHY) with the SFP bus. MAC drivers
537 struct net_device *ndev, void *upstream, in sfp_register_upstream() argument
546 bus->upstream = upstream; in sfp_register_upstream()
570 * Unregister a previously registered upstream connection for the SFP
592 ret = ops->connect_phy(bus->upstream, phydev); in sfp_add_phy()
606 ops->disconnect_phy(bus->upstream); in sfp_remove_phy()
616 ops->link_up(bus->upstream); in sfp_link_up()
625 ops->link_down(bus->upstream); in sfp_link_down()
637 ret = ops->module_insert(bus->upstream, id); in sfp_module_insert()
648 ops->module_remove(bus->upstream); in sfp_module_remove()