Home
last modified time | relevance | path

Searched refs:an_post (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-mdio.c434 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()
H A Dxgbe.h887 void (*an_post)(struct xgbe_prv_data *); member
H A Dxgbe-phy-v2.c4065 phy_impl->an_post = xgbe_phy_an_post; in xgbe_init_function_ptrs_phy_v2()