Home
last modified time | relevance | path

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

/f-stack/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()
103 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_queue_setup()
175 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_link_unlink()
235 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_configure()
254 initial_flow_to_port_assignment(struct dsw_evdev *dsw) in initial_flow_to_port_assignment()
274 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_start()
333 dsw_drain(uint8_t dev_id, struct dsw_evdev *dsw, in dsw_drain()
353 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_stop()
368 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_close()
400 struct dsw_evdev *dsw; in dsw_probe()
[all …]
H A Ddsw_event.c20 dsw_port_acquire_credits(struct dsw_evdev *dsw, struct dsw_port *port, in dsw_port_acquire_credits()
65 dsw_port_return_credits(struct dsw_evdev *dsw, struct dsw_port *port, in dsw_port_return_credits()
436 dsw_select_emigration_target(struct dsw_evdev *dsw, in dsw_select_emigration_target()
512 dsw_select_emigration_targets(struct dsw_evdev *dsw, in dsw_select_emigration_targets()
677 dsw_port_flush_paused_events(struct dsw_evdev *dsw, in dsw_port_flush_paused_events()
778 dsw_port_move_parallel_flows(struct dsw_evdev *dsw, in dsw_port_move_parallel_flows()
806 dsw_port_consider_emigration(struct dsw_evdev *dsw, in dsw_port_consider_emigration()
924 dsw_port_flush_paused_events(struct dsw_evdev *dsw,
1008 dsw_port_move_emigrating_flows(struct dsw_evdev *dsw, in dsw_port_move_emigrating_flows()
1159 struct dsw_evdev *dsw = source_port->dsw; in dsw_event_enqueue_burst_generic()
[all …]
H A Ddsw_evdev.h141 struct dsw_evdev *dsw;
235 struct dsw_evdev { struct
284 static inline struct dsw_evdev *
H A Dmeson.build8 sources = files('dsw_evdev.c', 'dsw_event.c', 'dsw_xstats.c')