| /f-stack/dpdk/drivers/event/dlb/ |
| H A D | dlb_selftest.c | 31 static int evdev; variable 141 rte_event_dev_stop(evdev); in cleanup() 142 return rte_event_dev_close(evdev); in cleanup() 385 rte_event_dev_close(evdev); in test_single_link() 463 rte_event_dev_close(evdev); in test_info_get() 544 rte_event_dev_stop(evdev); in test_reconfiguration_link() 595 rte_event_dev_stop(evdev); in test_reconfiguration_link() 645 rte_event_dev_stop(evdev); in test_reconfiguration_link() 691 rte_event_dev_stop(evdev); in test_reconfiguration_link() 758 rte_event_dev_stop(evdev); in test_reconfiguration_link() [all …]
|
| /f-stack/dpdk/drivers/event/dlb2/ |
| H A D | dlb2_selftest.c | 32 static int evdev; variable 144 rte_event_dev_stop(evdev); in cleanup() 145 ret = rte_event_dev_close(evdev); in cleanup() 222 if (rte_event_port_attr_get(evdev, in test_stop_flush() 392 ret = rte_event_dev_close(evdev); in test_single_link() 567 rte_event_dev_stop(evdev); in test_reconfiguration_link() 618 rte_event_dev_stop(evdev); in test_reconfiguration_link() 668 rte_event_dev_stop(evdev); in test_reconfiguration_link() 714 rte_event_dev_stop(evdev); in test_reconfiguration_link() 781 rte_event_dev_stop(evdev); in test_reconfiguration_link() [all …]
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev_selftest.c | 33 static int evdev; variable 110 ret = rte_event_dev_xstats_get(evdev, in xstats_print() 125 ret = rte_event_dev_xstats_get(evdev, in xstats_print() 140 ret = rte_event_dev_xstats_get(evdev, in xstats_print() 282 rte_event_dev_stop(evdev); in cleanup() 283 rte_event_dev_close(evdev); in cleanup() 415 rte_event_dev_dump(evdev, stdout); in run_prio_packet_test() 424 rte_event_dev_dump(evdev, stdout); in run_prio_packet_test() 1286 rte_event_dev_stop(evdev); in port_reconfig_credits() 3198 if (evdev < 0) { in test_sw_eventdev() [all …]
|
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_test.c | 37 static int evdev; variable 180 rte_event_dev_stop(evdev); in cleanup() 181 rte_event_dev_close(evdev); in cleanup() 243 if (rte_event_dev_start(evdev) < 0) { in ordered_basic() 281 rte_event_dev_dump(evdev, stdout); in ordered_basic() 313 rte_event_dev_dump(evdev, stdout); in ordered_basic() 464 rte_event_dev_dump(evdev, stdout); in atomic_basic() 823 if (rte_event_port_link(evdev, in qid_basic() 881 if (rte_event_port_link(evdev, in qid_basic() 994 if (evdev < 0) { in opdl_selftest() [all …]
|
| /f-stack/dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev_selftest.c | 38 static int evdev; variable 64 if (evdev < 0) { in testsuite_setup() 73 if (evdev < 0) { in testsuite_setup() 85 rte_event_dev_close(evdev); in testsuite_teardown() 133 ret = rte_event_dev_info_get(evdev, &info); in _eventdev_setup() 191 ret = rte_event_port_setup(evdev, i, NULL); in _eventdev_setup() 198 ret = rte_event_dev_start(evdev); in _eventdev_setup() 213 rte_event_dev_stop(evdev); in eventdev_teardown() 296 ret = rte_event_dev_info_get(evdev, &info); in generate_random_events() 484 rte_event_dev_dump(evdev, stdout); in wait_workers_to_join() [all …]
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_evdev_selftest.c | 36 static int evdev; variable 97 if (evdev < 0) { in testsuite_setup() 106 if (evdev < 0) { in testsuite_setup() 118 rte_event_dev_close(evdev); in testsuite_teardown() 166 ret = rte_event_dev_info_get(evdev, &info); in _eventdev_setup() 224 ret = rte_event_port_setup(evdev, i, NULL); in _eventdev_setup() 231 ret = rte_event_dev_start(evdev); in _eventdev_setup() 258 rte_event_dev_stop(evdev); in eventdev_teardown() 341 ret = rte_event_dev_info_get(evdev, &info); in generate_random_events() 595 rte_event_dev_dump(evdev, stdout); in wait_workers_to_join() [all …]
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_selftest.c | 35 static int evdev; variable 96 if (evdev < 0) { in testsuite_setup() 106 rte_event_dev_close(evdev); in testsuite_teardown() 151 ret = rte_event_dev_info_get(evdev, &info); in _eventdev_setup() 203 ret = rte_event_port_setup(evdev, i, NULL); in _eventdev_setup() 210 ret = rte_event_dev_start(evdev); in _eventdev_setup() 237 rte_event_dev_stop(evdev); in eventdev_teardown() 321 ret = rte_event_dev_info_get(evdev, &info); in generate_random_events() 533 rte_event_enqueue_burst(evdev, 0, &ev, 1); in test_multi_queue_priority() 580 rte_event_dev_dump(evdev, stdout); in wait_workers_to_join() [all …]
|
| H A D | otx2_tim_evdev.c | 547 otx2_tim_caps_get(const struct rte_eventdev *evdev, uint64_t flags, in otx2_tim_caps_get() argument 570 dev->event_dev = (struct rte_eventdev *)(uintptr_t)evdev; in otx2_tim_caps_get()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_crypto_adapter.c | 84 static int evdev; variable 117 while (rte_event_dequeue_burst(evdev, in send_recv_ev() 347 while (rte_event_dequeue_burst(evdev, in send_op_recv_ev() 628 evdev = rte_event_dev_get_dev_id("event_sw0"); in configure_eventdev() 631 ret = rte_event_dev_info_get(evdev, &info); in configure_eventdev() 646 ret = rte_event_queue_setup(evdev, qid, NULL); in configure_eventdev() 695 evdev, in test_crypto_adapter_create() 759 evdev, in configure_event_crypto_adapter() 797 rte_event_dev_stop(evdev); in test_crypto_adapter_stop() 812 ret = rte_event_port_link(evdev, in test_crypto_adapter_conf() [all …]
|
| H A D | test_event_timer_adapter.c | 40 static int evdev; variable 86 ret = rte_event_dev_info_get(evdev, &info); in eventdev_setup() 97 ret = rte_event_queue_setup(evdev, 0, NULL); in eventdev_setup() 101 ret = rte_event_port_setup(evdev, 0, NULL); in eventdev_setup() 121 ret = rte_event_dev_start(evdev); in eventdev_setup() 181 rte_event_dev_stop(evdev); in testsuite_teardown() 182 rte_event_dev_close(evdev); in testsuite_teardown() 242 ret = rte_event_dev_info_get(evdev, &info); in test_port_conf_cb() 288 .event_dev_id = evdev, in _timdev_setup() 946 conf.event_dev_id = evdev; in adapter_create() [all …]
|
| /f-stack/dpdk/drivers/net/octeontx/ |
| H A D | octeontx_ethdev.c | 493 rte_event_dev_close(nic->evdev); in octeontx_dev_close() 591 dev = &rte_eventdevs[rxq->evdev]; in octeontx_recheck_rx_offloads() 659 ret = rte_event_dev_start(nic->evdev); in octeontx_dev_start() 684 rte_event_dev_stop(nic->evdev); in octeontx_dev_stop() 1212 rxq->evdev = nic->evdev; in octeontx_dev_rx_queue_setup() 1349 nic->evdev = evdev; in octeontx_create() 1476 rte_event_dev_stop(nic->evdev); in octeontx_remove() 1546 if (evdev < 0) { in octeontx_probe() 1551 res = rte_event_dev_info_get(evdev, &info); in octeontx_probe() 1581 res = rte_event_queue_setup(evdev, i, NULL); in octeontx_probe() [all …]
|
| H A D | octeontx_ethdev.h | 117 uint8_t evdev; member 158 uint8_t evdev; member
|
| H A D | octeontx_rxtx.c | 33 valid_event = rte_event_dequeue_burst(rxq->evdev, in octeontx_recv_pkts()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_ft5406.c | 176 ft5406ts_ev_close(struct evdev_dev *evdev) in ft5406ts_ev_close() argument 178 struct ft5406ts_softc *sc = evdev_get_softc(evdev); in ft5406ts_ev_close() 188 ft5406ts_ev_open(struct evdev_dev *evdev) in ft5406ts_ev_open() argument 190 struct ft5406ts_softc *sc = evdev_get_softc(evdev); in ft5406ts_ev_open() 336 MODULE_DEPEND(ft5406ts, evdev, 1, 1, 1);
|
| H A D | files.bcm283x | 9 arm/broadcom/bcm2835/bcm2835_ft5406.c optional evdev bcm2835_ft5406
|
| /f-stack/freebsd/amd64/conf/ |
| H A D | MINIMAL | 142 # evdev interface 143 options EVDEV_SUPPORT # evdev support in legacy drivers 144 device evdev # input event device support
|
| H A D | GENERIC | 376 # evdev interface 377 options EVDEV_SUPPORT # evdev support in legacy drivers 378 device evdev # input event device support
|
| /f-stack/freebsd/i386/conf/ |
| H A D | MINIMAL | 142 # evdev interface 143 options EVDEV_SUPPORT # evdev support in legacy drivers 144 device evdev # input event device support
|
| H A D | GENERIC | 338 # evdev interface 339 options EVDEV_SUPPORT # evdev support in legacy drivers 340 device evdev # input event device support
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | event_crypto_adapter.rst | 130 uint8_t id, evdev, crypto_ev_port_id, app_qid; 135 ret = rte_event_queue_setup(evdev, app_qid, NULL); 136 ret = rte_event_port_link(evdev, crypto_ev_port_id, &app_qid, NULL, 1); 144 ret = rte_event_enqueue_burst(evdev, app_ev_port_id, ev, nb_events); 185 ret = rte_event_crypto_adapter_caps_get(id, evdev, &cap);
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | files.allwinner | 33 arm/allwinner/aw_cir.c optional aw_cir evdev
|
| H A D | aw_cir.c | 555 MODULE_DEPEND(aw_ir, evdev, 1, 1, 1);
|
| /f-stack/freebsd/arm/conf/ |
| H A D | GENERIC | 166 device evdev # input event device support 167 options EVDEV_SUPPORT # evdev support in legacy drivers
|
| /f-stack/freebsd/arm64/conf/ |
| H A D | GENERIC | 245 device evdev # input event device support 246 options EVDEV_SUPPORT # evdev support in legacy drivers
|
| H A D | NOTES | 180 options EVDEV_SUPPORT # evdev support in legacy drivers
|