Lines Matching refs:delayed_state
338 enum tcpm_state delayed_state; member
859 port->delayed_state = state; in tcpm_set_state()
865 port->delayed_state = INVALID_STATE; in tcpm_set_state()
1472 if (port->delayed_state != INVALID_STATE) { in tcpm_send_queued_message()
1478 port->delayed_state = INVALID_STATE; in tcpm_send_queued_message()
2796 if (port->delayed_state) { in tcpm_state_machine()
2799 tcpm_states[port->delayed_state], port->delay_ms); in tcpm_state_machine()
2801 port->state = port->delayed_state; in tcpm_state_machine()
2802 port->delayed_state = INVALID_STATE; in tcpm_state_machine()
2814 } while (port->state != prev_state && !port->delayed_state); in tcpm_state_machine()
2879 if (new_state != port->delayed_state) in _tcpm_cc_change()
2889 if (new_state != port->delayed_state) in _tcpm_cc_change()