Searched defs:dsw (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/event/dsw/ |
| H A D | dsw_event.c | 19 dsw_port_acquire_credits(struct dsw_evdev *dsw, struct dsw_port *port, in dsw_port_acquire_credits() 67 dsw_port_return_credits(struct dsw_evdev *dsw, struct dsw_port *port, in dsw_port_return_credits() 441 dsw_select_emigration_target(struct dsw_evdev *dsw, in dsw_select_emigration_target() 517 dsw_select_emigration_targets(struct dsw_evdev *dsw, in dsw_select_emigration_targets() 682 dsw_port_flush_paused_events(struct dsw_evdev *dsw, in dsw_port_flush_paused_events() 783 dsw_port_move_parallel_flows(struct dsw_evdev *dsw, in dsw_port_move_parallel_flows() 811 dsw_port_consider_emigration(struct dsw_evdev *dsw, in dsw_port_consider_emigration() 1014 dsw_port_move_emigrating_flows(struct dsw_evdev *dsw, in dsw_port_move_emigrating_flows() 1165 struct dsw_evdev *dsw = source_port->dsw; in dsw_event_enqueue_burst_generic() local 1359 struct dsw_evdev *dsw = source_port->dsw; in dsw_event_dequeue_burst() local [all …]
|
| H A D | dsw_evdev.c | 21 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_setup() local 100 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_queue_setup() local 172 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_link_unlink() local 232 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_configure() local 251 initial_flow_to_port_assignment(struct dsw_evdev *dsw) in initial_flow_to_port_assignment() 271 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_start() local 307 dsw_port_drain_out(uint8_t dev_id, struct dsw_evdev *dsw, struct dsw_port *port, in dsw_port_drain_out() 330 dsw_drain(uint8_t dev_id, struct dsw_evdev *dsw, in dsw_drain() 350 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_stop() local 365 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_close() local [all …]
|
| H A D | dsw_xstats.c | 49 dsw_xstats_dev_credits_on_loan(struct dsw_evdev *dsw) in dsw_xstats_dev_credits_on_loan() 101 dsw_xstats_port_get_event_proc_latency(struct dsw_evdev *dsw, uint8_t port_id, in dsw_xstats_port_get_event_proc_latency() 113 dsw_xstats_port_get_busy_cycles(struct dsw_evdev *dsw, uint8_t port_id, in dsw_xstats_port_get_busy_cycles() 186 dsw_xstats_port_foreach(struct dsw_evdev *dsw, uint8_t port_id, in dsw_xstats_port_foreach() 253 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_get_names() local 281 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_dev_get() local 296 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_port_get() local 359 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_get_by_name() local
|
| H A D | dsw_evdev.h | 143 struct dsw_evdev *dsw; member
|