| /dpdk/drivers/common/dpaax/ |
| H A D | dpaa_list.h | 40 #define list_add(p, l) \ argument 49 #define list_add_tail(p, l) \ argument 58 #define list_for_each(i, l) \ argument 60 #define list_for_each_safe(i, j, l) \ argument 63 #define list_for_each_entry(i, l, name) \ argument 66 #define list_for_each_entry_safe(i, j, l, name) \ argument
|
| /dpdk/app/test/ |
| H A D | test_lcores.c | 130 struct limit_lcore_context *l = arg; in limit_lcores_init() local 141 struct limit_lcore_context *l = arg; in limit_lcores_uninit() local 149 struct limit_lcore_context l; in test_lcores_callback() local 217 struct limit_lcore_context l[2] = {}; in test_non_eal_lcores_callback() local
|
| H A D | test_barrier.c | 87 plock_lock(struct plock *l, uint32_t self) in plock_lock() 105 plock_unlock(struct plock *l, uint32_t self) in plock_unlock() 112 plock_reset(struct plock *l, enum plock_use_type utype) in plock_reset()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_bits.h | 24 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) argument 27 #define GENMASK_ULL(h, l) \ argument
|
| H A D | roc_mbox_priv.h | 183 mbox_memcpy(volatile void *d, const volatile void *s, size_t l) in mbox_memcpy() 203 mbox_memset(volatile void *d, uint8_t val, size_t l) in mbox_memset()
|
| /dpdk/lib/eal/common/ |
| H A D | rte_reciprocal.c | 18 int l; in rte_reciprocal_value() local 107 int l; in rte_reciprocal_value_u64() local
|
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | compat.h | 44 #define pr_msg(l, fmt, ...) do { } while (0) argument 46 #define pr_msg(l, fmt, ...) \ argument
|
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_ctl.c | 958 learner_pending_default_free(struct learner *l) in learner_pending_default_free() 978 struct learner *l = &ctl->learners[i]; in learner_free() local 996 struct learner *l = &ctl->learners[i]; in learner_find() local 1133 struct learner *l = &ctl->learners[i]; in table_state_create() local 1393 struct learner *l = &ctl->learners[i]; in rte_swx_ctl_pipeline_create() local 2283 learner_default_entry_alloc(struct learner *l) in learner_default_entry_alloc() 2310 struct learner *l = &ctl->learners[learner_id]; in learner_default_entry_check() local 2335 struct learner *l = &ctl->learners[learner_id]; in learner_default_entry_duplicate() local 2388 struct learner *l; in rte_swx_ctl_pipeline_learner_default_entry_add() local 2417 struct learner *l = &ctl->learners[learner_id]; in learner_rollfwd() local [all …]
|
| /dpdk/drivers/net/bnxt/hcapi/cfa/ |
| H A D | hcapi_cfa_common.c | 77 int l; in hcapi_cfa_crc32i() local
|
| /dpdk/lib/eal/include/ |
| H A D | rte_log.h | 341 #define RTE_LOG(l, t, ...) \ argument 365 #define RTE_LOG_DP(l, t, ...) \ argument
|
| H A D | rte_string_fns.h | 72 size_t l = strnlen(dst, size); in rte_strlcat() local
|
| /dpdk/app/test-crypto-perf/configs/ |
| H A D | crypto-perf-qat.json | 5 "l": "1,2" string 71 "l": "1,2" string
|
| H A D | crypto-perf-aesni-gcm.json | 5 "l": "1,2", string 69 "l": "1,2", string
|
| H A D | crypto-perf-aesni-mb.json | 5 "l": "1,2", string 84 "l": "1,2", string
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_osdep.h | 45 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) argument 48 #define GENMASK_ULL(h, l) \ argument
|
| /dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 803 int l, n = srclen; in process_openssl_encryption_update() local 865 int l, n = srclen; in process_openssl_decryption_update() local 1007 int l; in process_openssl_cipher_des3ctr() local 1218 int l, n = srclen; in process_openssl_auth() local 1270 int l, n = srclen; in process_openssl_auth_hmac() local
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_crypto.h | 19 #define CAP_RNG(n, l, r, i) .n = {.min = l, .max = r, .increment = i} argument
|
| H A D | qat_asym.h | 42 #define QAT_ASYM_CAP(n, o, l, r, i) \ argument
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_utils.h | 246 struct mlx5_list_inconst l; member
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_init_ops.h | 284 int l; member 568 #define ILT_RANGE(f, l) (((l) << 10) | f) argument
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_common.h | 23 #define MOD_INC(i, l) ((i) == (l - 1) ? (i) = 0 : (i)++) argument
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse.c | 314 int l; in cmdline_complete() local
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_ops.h | 19 #define MOD_INC(i, l) ((i) == (l - 1) ? (i) = 0 : (i)++) argument
|
| /dpdk/drivers/bus/fslmc/mc/ |
| H A D | fsl_mc_cmd.h | 33 #define GENMASK(h, l) \ argument
|
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_plat_dpdk.h | 111 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) argument 112 #define GENMASK_ULL(h, l) (((~0ULL) - (1ULL << (l)) + 1) & \ argument
|