Home
last modified time | relevance | path

Searched refs:dsw_evdev (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/event/dsw/
H A Ddsw_xstats.c31 uint64_t (*dsw_xstats_dev_get_value_fn)(struct dsw_evdev *dsw);
39 uint64_t (*dsw_xstats_port_get_value_fn)(struct dsw_evdev *dsw,
49 dsw_xstats_dev_credits_on_loan(struct dsw_evdev *dsw) in dsw_xstats_dev_credits_on_loan()
60 dsw_xstats_port_get_ ## _variable(struct dsw_evdev *dsw, \
113 dsw_xstats_port_get_busy_cycles(struct dsw_evdev *dsw, uint8_t port_id, in dsw_xstats_port_get_busy_cycles()
124 dsw_xstats_port_get_load(struct dsw_evdev *dsw, uint8_t port_id, in DSW_GEN_PORT_ACCESS_FN()
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()
281 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_dev_get()
296 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_port_get()
[all …]
H A Ddsw_evdev.c21 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_setup()
100 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_queue_setup()
172 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_link_unlink()
232 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_configure()
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()
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()
365 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_close()
428 struct dsw_evdev *dsw; in dsw_probe()
[all …]
H A Ddsw_event.c19 dsw_port_acquire_credits(struct dsw_evdev *dsw, struct dsw_port *port, in dsw_port_acquire_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()
930 dsw_port_flush_paused_events(struct dsw_evdev *dsw,
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()
1359 struct dsw_evdev *dsw = source_port->dsw; in dsw_event_dequeue_burst()
[all …]
H A Ddsw_evdev.h143 struct dsw_evdev *dsw;
237 struct dsw_evdev { struct
287 static inline struct dsw_evdev *
H A Dmeson.build8 sources = files('dsw_evdev.c', 'dsw_event.c', 'dsw_xstats.c')