Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 25 of 29) sorted by relevance

12

/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_mcdi.c13 sfc_vdpa_mcdi_dma_alloc(void *cookie, const char *name, size_t len, in sfc_vdpa_mcdi_dma_alloc()
23 sfc_vdpa_mcdi_dma_free(void *cookie, efsys_mem_t *esmp) in sfc_vdpa_mcdi_dma_free()
32 sfc_vdpa_mcdi_sched_restart(void *cookie) in sfc_vdpa_mcdi_sched_restart()
39 sfc_vdpa_mcdi_mgmt_evq_poll(void *cookie) in sfc_vdpa_mcdi_mgmt_evq_poll()
/dpdk/drivers/net/sfc/
H A Dsfc_mcdi.c19 sfc_mcdi_dma_alloc(void *cookie, const char *name, size_t len, in sfc_mcdi_dma_alloc()
30 sfc_mcdi_dma_free(void *cookie, efsys_mem_t *esmp) in sfc_mcdi_dma_free()
39 sfc_mcdi_sched_restart(void *cookie) in sfc_mcdi_sched_restart()
48 sfc_mcdi_mgmt_evq_poll(void *cookie) in sfc_mcdi_mgmt_evq_poll()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_sym_pmd_gen1.c223 struct qat_sym_op_cookie *cookie = op_cookie; in qat_sym_build_op_cipher_gen1() local
268 struct qat_sym_op_cookie *cookie = op_cookie; in qat_sym_build_op_auth_gen1() local
324 struct qat_sym_op_cookie *cookie = op_cookie; in qat_sym_build_op_aead_gen1() local
369 struct qat_sym_op_cookie *cookie = op_cookie; in qat_sym_build_op_chain_gen1() local
513 struct qat_sym_op_cookie *cookie; in qat_sym_dp_enqueue_single_cipher_gen1() local
568 struct qat_sym_op_cookie *cookie = in qat_sym_dp_enqueue_cipher_jobs_gen1() local
623 struct qat_sym_op_cookie *cookie; in qat_sym_dp_enqueue_single_auth_gen1() local
689 struct qat_sym_op_cookie *cookie = in qat_sym_dp_enqueue_auth_jobs_gen1() local
750 struct qat_sym_op_cookie *cookie; in qat_sym_dp_enqueue_single_chain_gen1() local
820 struct qat_sym_op_cookie *cookie = in qat_sym_dp_enqueue_chain_jobs_gen1() local
[all …]
H A Dqat_crypto_pmd_gen3.c343 struct qat_sym_op_cookie *cookie, in enqueue_one_auth_job_gen3()
431 struct qat_sym_op_cookie *cookie = op_cookie; in qat_sym_build_op_aead_gen3() local
476 struct qat_sym_op_cookie *cookie = op_cookie; in qat_sym_build_op_auth_gen3() local
591 struct qat_sym_op_cookie *cookie; in qat_sym_dp_enqueue_single_aead_gen3() local
645 struct qat_sym_op_cookie *cookie = in qat_sym_dp_enqueue_aead_jobs_gen3() local
699 struct qat_sym_op_cookie *cookie; in qat_sym_dp_enqueue_single_auth_gen3() local
759 struct qat_sym_op_cookie *cookie = in qat_sym_dp_enqueue_auth_jobs_gen3() local
H A Dqat_crypto_pmd_gen_lce.c109 struct qat_sym_op_cookie *cookie = op_cookie; in qat_sym_build_op_aead_gen_lce() local
/dpdk/drivers/compress/qat/
H A Dqat_comp.c43 qat_comp_free_split_op_memzones(struct qat_comp_op_cookie *cookie, in qat_comp_free_split_op_memzones()
58 qat_comp_allocate_split_op_memzones(struct qat_comp_op_cookie *cookie, in qat_comp_allocate_split_op_memzones()
110 struct qat_comp_op_cookie *cookie = in qat_comp_build_request() local
482 qat_comp_response_data_copy(struct qat_comp_op_cookie *cookie, in qat_comp_response_data_copy()
549 struct qat_comp_op_cookie *cookie = in qat_comp_process_response() local
1232 struct qat_comp_op_cookie *cookie = in qat_enqueue_comp_op_burst() local
H A Dqat_comp_pmd.c94 struct qat_comp_op_cookie *cookie = qp->op_cookies[i]; in qat_comp_qp_release() local
153 struct qat_comp_op_cookie *cookie = in qat_comp_qp_setup() local
/dpdk/drivers/net/ark/
H A Dark_ext.h23 char cookie[4]; member
/dpdk/drivers/net/qede/base/
H A Decore_sp_api.h27 void *cookie; member
H A Decore_spq.c37 static void ecore_spq_blocking_cb(struct ecore_hwfn *p_hwfn, void *cookie, in ecore_spq_blocking_cb()
361 void *cookie) in ecore_eq_completion()
H A Decore_int.c26 void *cookie; /* Will be sent to the compl cb function */ member
1885 void *cookie, in ecore_int_register_cb()
/dpdk/lib/graph/
H A Dgraph_stats.c38 void *cookie; member
125 graph_cluster_stats_cb(bool dispatch,bool is_first,bool is_last,void * cookie,const struct rte_graph_cluster_node_stats * stat) graph_cluster_stats_cb() argument
145 graph_cluster_stats_cb_rtc(bool is_first,bool is_last,void * cookie,const struct rte_graph_cluster_node_stats * stat) graph_cluster_stats_cb_rtc() argument
152 graph_cluster_stats_cb_dispatch(bool is_first,bool is_last,void * cookie,const struct rte_graph_cluster_node_stats * stat) graph_cluster_stats_cb_dispatch() argument
[all...]
H A Drte_graph.h190 void *cookie; global() member
/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed.h219 struct rte_mbuf *cookie; in virtqueue_dequeue_single_packed_vec() local
263 struct rte_mbuf **cookie, in virtio_recv_refill_packed_vec()
H A Dvirtqueue.h162 void *cookie; member
575 virtqueue_xmit_offload(struct virtio_net_hdr *hdr, struct rte_mbuf *cookie) in virtqueue_xmit_offload()
620 virtqueue_enqueue_xmit_packed(struct virtnet_tx *txvq, struct rte_mbuf *cookie, in virtqueue_enqueue_xmit_packed()
H A Dvirtqueue.c25 struct rte_mbuf *cookie; in virtqueue_detach_unused() local
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.h239 uint64_t cookie) in mlx5_os_devx_subscribe_devx_event()
/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_common_os.h243 uint64_t cookie) in mlx5_os_devx_subscribe_devx_event()
/dpdk/drivers/crypto/virtio/
H A Dvirtqueue.h47 void *cookie; member
/dpdk/drivers/common/iavf/
H A Diavf_adminq.h45 u64 cookie; member
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_virtq.c513 uint64_t cookie; in mlx5_vdpa_virtq_setup() local
/dpdk/lib/mempool/
H A Drte_mempool.h158 uint64_t cookie; /**< Debug cookie. */ member
176 uint64_t cookie; /**< Debug cookie. */ member
/dpdk/drivers/common/idpf/base/
H A Didpf_controlq_api.h65 } cookie; member
/dpdk/app/test/
H A Dtest_graph.c942 graph_cluster_stats_cb_t(bool is_first, bool is_last, void *cookie, in graph_cluster_stats_cb_t()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c214 u64 mask, u64 val, u8 cookie, in mk_set_tcb_field_ulp()

12