Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c205 return (-sc->prv.phy_if.phy_config_aneg(&sc->prv)); in axgbe_media_change()
H A Dxgbe-sysctl.c842 rc = pdata->phy_if.phy_config_aneg(pdata); in sysctl_pauseparam_handler()
967 rc = pdata->phy_if.phy_config_aneg(pdata); in sysctl_link_ksettings_handler()
H A Dxgbe.h910 int (*phy_config_aneg)(struct xgbe_prv_data *); member
H A Dxgbe-mdio.c1627 phy_if->phy_config_aneg = xgbe_phy_config_aneg; in xgbe_init_function_ptrs_phy()
H A Dif_axgbe_pci.c2371 return (-sc->pdata.phy_if.phy_config_aneg(&sc->pdata)); in axgbe_if_media_change()