| /dpdk/lib/compressdev/ |
| H A D | rte_compressdev.c | 94 if ((dev->attached == RTE_COMPRESSDEV_ATTACHED) && in rte_compressdev_pmd_get_named_dev() 111 if (dev->attached != RTE_COMPRESSDEV_ATTACHED) in rte_compressdev_is_valid_dev() 129 (compressdev_globals.devs[i].attached == in rte_compressdev_get_dev_id() 152 if (devs[i].attached == RTE_COMPRESSDEV_ATTACHED) { in rte_compressdev_devices_get() 217 if (rte_comp_devices[dev_id].attached == in rte_compressdev_find_free_device_index() 262 compressdev->attached = RTE_COMPRESSDEV_ATTACHED; in rte_compressdev_pmd_allocate() 285 compressdev->attached = RTE_COMPRESSDEV_DETACHED; in rte_compressdev_pmd_release_device()
|
| H A D | rte_compressdev_internal.h | 87 uint8_t attached : 1; member
|
| /dpdk/lib/rawdev/ |
| H A D | rte_rawdev.c | 49 (rte_rawdevices[i].attached == in rte_rawdev_get_dev_id() 118 dev->attached = 1; in rte_rawdev_configure() 468 if (rte_rawdevs[dev_id].attached == in rte_rawdev_find_free_device_index() 512 rawdev->attached = RTE_RAWDEV_ATTACHED; in rte_rawdev_pmd_allocate() 530 rawdev->attached = RTE_RAWDEV_DETACHED; in rte_rawdev_pmd_release() 553 if (rte_rawdevices[i].attached == RTE_RAWDEV_ATTACHED) in handle_dev_list()
|
| H A D | rte_rawdev_pmd.h | 96 if ((dev->attached == RTE_RAWDEV_ATTACHED) && in rte_rawdev_pmd_get_named_dev() 122 if (dev->attached != RTE_RAWDEV_ATTACHED) in rte_rawdev_pmd_is_valid_dev()
|
| H A D | rte_rawdev.h | 299 uint8_t attached : 1; member
|
| /dpdk/lib/eventdev/ |
| H A D | eventdev_pmd.h | 156 uint8_t attached : 1; member 209 if ((dev->attached == RTE_EVENTDEV_ATTACHED) && in rte_event_pmd_get_named_dev() 236 if (dev->attached != RTE_EVENTDEV_ATTACHED) in rte_event_pmd_is_valid_dev()
|
| H A D | rte_eventdev.c | 64 if (cmp && (rte_event_devices[i].attached == in rte_event_dev_get_dev_id() 1411 if (rte_eventdevs[dev_id].attached == in eventdev_find_free_device_index() 1459 eventdev->attached = RTE_EVENTDEV_ATTACHED; in rte_event_pmd_allocate() 1477 eventdev->attached = RTE_EVENTDEV_DETACHED; in rte_event_pmd_release() 1525 if (rte_eventdevs[dev_id].attached == in handle_dev_list()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 55 many devices are attached. 58 attached to the scheduler using this parameter, simply filling the name 59 here. Multiple cryptodevs can be attached initially by presenting this 84 is set and at least one worker is attached. Also, to configure the
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 69 cryptodev->attached = RTE_CRYPTODEV_DETACHED; in otx_cpt_pci_probe()
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev.c | 649 if ((dev->attached == RTE_CRYPTODEV_ATTACHED) && in rte_cryptodev_pmd_get_named_dev() 676 if (dev->attached != RTE_CRYPTODEV_ATTACHED) in rte_cryptodev_is_valid_dev() 696 (cryptodev_globals.devs[i].attached == in rte_cryptodev_get_dev_id() 717 cryptodev_globals.devs[i].attached == in rte_cryptodev_device_count_by_driver() 735 if (devs[i].attached == RTE_CRYPTODEV_ATTACHED) { in rte_cryptodev_devices_get() 846 if (rte_crypto_devices[dev_id].attached == in rte_cryptodev_find_free_device_index() 904 cryptodev->attached = RTE_CRYPTODEV_ATTACHED; in rte_cryptodev_pmd_allocate() 936 cryptodev->attached = RTE_CRYPTODEV_DETACHED; in rte_cryptodev_pmd_release_device()
|
| H A D | cryptodev_pmd.h | 112 uint8_t attached : 1; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | mbuf_lib.rst | 244 A buffer becomes indirect when it is "attached" to a direct buffer using the rte_pktmbuf_attach() f… 245 Each buffer has a reference counter field and whenever an indirect buffer is attached to the direct… 251 First of all, an indirect buffer is never attached to another indirect buffer. 252 Attempting to attach buffer A to indirect buffer B that is attached to C, makes rte_pktmbuf_attach(…
|
| H A D | compressdev.rst | 456 Unlike priv_xforms, stream is always a NON_SHAREABLE entity. One stream handle must be attached to … 591 as each op is attached to a different stream i.e. a burst can look like: 599 Every op with type set to RTE_COMP_OP_STATELESS must be attached to priv_xform and 600 Every op with type set to RTE_COMP_OP_STATEFUL *must* be attached to stream.
|
| H A D | generic_segmentation_offload_lib.rst | 29 to free mbuf GSO segments attached after calling ``rte_gso_segment()``. 133 and is attached to the next input segment (i.e. it points to the data in the
|
| H A D | ip_fragment_reassembly_lib.rst | 20 * Indirect mbuf -- mbuf that is attached to the mbuf with the original packet.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 113 directly to application which can be attached to the ``rte_crypto_op``. 116 pointer for the private data to the application which can be attached
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_crypto.rst | 284 This session is created and is later attached to the crypto operation: 288 :start-after: Session is created and is later attached to the crypto operation. 8< 304 the mbuf which will be transformed is attached to it::
|
| /dpdk/doc/guides/nics/ |
| H A D | mvpp2.rst | 613 4. Create flow rule witch meter attached: 734 -1 - Id of a shaper. -1 indicates that shaper is not attached. 754 -1 - Id of a shaper. -1 indicates that shaper is not attached. 774 -1 - Id of a shaper. -1 indicates that shaper is not attached.
|
| H A D | dpaa.rst | 66 may be attached to the frame. This meta data can be used to select 161 - Each FMAN instance has a BMan pool attached to it during initialization.
|
| H A D | thunderx.rst | 222 …are used, the kernel driver sets a threshold ``vf_id``. VFs that try to attached with an id below … 304 The nicvf thunderx driver will make use of attached secondary VFs automatically during the interfac…
|
| H A D | bnx2x.rst | 48 PMD can’t be attached to different PFs on a given QLogic 578xx
|
| /dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 41 which can be attached and initialized by DPDK. The device emulation layer by
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | la12xx.rst | 62 device. This is required only if more than 1 modem cards are attached to host.
|
| /dpdk/drivers/raw/ifpga/ |
| H A D | rte_pmd_ifpga.c | 59 if (dev->attached == RTE_RAWDEV_ATTACHED) in get_rte_rawdev()
|
| /dpdk/doc/guides/platform/ |
| H A D | cnxk.rst | 85 AF is always attached to host, but PF/VFs may be used by host kernel itself, 86 or attached to VMs or to userspace applications like DPDK, etc. So, AF has to
|