Searched refs:alias (Results 1 – 16 of 16) sorted by relevance
| /dpdk/drivers/bus/ifpga/ |
| H A D | rte_bus_ifpga.h | 155 (afudrv).driver.alias = afudrvinit_ ## nm ## _alias;\ 160 #define RTE_PMD_REGISTER_AFU_ALIAS(nm, alias)\ argument 161 static const char *afudrvinit_ ## nm ## _alias = RTE_STR(alias)
|
| /dpdk/drivers/bus/vdev/ |
| H A D | rte_bus_vdev.h | 144 (vdrv).driver.alias = vdrvinit_ ## nm ## _alias;\ 149 #define RTE_PMD_REGISTER_ALIAS(nm, alias)\ argument 150 static const char *vdrvinit_ ## nm ## _alias = RTE_STR(alias)
|
| H A D | vdev.c | 127 if (driver->driver.alias && in vdev_parse() 128 strncmp(driver->driver.alias, name, in vdev_parse() 129 strlen(driver->driver.alias)) == 0) in vdev_parse()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_function_versioning.h | 93 #define MAP_STATIC_SYMBOL(f, p) f __attribute__((alias(RTE_STR(p))))
|
| H A D | rte_dev.h | 73 const char *alias; /**< Driver alias. */ member
|
| /dpdk/doc/guides/contributing/ |
| H A D | abi_versioning.rst | 161 provide an alias to experimental until the next major ABI version. 430 promoting the symbol, the maintainer may choose to provide an alias to the 432 This alias is then dropped in the next major ABI version. 434 The process to provide an alias to ``experimental`` is similar to that, of 508 an alias to experimental. The process to add an alias to experimental,
|
| H A D | abi_policy.rst | 163 maintainer may choose to provide an alias to the ``experimental`` tag, so 353 may choose to offer an alias to the experimental tag so as not to break 354 applications using the symbol. The alias is then dropped at the declaration of
|
| H A D | patches.rst | 253 * The signoff must be a real name and not an alias or nickname. 260 You can generate the required lines using the following git alias, which prints 263 git config alias.fixline "log -1 --abbrev=12 --format='Fixes: %h (\"%s\")%nCc: %ae'"
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym.c | 30 .alias = qat_sym_drv_name
|
| H A D | qat_asym.c | 31 .alias = qat_asym_drv_name
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym_pmd.c | 350 .alias = bcmfs_sym_drv_name
|
| /dpdk/doc/guides/nics/ |
| H A D | tap.rst | 215 time with ``start all``. The command ``str`` is an alias for ``start all`` and 216 ``stp`` is an alias for ``stop all``.
|
| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp_pmd.c | 662 .alias = qat_comp_drv_name
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym.c | 68 .alias = nitrox_sym_drv_name
|
| /dpdk/drivers/crypto/mlx5/ |
| H A D | mlx5_crypto.c | 74 .alias = mlx5_crypto_drv_name
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_11.rst | 174 For backward compatibility an alias feature has been enabled to support the
|