Searched refs:entity (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_repr.c | 1024 struct sfc_repr_entity_info *entity, in sfc_repr_create() argument 1037 entity->intf, &controller); in sfc_repr_create() 1040 __func__, entity->intf); in sfc_repr_create() 1044 switch (entity->type) { in sfc_repr_create() 1047 parent->device->name, controller, entity->pf, in sfc_repr_create() 1048 entity->vf); in sfc_repr_create() 1052 parent->device->name, controller, entity->pf); in sfc_repr_create() 1069 repr_data.intf = entity->intf; in sfc_repr_create() 1070 repr_data.pf = entity->pf; in sfc_repr_create() 1071 repr_data.vf = entity->vf; in sfc_repr_create()
|
| H A D | sfc_repr.h | 37 struct sfc_repr_entity_info *entity,
|
| H A D | sfc_ethdev.c | 2975 struct sfc_repr_entity_info entity; in sfc_eth_dev_create_repr() local 3004 memset(&entity, 0, sizeof(entity)); in sfc_eth_dev_create_repr() 3005 entity.type = type; in sfc_eth_dev_create_repr() 3006 entity.intf = controller; in sfc_eth_dev_create_repr() 3007 entity.pf = port; in sfc_eth_dev_create_repr() 3008 entity.vf = repr_port; in sfc_eth_dev_create_repr() 3010 rc = sfc_repr_create(sa->eth_dev, &entity, sa->mae.switch_domain_id, in sfc_eth_dev_create_repr()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | keep_alive.rst | 9 to detect 'failed' DPDK cores and notify a fault management entity 12 entity. 27 higher level fault management entity of the core failure in order to 93 fault management entity through a callback function.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 447 `stream` in DPDK compression is a logical entity which identifies related set of ops, say, a one la… 456 Unlike priv_xforms, stream is always a NON_SHAREABLE entity. One stream handle must be attached to …
|
| H A D | poll_mode_drv.rst | 149 The Ethernet devices ports can be owned by a single DPDK entity (application, library, PMD, process… 155 …It is the DPDK entity responsibility to set the port owner before using it and to manage the port …
|
| H A D | rte_flow.rst | 1501 The **represented port** is an *entity* plugged to the embedded switch 1560 the entity represented by the given ethdev. 1563 The **represented port** is an *entity* plugged to the embedded switch 3312 The **represented port** is an *entity* plugged to the embedded switch 3364 the entity represented by the given ethdev. 3367 The **represented port** is an *entity* plugged to the embedded switch
|
| H A D | switch_representation.rst | 181 may not even exist as a separate entity. The role of this block is to show
|
| /dpdk/doc/guides/nics/ |
| H A D | ice.rst | 292 it can act as a sole controlling entity to exercise advance functionality (such
|
| H A D | mlx5.rst | 1026 The maximum number of files per PMD entity that may be created for debug information.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_2.rst | 264 i210 than on other NICs. So, add a new entity named EEARBC_I210 to the
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4148 the entity represented by the given ethdev 4448 the entity represented by the given ethdev
|