Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.h100 #define DSW_MAX_FLOWS_PER_MIGRATION (8) macro
103 #define DSW_MAX_PAUSED_FLOWS (DSW_MAX_PORTS*DSW_MAX_FLOWS_PER_MIGRATION)
176 uint8_t emigration_target_port_ids[DSW_MAX_FLOWS_PER_MIGRATION];
178 emigration_target_qfs[DSW_MAX_FLOWS_PER_MIGRATION];
255 struct dsw_queue_flow qfs[DSW_MAX_FLOWS_PER_MIGRATION];
H A Ddsw_event.c522 for (i = 0; i < DSW_MAX_FLOWS_PER_MIGRATION; i++) { in dsw_select_emigration_targets()
730 struct dsw_queue_flow left_qfs[DSW_MAX_FLOWS_PER_MIGRATION]; in dsw_port_end_emigration()
731 uint8_t left_port_ids[DSW_MAX_FLOWS_PER_MIGRATION]; in dsw_port_end_emigration()