Lines Matching refs:phy_state
181 enum eth_mcux_phy_state phy_state; member
349 context->phy_state = eth_mcux_phy_state_reset; in eth_mcux_phy_enter_reset()
359 phy_state_name(context->phy_state)); in eth_mcux_phy_start()
364 switch (context->phy_state) { in eth_mcux_phy_start()
383 context->phy_state = eth_mcux_phy_state_initial; in eth_mcux_phy_start()
385 context->phy_state = eth_mcux_phy_state_reset; in eth_mcux_phy_start()
405 phy_state_name(context->phy_state)); in eth_mcux_phy_stop()
410 switch (context->phy_state) { in eth_mcux_phy_stop()
420 context->phy_state = eth_mcux_phy_state_closing; in eth_mcux_phy_stop()
425 context->phy_state = eth_mcux_phy_state_initial; in eth_mcux_phy_stop()
448 phy_state_name(context->phy_state)); in eth_mcux_phy_event()
450 switch (context->phy_state) { in eth_mcux_phy_event()
466 context->phy_state = eth_mcux_phy_state_reset; in eth_mcux_phy_event()
475 context->phy_state = eth_mcux_phy_state_reset; in eth_mcux_phy_event()
486 context->phy_state = eth_mcux_phy_state_initial; in eth_mcux_phy_event()
501 context->phy_state = eth_mcux_phy_state_autoneg; in eth_mcux_phy_event()
515 context->phy_state = eth_mcux_phy_state_restart; in eth_mcux_phy_event()
528 context->phy_state = eth_mcux_phy_state_read_status; in eth_mcux_phy_event()
549 context->phy_state = eth_mcux_phy_state_read_duplex; in eth_mcux_phy_event()
560 context->phy_state = eth_mcux_phy_state_wait; in eth_mcux_phy_event()
565 context->phy_state = eth_mcux_phy_state_wait; in eth_mcux_phy_event()
595 context->phy_state = eth_mcux_phy_state_wait; in eth_mcux_phy_event()
963 context->phy_state = eth_mcux_phy_state_initial; in eth_mcux_init()