Searched refs:delayed_state (Results 1 – 1 of 1) sorted by relevance
404 enum tcpm_state delayed_state; member1390 port->delayed_state = state; in tcpm_set_state()1398 port->delayed_state = INVALID_STATE; in tcpm_set_state()3841 if (port->delayed_state != INVALID_STATE) { in tcpm_send_queued_message()3847 port->delayed_state = INVALID_STATE; in tcpm_send_queued_message()5798 if (port->delayed_state) { in tcpm_state_machine_work()5801 tcpm_states[port->delayed_state], port->delay_ms); in tcpm_state_machine_work()5803 port->state = port->delayed_state; in tcpm_state_machine_work()5804 port->delayed_state = INVALID_STATE; in tcpm_state_machine_work()5891 if (new_state != port->delayed_state) in _tcpm_cc_change()[all …]