Searched refs:migration_state (Results 1 – 2 of 2) sorted by relevance
777 port->migration_state = DSW_MIGRATION_STATE_IDLE; in dsw_port_end_emigration()842 if (source_port->migration_state != DSW_MIGRATION_STATE_IDLE) { in dsw_port_consider_emigration()901 source_port->migration_state = DSW_MIGRATION_STATE_PAUSING; in dsw_port_consider_emigration()911 if (source_port->migration_state == DSW_MIGRATION_STATE_IDLE) in dsw_port_consider_emigration()1046 source_port->migration_state = DSW_MIGRATION_STATE_UNPAUSING; in dsw_port_move_emigrating_flows()1055 switch (port->migration_state) { in dsw_port_handle_confirm()1059 port->migration_state = DSW_MIGRATION_STATE_FORWARDING; in dsw_port_handle_confirm()1108 if (unlikely(port->migration_state == DSW_MIGRATION_STATE_FORWARDING && in dsw_port_bg_process()
172 enum dsw_migration_state migration_state; member