Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 60) sorted by relevance

123

/dpdk/drivers/common/dpaax/
H A Ddpaa_list.h40 #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 Dtest_lcores.c130 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 Dtest_barrier.c87 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 Droc_bits.h24 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) argument
27 #define GENMASK_ULL(h, l) \ argument
H A Droc_mbox_priv.h183 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 Drte_reciprocal.c18 int l; in rte_reciprocal_value() local
107 int l; in rte_reciprocal_value_u64() local
/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h44 #define pr_msg(l, fmt, ...) do { } while (0) argument
46 #define pr_msg(l, fmt, ...) \ argument
/dpdk/lib/pipeline/
H A Drte_swx_ctl.c958 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 Dhcapi_cfa_common.c77 int l; in hcapi_cfa_crc32i() local
/dpdk/lib/eal/include/
H A Drte_log.h341 #define RTE_LOG(l, t, ...) \ argument
365 #define RTE_LOG_DP(l, t, ...) \ argument
H A Drte_string_fns.h72 size_t l = strnlen(dst, size); in rte_strlcat() local
/dpdk/app/test-crypto-perf/configs/
H A Dcrypto-perf-qat.json5 "l": "1,2" string
71 "l": "1,2" string
H A Dcrypto-perf-aesni-gcm.json5 "l": "1,2", string
69 "l": "1,2", string
H A Dcrypto-perf-aesni-mb.json5 "l": "1,2", string
84 "l": "1,2", string
/dpdk/drivers/raw/ifpga/base/
H A Dopae_osdep.h45 #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 Drte_openssl_pmd.c803 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 Dqat_crypto.h19 #define CAP_RNG(n, l, r, i) .n = {.min = l, .max = r, .increment = i} argument
H A Dqat_asym.h42 #define QAT_ASYM_CAP(n, o, l, r, i) \ argument
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.h246 struct mlx5_list_inconst l; member
/dpdk/drivers/net/bnx2x/
H A Decore_init_ops.h284 int l; member
568 #define ILT_RANGE(f, l) (((l) << 10) | f) argument
/dpdk/drivers/common/cpt/
H A Dcpt_common.h23 #define MOD_INC(i, l) ((i) == (l - 1) ? (i) = 0 : (i)++) argument
/dpdk/lib/cmdline/
H A Dcmdline_parse.c314 int l; in cmdline_complete() local
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_cryptodev_ops.h19 #define MOD_INC(i, l) ((i) == (l - 1) ? (i) = 0 : (i)++) argument
/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_mc_cmd.h33 #define GENMASK(h, l) \ argument
/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h111 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) argument
112 #define GENMASK_ULL(h, l) (((~0ULL) - (1ULL << (l)) + 1) & \ argument

123