Searched refs:dsw (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/event/dsw/ |
| H A D | dsw_xstats.c | 51 return rte_atomic32_read(&dsw->credits_on_loan); in dsw_xstats_dev_credits_on_loan() 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_event.c | 304 dsw_port_flush_out_buffers(dsw, port); in dsw_port_handle_pause_flows() 369 for (i = 0; i < dsw->num_ports; i++) { in dsw_retrieve_port_loads() 527 port_loads, dsw->num_ports, in dsw_select_emigration_targets() 739 dsw->queues[queue_id].schedule_type; in dsw_port_end_emigration() 816 int16_t port_loads[dsw->num_ports]; in dsw_port_consider_emigration() 821 if (dsw->num_ports == 1) in dsw_port_consider_emigration() 1056 dsw_port_end_emigration(dsw, port, in dsw_port_handle_confirm() 1084 dsw_port_handle_confirm(dsw, port); in dsw_port_ctl_process() 1110 dsw_port_ctl_process(dsw, port); in dsw_port_bg_process() 1159 struct dsw_evdev *dsw = source_port->dsw; in dsw_event_enqueue_burst_generic() 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() 239 dsw->num_ports = conf->nb_event_ports; in dsw_configure() 280 initial_flow_to_port_assignment(dsw); in dsw_start() 285 dsw->ports[i].busy_start = now; in dsw_start() 370 dsw->num_ports = 0; in dsw_close() 371 dsw->num_queues = 0; in dsw_close() 400 struct dsw_evdev *dsw; in dsw_probe() local 420 dsw = dev->data->dev_private; in dsw_probe() [all …]
|
| H A D | dsw_evdev.h | 141 struct dsw_evdev *dsw; member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_conf.c | 357 if (dsw == NULL) in giant_open() 373 if (dsw == NULL) in giant_fdopen() 389 if (dsw == NULL) in giant_close() 407 if (dsw == NULL) { in giant_strategy() 424 if (dsw == NULL) in giant_ioctl() 440 if (dsw == NULL) in giant_read() 456 if (dsw == NULL) in giant_write() 472 if (dsw == NULL) in giant_poll() 488 if (dsw == NULL) in giant_kqfilter() 505 if (dsw == NULL) in giant_mmap() [all …]
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | index.rst | 18 dsw
|
| /f-stack/dpdk/drivers/event/ |
| H A D | meson.build | 9 'dsw']
|
| /f-stack/freebsd/vm/ |
| H A D | vm_mmap.c | 1392 vm_prot_t *maxprotp, int *flagsp, struct cdev *cdev, struct cdevsw *dsw, in vm_mmap_cdev() argument 1400 if (dsw->d_flags & D_MMAP_ANON) { in vm_mmap_cdev() 1433 error = dsw->d_mmap_single(cdev, foff, objsize, objp, (int)prot); in vm_mmap_cdev() 1475 struct cdevsw *dsw; in vm_mmap() local 1480 dsw = dev_refthread(cdev, &ref); in vm_mmap() 1481 if (dsw == NULL) in vm_mmap() 1484 dsw, &foff, &object); in vm_mmap()
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 1221 F: drivers/event/dsw/ 1222 F: doc/guides/eventdevs/dsw.rst
|