Searched refs:keyword (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_vpd.c | 415 efx_vpd_keyword_t keyword; in efx_vpd_next_keyword() local 432 *keywordp = keyword; in efx_vpd_next_keyword() 484 efx_vpd_keyword_t keyword; in efx_vpd_hunk_verify() local 637 efx_vpd_keyword_t keyword = 0; in efx_vpd_hunk_next() local 654 keyword = 0; in efx_vpd_hunk_next() 663 keyword = 0; in efx_vpd_hunk_next() 688 *keywordp = keyword; in efx_vpd_hunk_next() 710 __in efx_vpd_keyword_t keyword, in efx_vpd_hunk_get() argument 745 if (ikeyword == keyword) { in efx_vpd_hunk_get() 775 efx_vpd_keyword_t keyword; in efx_vpd_hunk_set() local [all …]
|
| H A D | efx_impl.h | 1510 __in efx_vpd_keyword_t keyword, 1520 __out efx_vpd_keyword_t *keyword,
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | sa.c | 39 const char *keyword; member 47 const char *keyword; member 56 const char *keyword; member 68 .keyword = "null", 75 .keyword = "aes-128-cbc", 82 .keyword = "aes-192-cbc", 89 .keyword = "aes-256-cbc", 117 .keyword = "3des-cbc", 127 .keyword = "null", 134 .keyword = "sha1-hmac", [all …]
|
| /dpdk/app/test/ |
| H A D | test_ipsec_perf.c | 90 const char *keyword; member 98 const char *keyword; member 106 const char *keyword; member 117 .keyword = "aes-128-cbc", 127 .keyword = "sha1-hmac", 136 .keyword = "aes-128-gcm",
|
| H A D | test_ipsec.c | 125 const char *keyword; member 133 const char *keyword; member 142 .keyword = "null", 152 .keyword = "null", 198 if (strcmp(cipher_keyword, algo->keyword) == 0) in find_match_cipher_algo() 214 if (strcmp(auth_keyword, algo->keyword) == 0) in find_match_auth_algo()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 1277 keyword, "port"); 1374 keyword, "attach"); 1418 keyword, "detach"); 1459 keyword, "detach"); 2012 keyword, "config"); 9083 keyword, "set"); 9125 keyword, "set"); 9167 keyword, "set"); 16920 keyword, "config"); 16996 keyword, "port"); [all …]
|
| /dpdk/doc/guides/howto/ |
| H A D | packet_capture_framework.rst | 59 for ``pdump`` keyword to see how this is done.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vm_power_management.rst | 314 comma-separated list of channel numbers to add. Specifying the keyword 342 for the specified VM. Alternatively, replace ``list`` with the keyword
|
| /dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 654 * The ``@see`` keyword can be used to create a *see also* link to another file or library.
|
| H A D | coding_style.rst | 508 * Closing and opening braces go on the same line as the else keyword.
|
| /dpdk/doc/guides/nics/ |
| H A D | enic.rst | 158 ``network`` keyword. These methods are described in the libvirt documentation for
|