/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/lib/log/ |
H A D | rte_log.h | 332 #define RTE_LOG(l, t, ...) \ argument 356 #define RTE_LOG_DP(l, t, ...) \ argument 386 #define RTE_LOG_LINE(l, t, ...) do { \ argument 413 RTE_LOG_DP_LINE(l,t,...) global() argument 444 RTE_LOG_LINE_PREFIX(l,t,prefix,args,...) global() argument 473 RTE_LOG_DP_LINE_PREFIX(l,t,prefix,args,...) global() argument [all...] |
/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 | 200 mbox_memcpy(volatile void *d, const volatile void *s, size_t l) in mbox_memcpy() 220 mbox_memset(volatile void *d, uint8_t val, size_t l) in mbox_memset()
|
H A D | roc_ree.h | 19 #define REE_MOD_INC(i, l) ((i) == (l - 1) ? (i) = 0 : (i)++) argument
|
/dpdk/app/test/ |
H A D | test_lcores.c | 141 struct limit_lcore_context *l = arg; in limit_lcores_init() local 152 struct limit_lcore_context *l = arg; in limit_lcores_uninit() local 160 struct limit_lcore_context l; in test_lcores_callback() local 228 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/lib/eal/common/ |
H A D | rte_reciprocal.c | 19 int l; in rte_reciprocal_value() local 108 int l; in rte_reciprocal_value_u64() local
|
/dpdk/drivers/net/bnxt/hcapi/cfa/ |
H A D | hcapi_cfa_common.c | 77 int l; in hcapi_cfa_crc32i() local
|
/dpdk/drivers/common/dpaax/caamflib/ |
H A D | compat.h | 46 #define pr_msg(l, fmt, ...) do { } while (0) argument 48 #define pr_msg(l, fmt, ...) \ argument
|
/dpdk/lib/pipeline/ |
H A D | rte_swx_ctl.c | 962 learner_pending_default_free(struct learner *l) in learner_pending_default_free() 982 struct learner *l = &ctl->learners[i]; in learner_free() local 1000 struct learner *l = &ctl->learners[i]; in learner_find() local 1010 learner_action_data_size_get(struct rte_swx_ctl_pipeline *ctl, struct learner *l) in learner_action_data_size_get() 1136 struct learner *l = &ctl->learners[i]; in table_state_create() local 1487 struct learner *l = &ctl->learners[i]; in rte_swx_ctl_pipeline_create() local 2383 learner_default_entry_alloc(struct learner *l) in learner_default_entry_alloc() 2410 struct learner *l = &ctl->learners[learner_id]; in learner_default_entry_check() local 2435 struct learner *l = &ctl->learners[learner_id]; in learner_default_entry_duplicate() local 2488 struct learner *l; in rte_swx_ctl_pipeline_learner_default_entry_add() local [all …]
|
H A D | rte_swx_pipeline.c | 2486 struct learner *l; in instr_table_translate() local 2677 struct learner_runtime *l = &t->learners[learner_id]; in instr_learner_exec() local 2738 struct learner_runtime *l = &t->learners[learner_id]; in instr_learner_af_exec() local 9173 struct learner *l; in learner_find() local 9185 struct learner *l = NULL; in learner_find_by_id() local 9374 struct learner *l = NULL; in rte_swx_pipeline_learner_config() local 9566 learner_params_offset_get(struct learner *l) in learner_params_offset_get() 9597 learner_params_get(struct learner *l) in learner_params_get() 9716 struct learner *l; in learner_build() local 9759 struct learner *l; in learner_free() local [all …]
|
/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/lib/eal/include/ |
H A D | rte_string_fns.h | 74 size_t l = strnlen(dst, size); in rte_strlcat() local
|
/dpdk/lib/mldev/ |
H A D | mldev_utils_scalar.h | 20 #define GENMASK_U32(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) argument
|
/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 | 41 #define QAT_ASYM_CAP(n, o, l, r, i) \ 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/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/bus/fslmc/mc/ |
H A D | fsl_mc_cmd.h | 33 #define GENMASK(h, l) \ argument
|
/dpdk/lib/cmdline/ |
H A D | cmdline_parse.c | 326 int l; in cmdline_complete() local
|
/dpdk/drivers/net/atlantic/hw_atl/ |
H A D | hw_atl_b0.c | 307 unsigned int l = 0U; in hw_atl_b0_hw_mac_addr_set() local
|
/dpdk/lib/telemetry/ |
H A D | telemetry.c | 60 TMTY_LOG_LINE(l,...) global() argument
|