Searched refs:phy_impl (Results 1 – 2 of 2) sorted by relevance
3730 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v2() local3732 phy_impl->init = xgbe_phy_init; in xgbe_init_function_ptrs_phy_v2()3733 phy_impl->exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy_v2()3735 phy_impl->reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy_v2()3736 phy_impl->start = xgbe_phy_start; in xgbe_init_function_ptrs_phy_v2()3737 phy_impl->stop = xgbe_phy_stop; in xgbe_init_function_ptrs_phy_v2()3739 phy_impl->link_status = xgbe_phy_link_status; in xgbe_init_function_ptrs_phy_v2()3741 phy_impl->valid_speed = xgbe_phy_valid_speed; in xgbe_init_function_ptrs_phy_v2()3743 phy_impl->use_mode = xgbe_phy_use_mode; in xgbe_init_function_ptrs_phy_v2()3744 phy_impl->set_mode = xgbe_phy_set_mode; in xgbe_init_function_ptrs_phy_v2()[all …]
900 struct xgbe_phy_impl_if phy_impl; member