Home
last modified time | relevance | path

Searched refs:flow_hash (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/event/dsw/
H A Ddsw_event.c225 qfs[i].flow_hash == flow_hash) in dsw_is_queue_flow_in_ary()
233 uint16_t flow_hash) in dsw_port_is_flow_paused() argument
268 qf->flow_hash == target_qf->flow_hash) { in dsw_port_remove_paused_flow()
659 uint16_t flow_hash; in dsw_port_buffer_event() local
671 flow_hash))) { in dsw_port_buffer_event()
706 uint16_t flow_hash; in dsw_port_flush_paused_events() local
711 flow_hash == qf->flow_hash) in dsw_port_flush_paused_events()
745 uint16_t flow_hash = qf->flow_hash; in dsw_port_end_emigration() local
757 flow_hash); in dsw_port_end_emigration()
797 uint16_t flow_hash = qf->flow_hash; in dsw_port_move_parallel_flows() local
[all …]
H A Ddsw_evdev.c256 uint16_t flow_hash; in initial_flow_to_port_assignment() local
257 for (flow_hash = 0; flow_hash < DSW_MAX_FLOWS; flow_hash++) { in initial_flow_to_port_assignment()
262 dsw->queues[queue_id].flow_to_port_map[flow_hash] = in initial_flow_to_port_assignment()
H A Ddsw_evdev.h125 uint16_t flow_hash; member