/dpdk/lib/bpf/ |
H A D | bpf_jit_arm64.c | 86 is_first_pass(struct a64_jit_ctx *ctx) in is_first_pass() 92 check_invalid_args(struct a64_jit_ctx *ctx, uint32_t limit) in check_invalid_args() 110 jump_offset_init(struct a64_jit_ctx *ctx, struct rte_bpf *bpf) in jump_offset_init() 127 jump_offset_fini(struct a64_jit_ctx *ctx) in jump_offset_fini() 133 jump_offset_update(struct a64_jit_ctx *ctx, uint32_t ebpf_idx) in jump_offset_update() 140 jump_offset_to_branch_update(struct a64_jit_ctx *ctx, uint32_t ebpf_idx) in jump_offset_to_branch_update() 148 jump_offset_get(struct a64_jit_ctx *ctx, uint32_t from, int16_t offset) in jump_offset_get() 217 emit_insn(struct a64_jit_ctx *ctx, uint32_t insn, int error) in emit_insn() 229 emit_ret(struct a64_jit_ctx *ctx) in emit_ret() 235 emit_add_sub_imm(struct a64_jit_ctx *ctx, bool is64, bool sub, uint8_t rd, in emit_add_sub_imm() [all …]
|
/dpdk/lib/acl/ |
H A D | rte_acl.c | 38 rte_acl_classify_avx512x32(__rte_unused const struct rte_acl_ctx *ctx, in rte_acl_classify_avx512x32() 53 rte_acl_classify_avx2(__rte_unused const struct rte_acl_ctx *ctx, in rte_acl_classify_avx2() 62 rte_acl_classify_sse(__rte_unused const struct rte_acl_ctx *ctx, in rte_acl_classify_sse() 74 rte_acl_classify_neon(__rte_unused const struct rte_acl_ctx *ctx, in rte_acl_classify_neon() 86 rte_acl_classify_altivec(__rte_unused const struct rte_acl_ctx *ctx, in rte_acl_classify_altivec() 267 rte_acl_set_ctx_classify(struct rte_acl_ctx *ctx, enum rte_acl_classify_alg alg) in rte_acl_set_ctx_classify() 289 rte_acl_classify_alg(const struct rte_acl_ctx *ctx, const uint8_t **data, in rte_acl_classify_alg() 301 rte_acl_classify(const struct rte_acl_ctx *ctx, const uint8_t **data, in rte_acl_classify() 311 struct rte_acl_ctx *ctx = NULL; in rte_acl_find_existing() local 333 rte_acl_free(struct rte_acl_ctx *ctx) in rte_acl_free() [all …]
|
H A D | acl_run_sse.h | 55 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 D | mlx5_glue.c | 51 mlx5_glue_devx_close_device(void *ctx) in mlx5_glue_devx_close_device() 105 mlx5_glue_devx_query_hca_iseg_mapping(void *ctx, uint32_t *cb_iseg) in mlx5_glue_devx_query_hca_iseg_mapping() 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() [all …]
|
/dpdk/lib/eal/unix/ |
H A D | eal_firmware.c | 28 firmware_open(struct firmware_read_ctx *ctx, const char *name, size_t blocksize) in firmware_open() 63 firmware_read_block(struct firmware_read_ctx *ctx, void *buf, size_t count) in firmware_read_block() 69 firmware_close(struct firmware_read_ctx *ctx) in firmware_close() 82 firmware_open(struct firmware_read_ctx *ctx, const char *name, in firmware_open() 92 firmware_read_block(struct firmware_read_ctx *ctx, void *buf, size_t count) in firmware_read_block() 98 firmware_close(struct firmware_read_ctx *ctx) in firmware_close() 110 struct firmware_read_ctx ctx; in firmware_read() local
|
/dpdk/lib/security/ |
H A D | rte_security.c | 64 rte_security_session_create(void *ctx, in rte_security_session_create() 98 rte_security_session_update(void *ctx, void *sess, struct rte_security_session_conf *conf) in rte_security_session_update() 111 rte_security_session_get_size(void *ctx) in rte_security_session_get_size() 122 rte_security_session_stats_get(void *ctx, void *sess, struct rte_security_stats *stats) in rte_security_session_stats_get() 135 rte_security_session_destroy(void *ctx, void *sess) in rte_security_session_destroy() 157 rte_security_macsec_sc_create(void *ctx, struct rte_security_macsec_sc *conf) in rte_security_macsec_sc_create() 173 rte_security_macsec_sa_create(void *ctx, struct rte_security_macsec_sa *conf) in rte_security_macsec_sa_create() 189 rte_security_macsec_sc_destroy(void *ctx, uint16_t sc_id, in rte_security_macsec_sc_destroy() 208 rte_security_macsec_sa_destroy(void *ctx, uint16_t sa_id, in rte_security_macsec_sa_destroy() 227 rte_security_macsec_sc_stats_get(void *ctx, uint16_t sc_id, in rte_security_macsec_sc_stats_get() [all …]
|
/dpdk/drivers/raw/ifpga/ |
H A D | afu_pmd_he_hssi.c | 28 static int he_hssi_indirect_write(struct he_hssi_ctx *ctx, uint32_t addr, in he_hssi_indirect_write() 75 static int he_hssi_indirect_read(struct he_hssi_ctx *ctx, uint32_t addr, in he_hssi_indirect_read() 121 static void he_hssi_report(struct he_hssi_ctx *ctx) in he_hssi_report() 184 struct he_hssi_ctx *ctx = NULL; in he_hssi_test() local 278 struct he_hssi_ctx *ctx = NULL; in he_hssi_init() local 336 struct he_hssi_ctx *ctx = NULL; in he_hssi_dump() local
|
H A D | afu_pmd_he_lpbk.c | 65 struct he_lpbk_ctx *ctx = NULL; in he_lpbk_report() local 124 struct he_lpbk_ctx *ctx = NULL; in he_lpbk_test() local 237 struct he_lpbk_ctx *ctx = NULL; in he_lpbk_ctx_release() local 264 struct he_lpbk_ctx *ctx = NULL; in he_lpbk_ctx_init() local 387 struct he_lpbk_ctx *ctx = NULL; in he_lpbk_dump() local
|
H A D | afu_pmd_he_mem.c | 31 struct he_mem_tg_ctx *ctx = NULL; in he_mem_tg_test() local 95 struct he_mem_tg_ctx *ctx = NULL; in he_mem_tg_init() local 148 struct he_mem_tg_ctx *ctx = NULL; in he_mem_tg_dump() local
|
/dpdk/lib/jobstats/ |
H A D | rte_jobstats.c | 67 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/lib/vhost/ |
H A D | vhost_user.c | 131 close_msg_fds(struct vhu_msg_context *ctx) in close_msg_fds() argument 151 validate_msg_fds(struct virtio_net *dev, struct vhu_msg_context *ctx, int expected_fds) in validate_msg_fds() argument 352 vhost_user_get_features(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_get_features() argument 372 vhost_user_get_queue_num(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_get_queue_num() argument 392 vhost_user_set_features(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_features() argument 482 vhost_user_set_vring_num(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_vring_num() argument 975 vhost_user_set_vring_addr(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_vring_addr() argument 1021 vhost_user_set_vring_base(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_vring_base() argument 1233 vhost_user_postcopy_register(struct virtio_net * dev,int main_fd,struct vhu_msg_context * ctx) vhost_user_postcopy_register() argument 1386 vhost_user_set_mem_table(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd) vhost_user_set_mem_table() argument 1679 vhost_user_get_inflight_fd(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_get_inflight_fd() argument 1780 vhost_user_set_inflight_fd(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_inflight_fd() argument 1890 vhost_user_set_vring_call(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_vring_call() argument 1927 vhost_user_set_vring_err(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_vring_err() argument 2141 vhost_user_set_vring_kick(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_vring_kick() argument 2209 vhost_user_get_vring_base(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_get_vring_base() argument 2287 vhost_user_set_vring_enable(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_vring_enable() argument 2317 vhost_user_get_protocol_features(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_get_protocol_features() argument 2334 vhost_user_set_protocol_features(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_protocol_features() argument 2358 vhost_user_set_log_base(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_log_base() argument 2455 vhost_user_set_log_fd(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_log_fd() argument 2479 vhost_user_send_rarp(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_send_rarp() argument 2508 vhost_user_net_set_mtu(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_net_set_mtu() argument 2529 vhost_user_set_req_fd(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_req_fd() argument 2629 vhost_user_get_config(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_get_config() argument 2661 vhost_user_set_config(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_config() argument 2703 vhost_user_iotlb_msg(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_iotlb_msg() argument 2763 vhost_user_set_postcopy_advise(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_postcopy_advise() argument 2819 vhost_user_postcopy_end(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_postcopy_end() argument 2839 vhost_user_get_status(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_get_status() argument 2853 vhost_user_set_status(struct virtio_net ** pdev,struct vhu_msg_context * ctx,int main_fd __rte_unused) vhost_user_set_status() argument 2914 read_vhost_message(struct virtio_net * dev,int sockfd,struct vhu_msg_context * ctx) read_vhost_message() argument 2954 send_vhost_message(struct virtio_net * dev,int sockfd,struct vhu_msg_context * ctx) send_vhost_message() argument 2964 send_vhost_reply(struct virtio_net * dev,int sockfd,struct vhu_msg_context * ctx) send_vhost_reply() argument 2978 send_vhost_backend_message(struct virtio_net * dev,struct vhu_msg_context * ctx) send_vhost_backend_message() argument 2984 send_vhost_backend_message_process_reply(struct virtio_net * dev,struct vhu_msg_context * ctx) send_vhost_backend_message_process_reply() argument 3026 vhost_user_check_and_alloc_queue_pair(struct virtio_net * dev,struct vhu_msg_context * ctx) vhost_user_check_and_alloc_queue_pair() argument 3103 struct vhu_msg_context ctx; vhost_user_msg_handler() local 3332 struct vhu_msg_context ctx = { vhost_user_iotlb_miss() local 3359 struct vhu_msg_context ctx = { rte_vhost_backend_config_change() local 3391 struct vhu_msg_context ctx = { vhost_user_backend_set_vring_host_notifier() local [all...] |
/dpdk/drivers/common/mlx5/ |
H A D | mlx5_common_utils.c | 30 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() 387 bool lcores_share, void *ctx, mlx5_list_create_cb cb_create, in mlx5_hlist_create() 451 mlx5_hlist_lookup(struct mlx5_hlist *h, uint64_t key, void *ctx) in mlx5_hlist_lookup() 463 mlx5_hlist_register(struct mlx5_hlist *h, uint64_t key, void *ctx) in mlx5_hlist_register()
|
H A D | mlx5_common_devx.c | 81 mlx5_devx_cq_create(void *ctx, struct mlx5_devx_cq *cq_obj, uint16_t log_desc_n, in mlx5_devx_cq_create() 208 mlx5_devx_sq_create(void *ctx, struct mlx5_devx_sq *sq_obj, uint16_t log_wqbb_n, in mlx5_devx_sq_create() 354 mlx5_devx_qp_create(void *ctx, struct mlx5_devx_qp *qp_obj, uint32_t queue_size, in mlx5_devx_qp_create() 460 mlx5_devx_wq_init(void *ctx, uint32_t wqe_size, uint16_t log_wqbb_n, int socket, in mlx5_devx_wq_init() 537 mlx5_devx_rq_std_create(void *ctx, struct mlx5_devx_rq *rq_obj, in mlx5_devx_rq_std_create() 584 mlx5_devx_rmp_create(void *ctx, struct mlx5_devx_rmp *rmp_obj, in mlx5_devx_rmp_create() 636 mlx5_devx_rq_shared_create(void *ctx, struct mlx5_devx_rq *rq_obj, in mlx5_devx_rq_shared_create() 699 mlx5_devx_rq_create(void *ctx, struct mlx5_devx_rq *rq_obj, in mlx5_devx_rq_create()
|
/dpdk/examples/ethtool/ethtool-app/ |
H A D | ethapp.c | 154 struct cmdline *ctx, in pcmd_quit_callback() 163 __rte_unused struct cmdline *ctx, in pcmd_drvinfo_callback() 186 __rte_unused struct cmdline *ctx, in pcmd_link_callback() 216 __rte_unused struct cmdline *ctx, in pcmd_regs_callback() 262 __rte_unused struct cmdline *ctx, in pcmd_eeprom_callback() 321 __rte_unused struct cmdline *ctx, in pcmd_module_eeprom_callback() 368 __rte_unused struct cmdline *ctx, in pcmd_pause_callback() 417 __rte_unused struct cmdline *ctx, in pcmd_open_callback() 441 __rte_unused struct cmdline *ctx, in pcmd_stop_callback() 466 __rte_unused struct cmdline *ctx, in pcmd_rxmode_callback() [all …]
|
/dpdk/lib/node/ |
H A D | kernel_rx.c | 27 alloc_rx_mbuf(kernel_rx_node_ctx_t *ctx) in alloc_rx_mbuf() 109 kernel_rx_node_do(struct rte_graph *graph, struct rte_node *node, kernel_rx_node_ctx_t *ctx) in kernel_rx_node_do() 167 kernel_rx_node_ctx_t *ctx = (kernel_rx_node_ctx_t *)node->ctx; in kernel_rx_node_process() local 193 kernel_rx_node_ctx_t *ctx = (kernel_rx_node_ctx_t *)node->ctx; in kernel_rx_node_init() local 236 kernel_rx_node_ctx_t *ctx = (kernel_rx_node_ctx_t *)node->ctx; in kernel_rx_node_fini() local
|
H A D | kernel_tx.c | 22 kernel_tx_node_ctx_t *ctx = (kernel_tx_node_ctx_t *)node->ctx; in kernel_tx_process_mbuf() local 86 kernel_tx_node_ctx_t *ctx = (kernel_tx_node_ctx_t *)node->ctx; in kernel_tx_node_init() local 98 kernel_tx_node_ctx_t *ctx = (kernel_tx_node_ctx_t *)node->ctx; in kernel_tx_node_fini() local
|
/dpdk/lib/hash/ |
H A D | rte_thash.c | 170 alloc_lfsr(struct rte_thash_ctx * ctx) alloc_lfsr() argument 220 struct rte_thash_ctx *ctx; rte_thash_init_ctx() local 309 struct rte_thash_ctx *ctx; rte_thash_find_existing() local 333 rte_thash_free_ctx(struct rte_thash_ctx * ctx) rte_thash_free_ctx() argument 385 generate_subkey(struct rte_thash_ctx * ctx,struct thash_lfsr * lfsr,uint32_t start,uint32_t end) generate_subkey() argument 420 get_subvalue(struct rte_thash_ctx * ctx,uint32_t offset) get_subvalue() argument 433 generate_complement_table(struct rte_thash_ctx * ctx,struct rte_thash_subtuple_helper * h) generate_complement_table() argument 454 insert_before(struct rte_thash_ctx * ctx,struct rte_thash_subtuple_helper * ent,struct rte_thash_subtuple_helper * cur_ent,struct rte_thash_subtuple_helper * next_ent,uint32_t start,uint32_t end,uint32_t range_end) insert_before() argument 515 insert_after(struct rte_thash_ctx * ctx,struct rte_thash_subtuple_helper * ent,struct rte_thash_subtuple_helper * cur_ent,struct rte_thash_subtuple_helper * next_ent,struct rte_thash_subtuple_helper * prev_ent,uint32_t end,uint32_t range_end) insert_after() argument 554 rte_thash_add_helper(struct rte_thash_ctx * ctx,const char * name,uint32_t len,uint32_t offset) rte_thash_add_helper() argument 644 rte_thash_get_helper(struct rte_thash_ctx * ctx,const char * name) rte_thash_get_helper() argument 667 rte_thash_get_key(struct rte_thash_ctx * ctx) rte_thash_get_key() argument 673 rte_thash_get_gfni_matrices(struct rte_thash_ctx * ctx) rte_thash_get_gfni_matrices() argument 768 rte_thash_adjust_tuple(struct rte_thash_ctx * ctx,struct rte_thash_subtuple_helper * h,uint8_t * tuple,unsigned int tuple_len,uint32_t desired_value,unsigned int attempts,rte_thash_check_tuple_t fn,void * userdata) rte_thash_adjust_tuple() argument [all...] |
/dpdk/drivers/common/mlx5/linux/ |
H A D | mlx5_common_os.h | 54 mlx5_os_get_ctx_device_name(void *ctx) in mlx5_os_get_ctx_device_name() 73 mlx5_os_get_ctx_device_path(void *ctx) in mlx5_os_get_ctx_device_path() 211 mlx5_os_umem_reg(void *ctx, void *addr, size_t size, uint32_t access) in mlx5_os_umem_reg() 224 mlx5_os_devx_create_event_channel(void *ctx, int flags) in mlx5_os_devx_create_event_channel()
|
/dpdk/drivers/crypto/qat/dev/ |
H A D | qat_crypto_pmd_gen3.c | 311 enqueue_one_aead_job_gen3(struct qat_sym_session *ctx, in enqueue_one_aead_job_gen3() 342 enqueue_one_auth_job_gen3(struct qat_sym_session *ctx, in enqueue_one_auth_job_gen3() 426 qat_sym_build_op_aead_gen3(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_aead_gen3() 471 qat_sym_build_op_auth_gen3(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_auth_gen3() 517 struct qat_sym_session *ctx = session; in qat_sym_crypto_set_session_gen3() local 592 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_aead_gen3() local 629 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_aead_jobs_gen3() local 700 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_auth_gen3() local 741 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_auth_jobs_gen3() local 804 struct qat_sym_session *ctx = _ctx; in qat_sym_configure_raw_dp_ctx_gen3() local
|
H A D | qat_sym_pmd_gen1.c | 218 qat_sym_build_op_cipher_gen1(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_cipher_gen1() 263 qat_sym_build_op_auth_gen1(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_auth_gen1() 319 qat_sym_build_op_aead_gen1(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_aead_gen1() 364 qat_sym_build_op_chain_gen1(void *in_op, struct qat_sym_session *ctx, in qat_sym_build_op_chain_gen1() 512 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_cipher_gen1() local 552 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_cipher_jobs_gen1() local 624 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_auth_gen1() local 671 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_auth_jobs_gen1() local 751 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_single_chain_gen1() local 802 struct qat_sym_session *ctx = dp_ctx->session; in qat_sym_dp_enqueue_chain_jobs_gen1() local [all …]
|
/dpdk/lib/cmdline/ |
H A D | cmdline_socket.c | 16 cmdline_file_new(cmdline_parse_ctx_t *ctx, const char *prompt, const char *path) in cmdline_file_new() 33 cmdline_stdin_new(cmdline_parse_ctx_t *ctx, const char *prompt) in cmdline_stdin_new()
|
/dpdk/app/test/ |
H A D | test_cmdline_lib.c | 55 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/lib/gso/ |
H A D | rte_gso.c | 17 #define ILLEGAL_UDP_GSO_CTX(ctx) \ argument 21 #define ILLEGAL_TCP_GSO_CTX(ctx) \ argument
|
/dpdk/drivers/crypto/ccp/ |
H A D | ccp_crypto.c | 166 SHA_CTX ctx; in partial_hash_sha1() local 177 SHA256_CTX ctx; in partial_hash_sha224() local 189 SHA256_CTX ctx; in partial_hash_sha256() local 201 SHA512_CTX ctx; in partial_hash_sha384() local 213 SHA512_CTX ctx; in partial_hash_sha512() local 269 sha3_context *ctx = (sha3_context *) priv; in sha3_Init224() local 278 sha3_context *ctx = (sha3_context *) priv; in sha3_Init256() local 287 sha3_context *ctx = (sha3_context *) priv; in sha3_Init384() local 296 sha3_context *ctx = (sha3_context *) priv; in sha3_Init512() local 310 sha3_context *ctx = (sha3_context *) priv; in sha3_Update() local [all …]
|
/dpdk/drivers/net/ionic/ |
H A D | ionic_main.c | 126 ionic_adminq_check_err(struct ionic_admin_ctx *ctx, bool timeout) in ionic_adminq_check_err() 156 struct ionic_admin_ctx *ctx; in ionic_adminq_service() local 201 ionic_adminq_post(struct ionic_lif *lif, struct ionic_admin_ctx *ctx) in ionic_adminq_post() 236 struct ionic_admin_ctx *ctx, unsigned long max_wait) in ionic_adminq_wait_for_completion() 285 ionic_adminq_post_wait(struct ionic_lif *lif, struct ionic_admin_ctx *ctx) in ionic_adminq_post_wait() 303 ionic_adminq_wait(struct ionic_lif *lif, struct ionic_admin_ctx *ctx) in ionic_adminq_wait()
|