Searched refs:phy_impl (Results 1 – 5 of 5) sorted by relevance
675 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v1() local677 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v1()678 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v1()680 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v1()681 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v1()682 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v1()688 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v1()689 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v1()690 phy_impl->get_mode = xgbe_phy_get_mode; in xgbe_init_function_ptrs_phy_v1()692 phy_impl->cur_mode = xgbe_phy_cur_mode; in xgbe_init_function_ptrs_phy_v1()[all …]
414 if (pdata->phy_if.phy_impl.an_pre) in xgbe_an_restart()415 pdata->phy_if.phy_impl.an_pre(pdata); in xgbe_an_restart()434 if (pdata->phy_if.phy_impl.an_post) in xgbe_an_disable()435 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an_disable()776 if (pdata->phy_if.phy_impl.an_post) in xgbe_an37_state_machine()777 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an37_state_machine()867 if (pdata->phy_if.phy_impl.an_post) in xgbe_an73_state_machine()868 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an73_state_machine()1436 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_stop()1502 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_start()[all …]
3745 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v2() local3747 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v2()3748 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v2()3750 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v2()3751 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v2()3752 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v2()3758 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v2()3759 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 …]
919 struct xgbe_phy_impl_if phy_impl; member
2413 pdata->phy_if.phy_impl.cur_mode(pdata)); in axgbe_if_media_status()2414 pdata->phy_if.phy_impl.get_type(pdata, ifmr); in axgbe_if_media_status()