Home
last modified time | relevance | path

Searched refs:migration_state (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_event.c772 port->migration_state = DSW_MIGRATION_STATE_IDLE; in dsw_port_end_emigration()
837 if (source_port->migration_state != DSW_MIGRATION_STATE_IDLE) { in dsw_port_consider_emigration()
895 source_port->migration_state = DSW_MIGRATION_STATE_PAUSING; in dsw_port_consider_emigration()
905 if (source_port->migration_state == DSW_MIGRATION_STATE_IDLE) in dsw_port_consider_emigration()
1040 source_port->migration_state = DSW_MIGRATION_STATE_UNPAUSING; in dsw_port_move_emigrating_flows()
1049 switch (port->migration_state) { in dsw_port_handle_confirm()
1053 port->migration_state = DSW_MIGRATION_STATE_FORWARDING; in dsw_port_handle_confirm()
1102 if (unlikely(port->migration_state == DSW_MIGRATION_STATE_FORWARDING && in dsw_port_bg_process()
H A Ddsw_evdev.h170 enum dsw_migration_state migration_state; member