Searched refs:DSW_MAX_FLOWS (Results 1 – 2 of 2) sorted by relevance
36 #define DSW_MAX_FLOWS (1<<(DSW_MAX_FLOWS_BITS)) macro37 #define DSW_MAX_FLOWS_MASK (DSW_MAX_FLOWS-1)232 uint8_t flow_to_port_map[DSW_MAX_FLOWS] __rte_cache_aligned;
217 .max_event_queue_flows = DSW_MAX_FLOWS, in dsw_info_get()260 for (flow_hash = 0; flow_hash < DSW_MAX_FLOWS; flow_hash++) { in initial_flow_to_port_assignment()