Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
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()
427 if (pdata->phy_if.phy_impl.an_pre) in xgbe_an_restart()
428 pdata->phy_if.phy_impl.an_pre(pdata); in xgbe_an_restart()
446 if (pdata->phy_if.phy_impl.an_post) in xgbe_an_disable()
447 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an_disable()
814 if (pdata->phy_if.phy_impl.an_post) in xgbe_an37_state_machine()
900 if (pdata->phy_if.phy_impl.an_post) in xgbe_an73_state_machine()
1396 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_stop()
1462 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_start()
[all …]
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 …]
A Dxgbe-phy-v2.c3426 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v2() local
3428 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v2()
3429 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v2()
3431 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v2()
3432 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v2()
3433 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v2()
3439 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v2()
3440 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v2()
3445 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v2()
3453 phy_impl->an_pre = xgbe_phy_an_pre; in xgbe_init_function_ptrs_phy_v2()
[all …]
A Dxgbe.h926 struct xgbe_phy_impl_if phy_impl; member

Completed in 20 milliseconds