Lines Matching refs:sfp_bus
219 struct sfp_bus *sfp_bus; member
1452 sfp_remove_phy(sfp->sfp_bus); in sfp_sm_phy_detach()
1478 err = sfp_add_phy(sfp->sfp_bus, phy); in sfp_sm_probe_phy()
1493 sfp_link_up(sfp->sfp_bus); in sfp_sm_link_up()
1499 sfp_link_down(sfp->sfp_bus); in sfp_sm_link_down()
1902 sfp_module_remove(sfp->sfp_bus); in sfp_sm_mod_remove()
2007 err = sfp_module_insert(sfp->sfp_bus, &sfp->id); in sfp_sm_module()
2024 sfp_module_remove(sfp->sfp_bus); in sfp_sm_module()
2063 sfp_module_stop(sfp->sfp_bus); in sfp_sm_main()
2152 if (sfp_module_start(sfp->sfp_bus)) { in sfp_sm_main()
2554 sfp->sfp_bus = sfp_register_socket(sfp->dev, sfp, &sfp_module_ops); in sfp_probe()
2555 if (!sfp->sfp_bus) in sfp_probe()
2565 sfp_unregister_socket(sfp->sfp_bus); in sfp_remove()