/dpdk/drivers/vdpa/sfc/ |
H A D | sfc_vdpa_mcdi.c | 13 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 D | sfc_mcdi.c | 19 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 D | qat_sym_pmd_gen1.c | 223 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 D | qat_crypto_pmd_gen3.c | 343 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 D | qat_crypto_pmd_gen_lce.c | 109 struct qat_sym_op_cookie *cookie = op_cookie; in qat_sym_build_op_aead_gen_lce() local
|
/dpdk/drivers/compress/qat/ |
H A D | qat_comp.c | 43 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 D | qat_comp_pmd.c | 94 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 D | ark_ext.h | 23 char cookie[4]; member
|
/dpdk/drivers/net/qede/base/ |
H A D | ecore_sp_api.h | 27 void *cookie; member
|
H A D | ecore_spq.c | 37 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 D | ecore_int.c | 26 void *cookie; /* Will be sent to the compl cb function */ member 1885 void *cookie, in ecore_int_register_cb()
|
/dpdk/lib/graph/ |
H A D | graph_stats.c | 38 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 D | rte_graph.h | 190 void *cookie; global() member
|
/dpdk/drivers/net/virtio/ |
H A D | virtio_rxtx_packed.h | 219 struct rte_mbuf *cookie; in virtqueue_dequeue_single_packed_vec() local 263 struct rte_mbuf **cookie, in virtio_recv_refill_packed_vec()
|
H A D | virtqueue.h | 162 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 D | virtqueue.c | 25 struct rte_mbuf *cookie; in virtqueue_detach_unused() local
|
/dpdk/drivers/common/mlx5/linux/ |
H A D | mlx5_common_os.h | 239 uint64_t cookie) in mlx5_os_devx_subscribe_devx_event()
|
/dpdk/drivers/common/mlx5/windows/ |
H A D | mlx5_common_os.h | 243 uint64_t cookie) in mlx5_os_devx_subscribe_devx_event()
|
/dpdk/drivers/crypto/virtio/ |
H A D | virtqueue.h | 47 void *cookie; member
|
/dpdk/drivers/common/iavf/ |
H A D | iavf_adminq.h | 45 u64 cookie; member
|
/dpdk/drivers/vdpa/mlx5/ |
H A D | mlx5_vdpa_virtq.c | 513 uint64_t cookie; in mlx5_vdpa_virtq_setup() local
|
/dpdk/lib/mempool/ |
H A D | rte_mempool.h | 158 uint64_t cookie; /**< Debug cookie. */ member 176 uint64_t cookie; /**< Debug cookie. */ member
|
/dpdk/drivers/common/idpf/base/ |
H A D | idpf_controlq_api.h | 65 } cookie; member
|
/dpdk/app/test/ |
H A D | test_graph.c | 942 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 D | cxgbe_filter.c | 214 u64 mask, u64 val, u8 cookie, in mk_set_tcb_field_ulp()
|