Searched refs:dsw (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/event/dsw/ |
| H A D | dsw_event.c | 307 dsw_port_flush_out_buffers(dsw, port); in dsw_port_handle_pause_flows() 372 for (i = 0; i < dsw->num_ports; i++) { in dsw_retrieve_port_loads() 532 port_loads, dsw->num_ports, in dsw_select_emigration_targets() 821 int16_t port_loads[dsw->num_ports]; in dsw_port_consider_emigration() 826 if (dsw->num_ports == 1) in dsw_port_consider_emigration() 1062 dsw_port_end_emigration(dsw, port, in dsw_port_handle_confirm() 1090 dsw_port_handle_confirm(dsw, port); in dsw_port_ctl_process() 1116 dsw_port_ctl_process(dsw, port); in dsw_port_bg_process() 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_xstats.c | 49 dsw_xstats_dev_credits_on_loan(struct dsw_evdev *dsw) in dsw_xstats_dev_credits_on_loan() argument 64 return dsw->ports[port_id]._variable; \ 105 dsw->ports[port_id].total_busy_cycles; in dsw_xstats_port_get_event_proc_latency() 107 dsw->ports[port_id].dequeued; in dsw_xstats_port_get_event_proc_latency() 116 return dsw->ports[port_id].total_busy_cycles; in dsw_xstats_port_get_busy_cycles() 253 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_get_names() local 266 dsw_xstats_port_foreach(dsw, queue_port_id, in dsw_xstats_get_names() 281 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_dev_get() local 287 values[i] = xstat->get_value_fn(dsw); in dsw_xstats_dev_get() 296 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_port_get() local [all …]
|
| H A D | dsw_evdev.c | 21 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_setup() local 27 port = &dsw->ports[port_id]; in dsw_port_setup() 31 .dsw = dsw, in dsw_port_setup() 275 dsw->credits_on_loan = 0; in dsw_start() 277 initial_flow_to_port_assignment(dsw); in dsw_start() 282 dsw->ports[i].busy_start = now; in dsw_start() 367 dsw->num_ports = 0; in dsw_close() 368 dsw->num_queues = 0; in dsw_close() 428 struct dsw_evdev *dsw; in dsw_probe() local 449 dsw = dev->data->dev_private; in dsw_probe() [all …]
|
| H A D | dsw_evdev.h | 143 struct dsw_evdev *dsw; member
|
| /dpdk/drivers/event/ |
| H A D | meson.build | 13 'dsw',
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | index.rst | 19 dsw
|
| /dpdk/ |
| H A D | MAINTAINERS | 1293 F: drivers/event/dsw/ 1294 F: doc/guides/eventdevs/dsw.rst
|