Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 176) sorted by relevance

12345678

/dpdk/lib/bpf/
H A Dbpf_jit_arm64.c85 is_first_pass(struct a64_jit_ctx *ctx) in is_first_pass()
126 jump_offset_fini(struct a64_jit_ctx *ctx) in jump_offset_fini()
228 emit_ret(struct a64_jit_ctx *ctx) in emit_ret()
635 emit_blr(struct a64_jit_ctx *ctx, uint8_t rn) in emit_blr()
793 emit_prologue_has_call(struct a64_jit_ctx *ctx) in emit_prologue_has_call()
862 emit_prologue_no_call(struct a64_jit_ctx *ctx) in emit_prologue_no_call()
889 emit_epilogue_no_call(struct a64_jit_ctx *ctx) in emit_epilogue_no_call()
898 emit_prologue(struct a64_jit_ctx *ctx) in emit_prologue()
909 emit_epilogue(struct a64_jit_ctx *ctx) in emit_epilogue()
944 emit_b(struct a64_jit_ctx *ctx, int32_t imm26) in emit_b()
[all …]
/dpdk/lib/acl/
H A Drte_acl.c35 rte_acl_classify_avx512x32(__rte_unused const struct rte_acl_ctx *ctx, in rte_acl_classify_avx512x32()
51 rte_acl_classify_avx2(__rte_unused const struct rte_acl_ctx *ctx, in rte_acl_classify_avx2()
63 rte_acl_classify_sse(__rte_unused const struct rte_acl_ctx *ctx, in rte_acl_classify_sse()
75 rte_acl_classify_neon(__rte_unused const struct rte_acl_ctx *ctx, in rte_acl_classify_neon()
312 struct rte_acl_ctx *ctx = NULL; in rte_acl_find_existing() local
334 rte_acl_free(struct rte_acl_ctx *ctx) in rte_acl_free()
369 struct rte_acl_ctx *ctx; in rte_acl_create() local
491 rte_acl_reset_rules(struct rte_acl_ctx *ctx) in rte_acl_reset_rules()
501 rte_acl_reset(struct rte_acl_ctx *ctx) in rte_acl_reset()
513 rte_acl_dump(const struct rte_acl_ctx *ctx) in rte_acl_dump()
[all …]
H A Dacl_run_sse.h55 resolve_priority_sse(uint64_t transition, int n, const struct rte_acl_ctx *ctx, in resolve_priority_sse()
99 acl_process_matches(xmm_t *indices, int slot, const struct rte_acl_ctx *ctx, in acl_process_matches()
124 acl_match_check_x4(int slot, const struct rte_acl_ctx *ctx, struct parms *parms, in acl_match_check_x4()
194 search_sse_8(const struct rte_acl_ctx *ctx, const uint8_t **data, in search_sse_8()
283 search_sse_4(const struct rte_acl_ctx *ctx, const uint8_t **data, in search_sse_4()
/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_glue.c51 mlx5_glue_devx_close_device(void *ctx) in mlx5_glue_devx_close_device()
126 mlx5_glue_devx_obj_create(void *ctx, in mlx5_glue_devx_obj_create()
167 mlx5_glue_devx_general_cmd(void *ctx, in mlx5_glue_devx_general_cmd()
204 mlx5_glue_devx_umem_reg(void *ctx, void *addr, size_t size, in mlx5_glue_devx_umem_reg()
227 mlx5_glue_devx_alloc_uar(void *ctx, in mlx5_glue_devx_alloc_uar()
245 mlx5_glue_devx_query_eqn(void *ctx, in mlx5_glue_devx_query_eqn()
263 mlx5_glue_devx_fs_rule_add(void *ctx, void *in, uint32_t inlen) in mlx5_glue_devx_fs_rule_add()
287 mlx5_glue_query_rt_values(void *ctx, void *devx_clock) in mlx5_glue_query_rt_values()
312 mlx5_glue_devx_init_showdown_event(void *ctx) in mlx5_glue_devx_init_showdown_event()
362 mlx5_glue_devx_get_mtu(void *ctx, uint32_t *mtu) in mlx5_glue_devx_get_mtu()
[all …]
H A Dmlx5_common_os.h107 mlx5_os_get_ctx_device_name(void *ctx) in mlx5_os_get_ctx_device_name()
126 mlx5_os_get_ctx_device_path(void *ctx) in mlx5_os_get_ctx_device_path()
223 mlx5_os_devx_create_event_channel(void *ctx, int flags) in mlx5_os_devx_create_event_channel()
/dpdk/lib/eal/unix/
H A Deal_firmware.c25 firmware_open(struct firmware_read_ctx *ctx, const char *name, size_t blocksize) in firmware_open()
44 firmware_read_block(struct firmware_read_ctx *ctx, void *buf, size_t count) in firmware_read_block()
50 firmware_close(struct firmware_read_ctx *ctx) in firmware_close()
63 firmware_open(struct firmware_read_ctx *ctx, const char *name, in firmware_open()
73 firmware_read_block(struct firmware_read_ctx *ctx, void *buf, size_t count) in firmware_read_block()
79 firmware_close(struct firmware_read_ctx *ctx) in firmware_close()
91 struct firmware_read_ctx ctx; in firmware_read() local
/dpdk/lib/vhost/
H A Dvhost_user.c292 struct vhu_msg_context *ctx, in vhost_user_get_features()
312 struct vhu_msg_context *ctx, in vhost_user_get_queue_num()
332 struct vhu_msg_context *ctx, in vhost_user_set_features()
419 struct vhu_msg_context *ctx, in vhost_user_set_vring_num()
858 struct vhu_msg_context *ctx, in vhost_user_set_vring_addr()
900 struct vhu_msg_context *ctx, in vhost_user_set_vring_base()
1115 struct vhu_msg_context *ctx) in vhost_user_postcopy_register()
1257 struct vhu_msg_context *ctx, in vhost_user_set_mem_table()
1738 struct vhu_msg_context *ctx, in vhost_user_set_vring_call()
2764 struct vhu_msg_context *ctx) in send_vhost_slave_message()
[all …]
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c306 mlx5_devx_cmd_mkey_create(void *ctx, in mlx5_devx_cmd_mkey_create()
1255 mlx5_devx_cmd_create_rq(void *ctx, in mlx5_devx_cmd_create_rq()
1365 mlx5_devx_cmd_create_rmp(void *ctx, in mlx5_devx_cmd_create_rmp()
1413 mlx5_devx_cmd_create_tir(void *ctx, in mlx5_devx_cmd_create_tir()
1566 mlx5_devx_cmd_create_rqt(void *ctx, in mlx5_devx_cmd_create_rqt()
1670 mlx5_devx_cmd_create_sq(void *ctx, in mlx5_devx_cmd_create_sq()
1773 mlx5_devx_cmd_create_tis(void *ctx, in mlx5_devx_cmd_create_tis()
1817 mlx5_devx_cmd_create_td(void *ctx) in mlx5_devx_cmd_create_td()
2154 mlx5_devx_cmd_create_qp(void *ctx, in mlx5_devx_cmd_create_qp()
2445 mlx5_devx_cmd_alloc_pd(void *ctx) in mlx5_devx_cmd_alloc_pd()
[all …]
H A Dmlx5_common_utils.c30 mlx5_list_create(const char *name, void *ctx, bool lcores_share, in mlx5_list_create()
75 int lcore_index, void *ctx, bool reuse) in __list_lookup()
105 struct mlx5_list_const *l_const, void *ctx) in _mlx5_list_lookup()
124 mlx5_list_lookup(struct mlx5_list *list, void *ctx) in mlx5_list_lookup()
133 struct mlx5_list_entry *gentry, void *ctx) in mlx5_list_cache_insert()
175 void *ctx, int lcore_index) in _mlx5_list_register()
264 mlx5_list_register(struct mlx5_list *list, void *ctx) in mlx5_list_register()
389 bool lcores_share, void *ctx, mlx5_list_create_cb cb_create, in mlx5_hlist_create()
453 mlx5_hlist_lookup(struct mlx5_hlist *h, uint64_t key, void *ctx) in mlx5_hlist_lookup()
465 mlx5_hlist_register(struct mlx5_hlist *h, uint64_t key, void *ctx) in mlx5_hlist_register()
H A Dmlx5_common_devx.c79 mlx5_devx_cq_create(void *ctx, struct mlx5_devx_cq *cq_obj, uint16_t log_desc_n, in mlx5_devx_cq_create()
206 mlx5_devx_sq_create(void *ctx, struct mlx5_devx_sq *sq_obj, uint16_t log_wqbb_n, in mlx5_devx_sq_create()
352 mlx5_devx_qp_create(void *ctx, struct mlx5_devx_qp *qp_obj, uint32_t queue_size, in mlx5_devx_qp_create()
458 mlx5_devx_wq_init(void *ctx, uint32_t wqe_size, uint16_t log_wqbb_n, int socket, in mlx5_devx_wq_init()
535 mlx5_devx_rq_std_create(void *ctx, struct mlx5_devx_rq *rq_obj, in mlx5_devx_rq_std_create()
582 mlx5_devx_rmp_create(void *ctx, struct mlx5_devx_rmp *rmp_obj, in mlx5_devx_rmp_create()
634 mlx5_devx_rq_shared_create(void *ctx, struct mlx5_devx_rq *rq_obj, in mlx5_devx_rq_shared_create()
697 mlx5_devx_rq_create(void *ctx, struct mlx5_devx_rq *rq_obj, in mlx5_devx_rq_create()
/dpdk/lib/jobstats/
H A Drte_jobstats.c67 rte_jobstats_context_init(struct rte_jobstats_context *ctx) in rte_jobstats_context_init()
81 rte_jobstats_context_start(struct rte_jobstats_context *ctx) in rte_jobstats_context_start()
93 rte_jobstats_context_finish(struct rte_jobstats_context *ctx) in rte_jobstats_context_finish()
106 rte_jobstats_context_reset(struct rte_jobstats_context *ctx) in rte_jobstats_context_reset()
123 rte_jobstats_start(struct rte_jobstats_context *ctx, struct rte_jobstats *job) in rte_jobstats_start()
144 struct rte_jobstats_context *ctx; in rte_jobstats_abort() local
164 struct rte_jobstats_context *ctx; in rte_jobstats_finish() local
/dpdk/examples/ethtool/ethtool-app/
H A Dethapp.c139 struct cmdline *ctx, in pcmd_quit_callback()
148 __rte_unused struct cmdline *ctx, in pcmd_drvinfo_callback()
171 __rte_unused struct cmdline *ctx, in pcmd_link_callback()
201 __rte_unused struct cmdline *ctx, in pcmd_regs_callback()
247 __rte_unused struct cmdline *ctx, in pcmd_eeprom_callback()
306 __rte_unused struct cmdline *ctx, in pcmd_module_eeprom_callback()
354 __rte_unused struct cmdline *ctx, in pcmd_pause_callback()
404 __rte_unused struct cmdline *ctx, in pcmd_open_callback()
428 __rte_unused struct cmdline *ctx, in pcmd_stop_callback()
453 __rte_unused struct cmdline *ctx, in pcmd_rxmode_callback()
[all …]
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gens.h25 EVP_CIPHER_CTX *ctx = (EVP_CIPHER_CTX *)bpi_ctx; in op_bpi_cipher_decrypt() local
46 qat_bpicipher_preprocess(struct qat_sym_session *ctx, in qat_bpicipher_preprocess()
100 qat_auth_is_len_in_bits(struct qat_sym_session *ctx, in qat_auth_is_len_in_bits()
115 qat_cipher_is_len_in_bits(struct qat_sym_session *ctx, in qat_cipher_is_len_in_bits()
217 struct qat_sym_session *ctx, in qat_sym_convert_op_to_vec_cipher()
289 struct qat_sym_session *ctx, in qat_sym_convert_op_to_vec_auth()
365 struct qat_sym_session *ctx, in qat_sym_convert_op_to_vec_chain()
497 struct qat_sym_session *ctx, in qat_sym_convert_op_to_vec_aead()
588 enqueue_one_auth_job_gen1(struct qat_sym_session *ctx, in enqueue_one_auth_job_gen1()
626 enqueue_one_chain_job_gen1(struct qat_sym_session *ctx, in enqueue_one_chain_job_gen1()
[all …]
H A Dqat_crypto_pmd_gen3.c147 enqueue_one_aead_job_gen3(struct qat_sym_session *ctx, in enqueue_one_aead_job_gen3()
178 enqueue_one_auth_job_gen3(struct qat_sym_session *ctx, in enqueue_one_auth_job_gen3()
262 qat_sym_build_op_aead_gen3(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_aead_gen3()
309 qat_sym_build_op_auth_gen3(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_auth_gen3()
357 struct qat_sym_session *ctx = session; in qat_sym_crypto_set_session_gen3() local
413 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_aead_gen3() local
451 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_aead_jobs_gen3() local
524 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_auth_gen3() local
558 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_auth_jobs_gen3() local
613 struct qat_sym_session *ctx = _ctx; in qat_sym_configure_raw_dp_ctx_gen3() local
H A Dqat_crypto_pmd_gen4.c107 enqueue_one_aead_job_gen4(struct qat_sym_session *ctx, in enqueue_one_aead_job_gen4()
139 qat_sym_build_op_aead_gen4(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_aead_gen4()
188 struct qat_sym_session *ctx = session; in qat_sym_crypto_set_session_gen4() local
242 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_aead_gen4() local
280 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_aead_jobs_gen4() local
344 struct qat_sym_session *ctx = _ctx; in qat_sym_configure_raw_dp_ctx_gen4() local
H A Dqat_sym_pmd_gen1.c227 qat_sym_build_op_auth_gen1(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_auth_gen1()
467 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_cipher_gen1() local
506 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_cipher_jobs_gen1() local
576 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_auth_gen1() local
614 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_auth_jobs_gen1() local
684 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_chain_gen1() local
724 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_chain_jobs_gen1() local
801 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_aead_gen1() local
839 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_aead_jobs_gen1() local
1094 struct qat_sym_session *ctx = _ctx; in qat_sym_configure_raw_dp_ctx_gen1() local
[all …]
/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.c205 static struct sfc_flow_rss_ctx *ctx; in sfc_flow_rss_ctx_reuse() local
244 struct sfc_flow_rss_ctx *ctx; in sfc_flow_rss_ctx_add() local
280 sfc_flow_rss_ctx_del(struct sfc_adapter *sa, struct sfc_flow_rss_ctx *ctx) in sfc_flow_rss_ctx_del()
314 const struct sfc_flow_rss_ctx *ctx) in sfc_flow_rss_ctx_program_tbl()
340 sfc_flow_rss_ctx_program(struct sfc_adapter *sa, struct sfc_flow_rss_ctx *ctx) in sfc_flow_rss_ctx_program()
450 sfc_flow_rss_ctx_terminate(struct sfc_adapter *sa, struct sfc_flow_rss_ctx *ctx) in sfc_flow_rss_ctx_terminate()
H A Dsfc_mae.c1489 struct sfc_flow_parse_ctx *ctx, in sfc_mae_rule_parse_item_port_id()
1632 struct sfc_flow_parse_ctx *ctx, in sfc_mae_rule_parse_item_phy_port()
1689 struct sfc_flow_parse_ctx *ctx, in sfc_mae_rule_parse_item_pf()
1725 struct sfc_flow_parse_ctx *ctx, in sfc_mae_rule_parse_item_vf()
1878 struct sfc_flow_parse_ctx *ctx, in sfc_mae_rule_parse_item_eth()
2693 struct sfc_mae_parse_ctx *ctx, in sfc_mae_rule_process_outer()
2786 struct sfc_mae_parse_ctx *ctx) in sfc_mae_rule_preparse_item_mark()
2993 struct sfc_flow_parse_ctx ctx; in sfc_mae_rule_parse_pattern() local
3113 struct sfc_mae_aset_ctx *ctx, in sfc_mae_rule_parse_action_set_mac()
3837 struct sfc_mae_aset_ctx *ctx, in sfc_mae_rule_parse_action()
[all …]
/dpdk/lib/hash/
H A Drte_thash.c164 alloc_lfsr(struct rte_thash_ctx *ctx) in alloc_lfsr()
214 struct rte_thash_ctx *ctx; in rte_thash_init_ctx() local
303 struct rte_thash_ctx *ctx; in rte_thash_find_existing() local
327 rte_thash_free_ctx(struct rte_thash_ctx *ctx) in rte_thash_free_ctx()
414 get_subvalue(struct rte_thash_ctx *ctx, uint32_t offset) in get_subvalue()
427 generate_complement_table(struct rte_thash_ctx *ctx, in generate_complement_table()
448 insert_before(struct rte_thash_ctx *ctx, in insert_before()
509 insert_after(struct rte_thash_ctx *ctx, in insert_after()
661 rte_thash_get_key(struct rte_thash_ctx *ctx) in rte_thash_get_key()
667 rte_thash_get_gfni_matrices(struct rte_thash_ctx *ctx) in rte_thash_get_gfni_matrices()
[all …]
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.h52 mlx5_os_get_ctx_device_name(void *ctx) in mlx5_os_get_ctx_device_name()
71 mlx5_os_get_ctx_device_path(void *ctx) in mlx5_os_get_ctx_device_path()
209 mlx5_os_umem_reg(void *ctx, void *addr, size_t size, uint32_t access) in mlx5_os_umem_reg()
222 mlx5_os_devx_create_event_channel(void *ctx, int flags) in mlx5_os_devx_create_event_channel()
/dpdk/app/test/
H A Dtest_thash.c383 struct rte_thash_ctx *ctx; in test_create_invalid() local
409 struct rte_thash_ctx *ctx; in test_multiple_create() local
427 struct rte_thash_ctx *ctx; in test_free_null() local
441 struct rte_thash_ctx *ctx; in test_add_invalid_helper() local
498 struct rte_thash_ctx *ctx, *ret_ctx; in test_find_existing() local
514 struct rte_thash_ctx *ctx; in test_get_helper() local
541 struct rte_thash_ctx *ctx; in test_period_overflow() local
577 struct rte_thash_ctx *ctx; in test_predictable_rss_min_seq() local
658 struct rte_thash_ctx *ctx; in test_predictable_rss_multirange() local
732 struct rte_thash_ctx *ctx; in test_adjust_tuple() local
H A Dtest_cmdline_lib.c55 cmdline_parse_ctx_t ctx; in test_cmdline_parse_fns() local
155 cmdline_parse_ctx_t ctx; in test_cmdline_socket_fns() local
200 cmdline_parse_ctx_t ctx; in test_cmdline_fns() local
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c167 SHA_CTX ctx; in partial_hash_sha1() local
178 SHA256_CTX ctx; in partial_hash_sha224() local
190 SHA256_CTX ctx; in partial_hash_sha256() local
202 SHA512_CTX ctx; in partial_hash_sha384() local
214 SHA512_CTX ctx; in partial_hash_sha512() local
367 sha3_context *ctx; in partial_hash_sha3_224() local
386 sha3_context *ctx; in partial_hash_sha3_256() local
405 sha3_context *ctx; in partial_hash_sha3_384() local
424 sha3_context *ctx; in partial_hash_sha3_512() local
605 EVP_CIPHER_CTX *ctx; in generate_cmac_subkeys() local
[all …]
/dpdk/drivers/net/ionic/
H A Dionic_lif.c38 struct ionic_admin_ctx ctx = { in ionic_qcq_enable() local
56 struct ionic_admin_ctx ctx = { in ionic_qcq_disable() local
255 struct ionic_admin_ctx ctx = { in ionic_lif_addr_add() local
279 struct ionic_admin_ctx ctx = { in ionic_lif_addr_del() local
378 struct ionic_admin_ctx ctx = { in ionic_vlan_rx_add_vid() local
401 struct ionic_admin_ctx ctx = { in ionic_vlan_rx_kill_vid() local
452 struct ionic_admin_ctx ctx = { in ionic_lif_rx_mode() local
543 struct ionic_admin_ctx ctx = { in ionic_lif_change_mtu() local
1073 struct ionic_admin_ctx ctx = { in ionic_lif_rss_config() local
1372 struct ionic_admin_ctx ctx = { in ionic_lif_notifyq_init() local
[all …]
/dpdk/lib/cmdline/
H A Dcmdline_socket.c20 cmdline_file_new(cmdline_parse_ctx_t *ctx, const char *prompt, const char *path) in cmdline_file_new()
37 cmdline_stdin_new(cmdline_parse_ctx_t *ctx, const char *prompt) in cmdline_stdin_new()

12345678