Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/ethernet/nxp_enet/
Deth_mcux.c181 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()
[all …]
/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_cp.c722 switch (pd->phy_state) { in cp_phy_state_update()
728 pd->phy_state = OSDP_CP_PHY_STATE_SEND_CMD; in cp_phy_state_update()
751 pd->phy_state = OSDP_CP_PHY_STATE_ERR; in cp_phy_state_update()
756 pd->phy_state = OSDP_CP_PHY_STATE_REPLY_WAIT; in cp_phy_state_update()
768 pd->phy_state = OSDP_CP_PHY_STATE_IDLE; in cp_phy_state_update()
774 pd->phy_state = OSDP_CP_PHY_STATE_WAIT; in cp_phy_state_update()
788 pd->phy_state = OSDP_CP_PHY_STATE_ERR; in cp_phy_state_update()
827 int phy_state; in state_update() local
833 phy_state = cp_phy_state_update(pd); in state_update()
834 if (phy_state == OSDP_CP_ERR_INPROG || in state_update()
[all …]
Dosdp_common.h461 enum osdp_cp_phy_state_e phy_state; member
Dosdp_phy.c527 pd->phy_state = 0; in osdp_phy_state_reset()