Home
last modified time | relevance | path

Searched refs:phy_info (Results 1 – 4 of 4) sorted by relevance

/bsp/hpmicro/hpm6300evk/board/
A Deth_phy_port.c151 phy_info_t phy_info; in phy_poll_status() local
172 … phy_dev->phy.ops->get_link_speed_duplex(&phy_dev->phy, &phy_info.phy_speed, &phy_info.phy_duplex); in phy_poll_status()
174 ret = memcmp(&phy_dev->phy_info, &phy_info, sizeof(phy_info_t)); in phy_poll_status()
177 memcpy(&phy_dev->phy_info, &phy_info, sizeof(phy_info_t)); in phy_poll_status()
188 LOG_I("PHY Speed: %s", ps[phy_dev->phy_info.phy_speed]); in phy_poll_status()
189 …LOG_I("PHY Duplex: %s\n", phy_dev->phy_info.phy_duplex & PHY_FULL_DUPLEX ? "full duplex" : "half d… in phy_poll_status()
190 …t_line_speed(phy_monitor_handle->phy_handle[i]->instance, line_speed[phy_dev->phy_info.phy_speed]); in phy_poll_status()
191 … enet_set_duplex_mode(phy_monitor_handle->phy_handle[i]->instance, phy_dev->phy_info.phy_duplex); in phy_poll_status()
A Deth_phy_port.h36 phy_info_t phy_info; member
/bsp/hpmicro/libraries/drivers/
A Ddrv_enet_phy.c287 phy_info_t phy_info; in phy_poll_status() local
308 … phy_dev->phy.ops->get_link_speed_duplex(&phy_dev->phy, &phy_info.phy_speed, &phy_info.phy_duplex); in phy_poll_status()
310 ret = memcmp(&phy_dev->phy_info, &phy_info, sizeof(phy_info_t)); in phy_poll_status()
313 memcpy(&phy_dev->phy_info, &phy_info, sizeof(phy_info_t)); in phy_poll_status()
325 LOG_I("PHY Speed: %s", ps[phy_dev->phy_info.phy_speed]); in phy_poll_status()
326 …LOG_I("PHY Duplex: %s\n", phy_dev->phy_info.phy_duplex & PHY_FULL_DUPLEX ? "full duplex" : "half d… in phy_poll_status()
327 …t_line_speed(phy_monitor_handle->phy_handle[i]->instance, line_speed[phy_dev->phy_info.phy_speed]); in phy_poll_status()
328 … enet_set_duplex_mode(phy_monitor_handle->phy_handle[i]->instance, phy_dev->phy_info.phy_duplex); in phy_poll_status()
A Ddrv_enet_phy.h56 phy_info_t phy_info; member

Completed in 11 milliseconds