Searched refs:delayed_state (Results 1 – 2 of 2) sorted by relevance
338 enum tcpm_state delayed_state; member859 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()[all …]
358 enum tcpm_state delayed_state; member1258 port->delayed_state = state; in tcpm_set_state()1266 port->delayed_state = INVALID_STATE; in tcpm_set_state()3062 if (port->delayed_state != INVALID_STATE) { in tcpm_send_queued_message()3068 port->delayed_state = INVALID_STATE; in tcpm_send_queued_message()4942 if (port->delayed_state) { in tcpm_state_machine_work()4945 tcpm_states[port->delayed_state], port->delay_ms); in tcpm_state_machine_work()4947 port->state = port->delayed_state; in tcpm_state_machine_work()4948 port->delayed_state = INVALID_STATE; in tcpm_state_machine_work()4960 } while (port->state != prev_state && !port->delayed_state); in tcpm_state_machine_work()[all …]