Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe-phy-v1.c677 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v1() local
679 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v1()
680 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v1()
682 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v1()
683 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v1()
684 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v1()
690 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v1()
691 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v1()
692 phy_impl->get_mode = xgbe_phy_get_mode; in xgbe_init_function_ptrs_phy_v1()
694 phy_impl->cur_mode = xgbe_phy_cur_mode; in xgbe_init_function_ptrs_phy_v1()
[all …]
H A Dxgbe-mdio.c416 if (pdata->phy_if.phy_impl.an_pre) in xgbe_an_restart()
417 pdata->phy_if.phy_impl.an_pre(pdata); in xgbe_an_restart()
436 if (pdata->phy_if.phy_impl.an_post) in xgbe_an_disable()
437 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an_disable()
778 if (pdata->phy_if.phy_impl.an_post) in xgbe_an37_state_machine()
779 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an37_state_machine()
869 if (pdata->phy_if.phy_impl.an_post) in xgbe_an73_state_machine()
870 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an73_state_machine()
1438 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_stop()
1504 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_start()
[all …]
H A Dxgbe-phy-v2.c3749 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v2() local
3751 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v2()
3752 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v2()
3754 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v2()
3755 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v2()
3756 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v2()
3762 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v2()
3763 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v2()
3769 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v2()
3777 phy_impl->an_pre = xgbe_phy_an_pre; in xgbe_init_function_ptrs_phy_v2()
[all …]
H A Dxgbe.h921 struct xgbe_phy_impl_if phy_impl; member
H A Dif_axgbe_pci.c2407 pdata->phy_if.phy_impl.cur_mode(pdata)); in axgbe_if_media_status()
2408 pdata->phy_if.phy_impl.get_type(pdata, ifmr); in axgbe_if_media_status()