Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem.c1182 dev_data->phy_access_api != NULL) { in eth_xlnx_gem_init_phy()
1184 dev_data->phy_access_api->phy_reset_func(dev); in eth_xlnx_gem_init_phy()
1185 dev_data->phy_access_api->phy_configure_func(dev); in eth_xlnx_gem_init_phy()
1220 if (dev_data->phy_access_api != NULL) { in eth_xlnx_gem_poll_phy()
1222 phy_status = dev_data->phy_access_api->phy_poll_status_change_func(dev); in eth_xlnx_gem_poll_phy()
1233 link_status = dev_data->phy_access_api->phy_poll_link_status_func(dev); in eth_xlnx_gem_poll_phy()
1253 dev_data->phy_access_api->phy_poll_link_speed_func(dev); in eth_xlnx_gem_poll_phy()
Deth_xlnx_gem_priv.h485 .phy_access_api = NULL,\
754 struct phy_xlnx_gem_api *phy_access_api; member
Dphy_xlnx_gem.c919 dev_data->phy_access_api = NULL; in phy_xlnx_gem_detect()
969 dev_data->phy_access_api = in phy_xlnx_gem_detect()