Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v1.c675 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v1() local
677 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 …]
H A Dxgbe-mdio.c414 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()
771 if (pdata->phy_if.phy_impl.an_post) in xgbe_an37_state_machine()
772 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an37_state_machine()
862 if (pdata->phy_if.phy_impl.an_post) in xgbe_an73_state_machine()
863 pdata->phy_if.phy_impl.an_post(pdata); in xgbe_an73_state_machine()
1432 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_stop()
1501 pdata->phy_if.phy_impl.stop(pdata); in xgbe_phy_start()
[all …]
H A Dxgbe-phy-v2.c4036 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v2() local
4038 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v2()
4039 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v2()
4041 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v2()
4042 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v2()
4043 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v2()
4049 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v2()
4050 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v2()
4056 phy_impl->an_mode = xgbe_phy_an_mode; in xgbe_init_function_ptrs_phy_v2()
4064 phy_impl->an_pre = xgbe_phy_an_pre; in xgbe_init_function_ptrs_phy_v2()
[all …]
H A Dxgbe.h919 struct xgbe_phy_impl_if phy_impl; member
H A Dif_axgbe_pci.c2475 pdata->phy_if.phy_impl.cur_mode(pdata)); in axgbe_if_media_status()
2476 pdata->phy_if.phy_impl.get_type(pdata, ifmr); in axgbe_if_media_status()