Home
last modified time | relevance | path

Searched refs:phy_impl (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
A Dxgbe-mdio.c23 if (!pdata->phy_if.phy_impl.module_eeprom) in xgbe_phy_module_eeprom()
32 if (!pdata->phy_if.phy_impl.module_info) in xgbe_phy_module_info()
334 if (pdata->phy_if.phy_impl.an_pre) in xgbe_an_restart()
335 pdata->phy_if.phy_impl.an_pre(pdata); in xgbe_an_restart()
353 if (pdata->phy_if.phy_impl.an_post) in xgbe_an_disable()
354 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an_disable()
724 if (pdata->phy_if.phy_impl.an_post) in xgbe_an37_state_machine()
810 if (pdata->phy_if.phy_impl.an_post) in xgbe_an73_state_machine()
1364 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_stop()
1432 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_start()
[all …]
A Dxgbe-phy-v1.c715 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v1() local
717 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v1()
718 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v1()
720 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v1()
721 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v1()
722 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v1()
728 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v1()
729 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v1()
730 phy_impl->get_mode = xgbe_phy_get_mode; in xgbe_init_function_ptrs_phy_v1()
732 phy_impl->cur_mode = xgbe_phy_cur_mode; in xgbe_init_function_ptrs_phy_v1()
[all …]
A Dxgbe-phy-v2.c3643 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v2() local
3645 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v2()
3646 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v2()
3648 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v2()
3649 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v2()
3650 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v2()
3656 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v2()
3657 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v2()
3662 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v2()
3670 phy_impl->an_pre = xgbe_phy_an_pre; in xgbe_init_function_ptrs_phy_v2()
[all …]
A Dxgbe.h871 struct xgbe_phy_impl_if phy_impl; member

Completed in 31 milliseconds