| /f-stack/dpdk/doc/guides/compressdevs/ |
| H A D | zlib.rst | 58 * Call ``rte_vdev_init("compress_zlib")`` within the application. 60 * Use ``--vdev="compress_zlib"`` in the EAL options, which will call ``rte_vdev_init()`` internally.
|
| H A D | isal.rst | 138 * Call ``rte_vdev_init("compress_isal")`` within the application. 140 * Use ``--vdev="compress_isal"`` in the EAL options, which will call ``rte_vdev_init()`` internally.
|
| /f-stack/dpdk/drivers/bus/vdev/ |
| H A D | version.map | 5 rte_vdev_init;
|
| H A D | rte_bus_vdev.h | 192 int rte_vdev_init(const char *name, const char *args);
|
| /f-stack/dpdk/doc/guides/bbdevs/ |
| H A D | null.rst | 33 - Call ``rte_vdev_init("baseband_null")`` within the application. 35 - Use ``--vdev="baseband_null"`` in the EAL options, which will call ``rte_vdev_init()`` internally.
|
| H A D | turbo_sw.rst | 157 - Call ``rte_vdev_init("baseband_turbo_sw")`` within the application. 159 - Use ``--vdev="baseband_turbo_sw"`` in the EAL options, which will call ``rte_vdev_init()`` intern…
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | dpaa.rst | 51 * Invoking ``rte_vdev_init("event_dpaa1")`` from the application 54 rte_vdev_init() internally
|
| H A D | dpaa2.rst | 60 * Invoking ``rte_vdev_init("event_dpaa2")`` from the application 63 rte_vdev_init() internally
|
| H A D | dsw.rst | 29 * Call ``rte_vdev_init("event_dsw0")`` from the application 32 rte_vdev_init() internally
|
| H A D | octeontx.rst | 54 * Invoking ``rte_vdev_init("event_octeontx")`` from the application 57 rte_vdev_init() internally
|
| H A D | opdl.rst | 37 * Call ``rte_vdev_init("event_opdl0")`` from the application 40 rte_vdev_init() internally
|
| H A D | sw.rst | 39 * Call ``rte_vdev_init("event_sw0")`` from the application 42 rte_vdev_init() internally
|
| /f-stack/dpdk/app/test/ |
| H A D | test_rawdev.c | 20 rte_vdev_init(pmd, opts); in test_rawdev_selftest_impl()
|
| H A D | test_event_eth_rx_adapter.c | 209 err = rte_vdev_init("event_skeleton", NULL); in testsuite_setup() 235 err = rte_vdev_init("net_null", NULL); in testsuite_setup() 268 err = rte_vdev_init("event_skeleton", NULL); in testsuite_setup_rx_intr() 295 err = rte_vdev_init("net_null", NULL); in testsuite_setup_rx_intr() 553 err = rte_vdev_init(driver_name, NULL); in adapter_multi_eth_add_del()
|
| /f-stack/dpdk/doc/guides/rawdevs/ |
| H A D | dpaa2_cmdif.rst | 68 * Invoking ``rte_vdev_init("dpaa2_dpci")`` from the application 71 rte_vdev_init() internally
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | null.rst | 53 * Call rte_vdev_init("crypto_null") within the application. 55 * Use --vdev="crypto_null" in the EAL options, which will call rte_vdev_init() internally.
|
| H A D | zuc.rst | 93 * Call rte_vdev_init("crypto_zuc") within the application. 95 * Use --vdev="crypto_zuc" in the EAL options, which will call rte_vdev_init() internally.
|
| H A D | ccp.rst | 88 * Call rte_vdev_init("crypto_ccp") within the application. 90 * Use --vdev="crypto_ccp" in the EAL options, which will call rte_vdev_init() internally.
|
| H A D | snow3g.rst | 93 * Call rte_vdev_init("crypto_snow3g") within the application. 95 * Use --vdev="crypto_snow3g" in the EAL options, which will call rte_vdev_init() internally.
|
| H A D | aesni_gcm.rst | 99 * Call rte_vdev_init("crypto_aesni_gcm") within the application. 101 * Use --vdev="crypto_aesni_gcm" in the EAL options, which will call rte_vdev_init() internally.
|
| H A D | aesni_mb.rst | 146 * Call rte_vdev_init("crypto_aesni_mb") within the application. 148 * Use --vdev="crypto_aesni_mb" in the EAL options, which will call rte_vdev_init() internally.
|
| H A D | kasumi.rst | 94 * Call rte_vdev_init("crypto_kasumi") within the application. 96 * Use --vdev="crypto_kasumi" in the EAL options, which will call rte_vdev_init() internally.
|
| H A D | scheduler.rst | 40 * Call rte_vdev_init("crypto_scheduler") within the application. 43 rte_vdev_init() internally.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rawdev.rst | 103 Or using the rte_vdev_init API within the application code. 107 rte_vdev_init("rawdev_dev1", NULL)
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | octeontx.rst | 117 * Invoking ``rte_vdev_init("eth_octeontx")`` from the application 120 rte_vdev_init() internally
|