Home
last modified time | relevance | path

Searched refs:phy_if (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/axgbe/
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()
771 if (pdata->phy_if.phy_impl.an_post) in xgbe_an37_state_machine()
862 if (pdata->phy_if.phy_impl.an_post) 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()
1551 pdata->phy_if.phy_impl.exit(pdata); in xgbe_phy_exit()
1619 phy_if->phy_init = xgbe_phy_init; in xgbe_init_function_ptrs_phy()
1620 phy_if->phy_exit = xgbe_phy_exit; in xgbe_init_function_ptrs_phy()
[all …]
H A Dif_axgbe_pci.c600 xgbe_init_function_ptrs_phy(&pdata->phy_if); in xgbe_init_all_fptrs()
857 pdata->phy_if.phy_status(pdata); in xgbe_service()
1416 struct xgbe_phy_if *phy_if = &pdata->phy_if; in axgbe_if_attach_post() local
1478 phy_if->phy_init(pdata); in axgbe_if_attach_post()
1501 ret = phy_if->phy_reset(pdata); in axgbe_if_attach_post()
1579 struct xgbe_phy_if *phy_if = &pdata->phy_if; in axgbe_if_detach() local
1585 phy_if->phy_stop(pdata); in axgbe_if_detach()
1586 phy_if->phy_exit(pdata); in axgbe_if_detach()
1608 struct xgbe_phy_if *phy_if = &pdata->phy_if; in axgbe_pci_init() local
1619 ret = phy_if->phy_start(pdata); in axgbe_pci_init()
[all …]
H A Dif_axgbe.c205 return (-sc->prv.phy_if.phy_config_aneg(&sc->prv)); in axgbe_media_change()
492 xgbe_init_function_ptrs_phy(&sc->prv.phy_if); in axgbe_attach()
495 sc->prv.vdata->init_function_ptrs_phy_impl(&sc->prv.phy_if); in axgbe_attach()
525 sc->prv.phy_if.phy_init(&sc->prv); in axgbe_attach()
H A Dxgbe-phy-v1.c673 xgbe_init_function_ptrs_phy_v1(struct xgbe_phy_if *phy_if) in xgbe_init_function_ptrs_phy_v1() argument
675 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v1()
H A Dxgbe-sysctl.c842 rc = pdata->phy_if.phy_config_aneg(pdata); in sysctl_pauseparam_handler()
945 if (!pdata->phy_if.phy_valid_speed(pdata, speed)) { in sysctl_link_ksettings_handler()
967 rc = pdata->phy_if.phy_config_aneg(pdata); in sysctl_link_ksettings_handler()
H A Dxgbe.h1096 struct xgbe_phy_if phy_if; member
H A Dxgbe-phy-v2.c4034 xgbe_init_function_ptrs_phy_v2(struct xgbe_phy_if *phy_if) in xgbe_init_function_ptrs_phy_v2() argument
4036 struct xgbe_phy_impl_if *phy_impl = &phy_if->phy_impl; in xgbe_init_function_ptrs_phy_v2()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h2046 enum al_eth_board_ext_phy_if phy_if; /**< phy interface */ member
H A Dal_hal_eth_main.c4453 AL_HAL_ETH_EXT_PHY_IF_SHIFT, params->phy_if); in al_eth_board_params_set()
4581 params->phy_if = AL_REG_FIELD_GET(reg, in al_eth_board_params_get()