Lines Matching refs:sfp_bus
226 struct sfp_bus *sfp_bus; member
1511 sfp_remove_phy(sfp->sfp_bus); in sfp_sm_phy_detach()
1537 err = sfp_add_phy(sfp->sfp_bus, phy); in sfp_sm_probe_phy()
1552 sfp_link_up(sfp->sfp_bus); in sfp_sm_link_up()
1558 sfp_link_down(sfp->sfp_bus); in sfp_sm_link_down()
1963 sfp_module_remove(sfp->sfp_bus); in sfp_sm_mod_remove()
2068 err = sfp_module_insert(sfp->sfp_bus, &sfp->id); in sfp_sm_module()
2085 sfp_module_remove(sfp->sfp_bus); in sfp_sm_module()
2124 sfp_module_stop(sfp->sfp_bus); in sfp_sm_main()
2213 if (sfp_module_start(sfp->sfp_bus)) { in sfp_sm_main()
2644 sfp->sfp_bus = sfp_register_socket(sfp->dev, sfp, &sfp_module_ops); in sfp_probe()
2645 if (!sfp->sfp_bus) in sfp_probe()
2658 sfp_unregister_socket(sfp->sfp_bus); in sfp_remove()