Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-mdio.c132 if (!pdata->phy_if.phy_impl.module_eeprom) in xgbe_phy_module_eeprom()
141 if (!pdata->phy_if.phy_impl.module_info) in xgbe_phy_module_info()
439 if (pdata->phy_if.phy_impl.an_pre) in xgbe_an_restart()
440 pdata->phy_if.phy_impl.an_pre(pdata); in xgbe_an_restart()
458 if (pdata->phy_if.phy_impl.an_post) in xgbe_an_disable()
459 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an_disable()
829 if (pdata->phy_if.phy_impl.an_post) in xgbe_an37_state_machine()
915 if (pdata->phy_if.phy_impl.an_post) in xgbe_an73_state_machine()
1460 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_stop()
1528 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_start()
[all …]
H A Dxgbe-phy-v1.c824 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v1() local
826 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v1()
827 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v1()
829 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v1()
830 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v1()
831 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v1()
837 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v1()
838 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v1()
839 phy_impl->get_mode = xgbe_phy_get_mode; in xgbe_init_function_ptrs_phy_v1()
841 phy_impl->cur_mode = xgbe_phy_cur_mode; in xgbe_init_function_ptrs_phy_v1()
[all …]
H A Dxgbe-phy-v2.c3746 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v2() local
3748 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v2()
3749 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v2()
3751 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v2()
3752 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v2()
3753 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v2()
3759 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v2()
3760 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v2()
3765 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v2()
3773 phy_impl->an_pre = xgbe_phy_an_pre; in xgbe_init_function_ptrs_phy_v2()
[all …]
H A Dxgbe.h963 struct xgbe_phy_impl_if phy_impl; member