| /dpdk/drivers/common/cnxk/ |
| H A D | cnxk_telemetry.h | 8 #define CNXK_TEL_STR(s) #s argument 9 #define CNXK_TEL_STR_PREFIX(s, p) CNXK_TEL_STR(p##s) argument 10 #define CNXK_TEL_DICT_INT(d, p, s, ...) \ argument 13 #define CNXK_TEL_DICT_PTR(d, p, s, ...) \ argument 16 #define CNXK_TEL_DICT_BF_PTR(d, p, s, ...) \ argument 19 #define CNXK_TEL_DICT_U64(d, p, s, ...) \ argument 22 #define CNXK_TEL_DICT_STR(d, p, s, ...) \ argument
|
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_sys.h | 116 static inline void u64_to_le32_copy(void *d, const uint64_t *s, in u64_to_le32_copy() 139 static inline void u64_from_le32_copy(uint64_t *d, const void *s, in u64_from_le32_copy() 204 static inline void qbman_cinh_write_complete(struct qbman_swp_sys *s, in qbman_cinh_write_complete() 231 static inline void *qbman_cinh_read_shadow(struct qbman_swp_sys *s, in qbman_cinh_read_shadow() 260 static inline void *qbman_cena_write_start(struct qbman_swp_sys *s, in qbman_cena_write_start() 325 static inline uint32_t qbman_cena_read_reg(struct qbman_swp_sys *s, in qbman_cena_read_reg() 365 static inline void qbman_cena_invalidate(struct qbman_swp_sys *s, in qbman_cena_invalidate() 378 static inline void qbman_cena_prefetch(struct qbman_swp_sys *s, in qbman_cena_prefetch() 449 static inline int qbman_swp_sys_init(struct qbman_swp_sys *s, in qbman_swp_sys_init() 536 static inline int qbman_swp_sys_update(struct qbman_swp_sys *s, in qbman_swp_sys_update() [all …]
|
| H A D | qbman_portal.c | 353 struct qbman_swp_sys *s = &p->sys; in qbman_swp_update() local 831 struct qbman_swp *s, in qbman_swp_enqueue_ring_mode_cinh_read_direct() 869 struct qbman_swp *s, in qbman_swp_enqueue_ring_mode_cinh_direct() 1033 struct qbman_swp *s, in qbman_swp_enqueue_multiple_cinh_read_direct() 1103 struct qbman_swp *s, in qbman_swp_enqueue_multiple_cinh_direct() 1301 struct qbman_swp *s, in qbman_swp_enqueue_multiple_fd_cinh_read_direct() 1371 struct qbman_swp *s, in qbman_swp_enqueue_multiple_fd_cinh_direct() 1570 struct qbman_swp *s, in qbman_swp_enqueue_multiple_desc_cinh_read_direct() 1635 struct qbman_swp *s, in qbman_swp_enqueue_multiple_desc_cinh_direct() 2266 struct qbman_swp *s; in qbman_check_command_complete() local [all …]
|
| /dpdk/app/test/ |
| H A D | test_stack.c | 18 test_stack_push_pop(struct rte_stack *s, void **obj_table, unsigned int bulk_sz) in test_stack_push_pop() 102 struct rte_stack *s = NULL; in test_stack_basic() local 182 struct rte_stack *s[2]; in test_stack_name_reuse() local 207 struct rte_stack *s; in test_stack_name_length() local 231 struct rte_stack *s = rte_stack_lookup("stack_not_found"); in test_lookup_null() local 274 struct rte_stack *s; member 310 struct rte_stack *s; in test_stack_multithreaded() local
|
| H A D | test_stack_perf.c | 110 test_empty_pop(struct rte_stack *s) in test_empty_pop() 128 struct rte_stack *s; member 141 struct rte_stack *s; in bulk_push_pop() local 169 run_on_core_pair(struct lcore_pair *cores, struct rte_stack *s, in run_on_core_pair() 199 run_on_n_cores(struct rte_stack *s, lcore_function_t fn, int n) in run_on_n_cores() 252 test_single_push_pop(struct rte_stack *s) in test_single_push_pop() 273 test_bulk_push_pop(struct rte_stack *s) in test_bulk_push_pop() 301 struct rte_stack *s; in __test_stack_perf() local
|
| /dpdk/drivers/event/opdl/ |
| H A D | opdl_ring.c | 136 is_input_stage(const struct opdl_stage *s) in is_input_stage() 150 available(const struct opdl_stage *s) in available() 168 update_available_seq(struct opdl_stage *s) in update_available_seq() 207 wait_for_available(struct opdl_stage *s, uint32_t n) in wait_for_available() 292 struct opdl_stage *s = input_stage(t); in opdl_ring_input_singlethread() local 464 struct opdl_stage *s = input_stage(t); in opdl_ring_input_multithread() local 779 opdl_stage_available(struct opdl_stage *s) in opdl_stage_available() 788 struct opdl_stage *s = input_stage(t); in opdl_ring_flush() local 1092 struct opdl_stage *s; in opdl_stage_add() local 1186 opdl_stage_set_queue_id(struct opdl_stage *s, in opdl_stage_set_queue_id() [all …]
|
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline_spec.c | 39 extobj_spec_free(struct extobj_spec *s) in extobj_spec_free() 55 extobj_statement_parse(struct extobj_spec *s, in extobj_statement_parse() 112 struct_spec_free(struct struct_spec *s) in struct_spec_free() 171 struct_block_parse(struct struct_spec *s, in struct_block_parse() 296 header_spec_free(struct header_spec *s) in header_spec_free() 408 action_spec_free(struct action_spec *s) in action_spec_free() 478 action_block_parse(struct action_spec *s, in action_block_parse() 559 table_spec_free(struct table_spec *s) in table_spec_free() 842 table_block_parse(struct table_spec *s, in table_block_parse() 1887 apply_spec_free(struct apply_spec *s) in apply_spec_free() [all …]
|
| /dpdk/drivers/mempool/stack/ |
| H A D | rte_mempool_stack.c | 13 struct rte_stack *s; in __stack_alloc() local 48 struct rte_stack *s = mp->pool_data; in stack_enqueue() local 57 struct rte_stack *s = mp->pool_data; in stack_dequeue() local 65 struct rte_stack *s = mp->pool_data; in stack_get_count() local 73 struct rte_stack *s = mp->pool_data; in stack_free() local
|
| /dpdk/lib/eal/windows/include/ |
| H A D | sched.h | 33 #define CPU_SET(b, s) ((s)->_bits[_WHICH_SET(b)] |= (1LL << _WHICH_BIT(b))) argument 35 #define CPU_ZERO(s) \ argument 43 #define CPU_ISSET(b, s) (((s)->_bits[_WHICH_SET(b)] & \ argument 47 count_cpu(rte_cpuset_t *s) in count_cpu() 57 #define CPU_COUNT(s) count_cpu(s) argument 75 #define CPU_FILL(s) \ argument
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | bitalloc.h | 21 #define BA_L0(s) (((s) + 31) / 32) argument 22 #define BA_L1(s) ((BA_L0(s) + 31) / 32) argument 23 #define BA_L2(s) ((BA_L1(s) + 31) / 32) argument 24 #define BA_L3(s) ((BA_L2(s) + 31) / 32) argument 25 #define BA_L4(s) ((BA_L3(s) + 31) / 32) argument
|
| /dpdk/lib/eal/common/ |
| H A D | rte_service.c | 174 struct rte_service_spec_impl *s; in rte_service_set_stats_enable() local 188 struct rte_service_spec_impl *s; in rte_service_set_runstate_mapped_check() local 226 struct rte_service_spec_impl *s; in rte_service_get_name() local 234 struct rte_service_spec_impl *s; in rte_service_probe_capability() local 275 struct rte_service_spec_impl *s; in rte_service_component_unregister() local 294 struct rte_service_spec_impl *s; in rte_service_component_runstate_set() local 314 struct rte_service_spec_impl *s; in rte_service_runstate_set() local 334 struct rte_service_spec_impl *s; in rte_service_runstate_get() local 431 struct rte_service_spec_impl *s; in rte_service_run_iter_on_app_lcore() local 789 struct rte_service_spec_impl *s; in rte_service_attr_get() local [all …]
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | smt.c | 13 struct smt_data *s = adap->smt; in cxgbe_do_smt_write_rpl() local 32 struct smt_data *s = adap->smt; in write_smt_entry() local 117 static struct smt_entry *find_or_alloc_smte(struct smt_data *s, u8 *smac) in find_or_alloc_smte() 151 struct smt_data *s = adap->smt; in t4_smt_alloc_switching() local 207 struct smt_data *s; in t4_init_smt() local
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_hal.h | 35 } s; member 52 } s; member 69 } s; member 84 } s; member 97 } s; member 110 } s; member 133 } s; member 146 } s; member
|
| /dpdk/lib/stack/ |
| H A D | rte_stack_std.h | 23 __rte_stack_std_push(struct rte_stack *s, void * const *obj_table, in __rte_stack_std_push() 62 __rte_stack_std_pop(struct rte_stack *s, void **obj_table, unsigned int n) in __rte_stack_std_pop() 96 __rte_stack_std_count(struct rte_stack *s) in __rte_stack_std_count()
|
| H A D | rte_stack.h | 110 rte_stack_push(struct rte_stack *s, void * const *obj_table, unsigned int n) in rte_stack_push() 134 rte_stack_pop(struct rte_stack *s, void **obj_table, unsigned int n) in rte_stack_pop() 154 rte_stack_count(struct rte_stack *s) in rte_stack_count() 173 rte_stack_free_count(struct rte_stack *s) in rte_stack_free_count()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_aesni_gcm.c | 546 aesni_gcm_sgl_op_finalize_encryption(const struct aesni_gcm_session *s, in aesni_gcm_sgl_op_finalize_encryption() 565 aesni_gcm_sgl_op_finalize_decryption(const struct aesni_gcm_session *s, in aesni_gcm_sgl_op_finalize_decryption() 579 aesni_gcm_process_gcm_sgl_op(const struct aesni_gcm_session *s, in aesni_gcm_process_gcm_sgl_op() 612 aesni_gcm_process_gmac_sgl_op(const struct aesni_gcm_session *s, in aesni_gcm_process_gmac_sgl_op() 622 aesni_gcm_sgl_encrypt(struct aesni_gcm_session *s, in aesni_gcm_sgl_encrypt() 643 aesni_gcm_sgl_decrypt(struct aesni_gcm_session *s, in aesni_gcm_sgl_decrypt() 664 aesni_gmac_sgl_generate(struct aesni_gcm_session *s, in aesni_gmac_sgl_generate() 689 aesni_gmac_sgl_verify(struct aesni_gcm_session *s, in aesni_gmac_sgl_verify() 720 struct aesni_gcm_session *s; in aesni_gcm_process_bulk() local
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse_string.c | 27 get_token_len(const char *s) in get_token_len() 41 get_next_token(const char *s) in get_next_token() 163 const char *s; in cmdline_complete_get_elt_string() local 195 const char *s; in cmdline_get_help_string() local
|
| /dpdk/lib/net/ |
| H A D | rte_ether.c | 43 const char *s = s0; in get_ether_addr6() local 69 static bool get_ether_addr3(const char *s, struct rte_ether_addr *ea) in get_ether_addr3() 101 rte_ether_unformat_addr(const char *s, struct rte_ether_addr *ea) in rte_ether_unformat_addr()
|
| /dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_plat.h | 14 #define nicvf_log_error(s, ...) PMD_DRV_LOG(ERR, s, ##__VA_ARGS__) argument 16 #define nicvf_log_debug(s, ...) PMD_DRV_LOG(DEBUG, s, ##__VA_ARGS__) argument 18 #define nicvf_mbox_log(s, ...) PMD_MBOX_LOG(DEBUG, s, ##__VA_ARGS__) argument 20 #define nicvf_log(s, ...) fprintf(stderr, s, ##__VA_ARGS__) argument
|
| /dpdk/drivers/net/octeontx/ |
| H A D | octeontx_logs.h | 25 #define octeontx_log_err(s, ...) PMD_INIT_LOG(ERR, s, ##__VA_ARGS__) argument 26 #define octeontx_log_dbg(s, ...) PMD_DRV_LOG(DEBUG, s, ##__VA_ARGS__) argument 27 #define octeontx_mbox_log(s, ...) PMD_MBOX_LOG(DEBUG, s, ##__VA_ARGS__) argument
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec.h | 27 #define S_ASSERT_RTE_MBUF(s) \ argument 29 #define S_ASSERT_MLX5_CQE(s) \ argument
|
| /dpdk/lib/power/ |
| H A D | power_common.c | 27 char *s; in cpufreq_check_scaling_driver() local 89 char *s; in read_core_sysfs_u32() local 112 char *s; in read_core_sysfs_s() local
|
| /dpdk/lib/telemetry/ |
| H A D | telemetry_legacy.c | 132 send_error_response(int s, int err) in send_error_response() 162 perform_command(telemetry_legacy_cb fn, const char *param, int s) in perform_command() 180 parse_client_request(char *buffer, int buf_len, int s) in parse_client_request() 232 int s = (int)(uintptr_t)sock_id; in legacy_client_handler() local
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | cpt.h | 59 } s; member 68 } s; member 76 } s; member 91 } s; member 102 } s; member 113 } s; member 121 } s; member 135 } s; member 146 } s; member 157 } s; member [all …]
|
| /dpdk/lib/eal/x86/ |
| H A D | rte_power_intrinsics.c | 80 struct power_wait_status *s; in rte_power_monitor() local 178 struct power_wait_status *s; in rte_power_monitor_wakeup() local 228 struct power_wait_status *s = &wait_status[lcore_id]; in rte_power_monitor_multi() local
|