Home
last modified time | relevance | path

Searched defs:cdev (Results 1 – 25 of 46) sorted by relevance

12

/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c446 struct mlx5_common_device *cdev; in to_mlx5_device() local
490 mlx5_dev_mempool_register(struct mlx5_common_device *cdev, in mlx5_dev_mempool_register()
524 struct mlx5_common_device *cdev = arg; in mlx5_dev_mempool_register_cb() local
563 struct mlx5_common_device *cdev = arg; in mlx5_dev_mempool_event_cb() local
579 mlx5_dev_mempool_subscribe(struct mlx5_common_device *cdev) in mlx5_dev_mempool_subscribe()
632 struct mlx5_common_device *cdev; in mlx5_mr_mem_event_cb() local
723 mlx5_common_dev_release(struct mlx5_common_device *cdev) in mlx5_common_dev_release()
743 struct mlx5_common_device *cdev; in mlx5_common_dev_create() local
957 struct mlx5_common_device *cdev; in mlx5_common_dev_probe() local
1052 struct mlx5_common_device *cdev; in mlx5_common_dev_remove() local
[all …]
H A Dmlx5_common_mp.c28 mlx5_mp_req_mr_create(struct mlx5_common_device *cdev, uintptr_t addr) in mlx5_mp_req_mr_create()
67 mlx5_mp_req_mempool_reg(struct mlx5_common_device *cdev, in mlx5_mp_req_mempool_reg()
H A Dmlx5_common_mr.c608 mlx5_mr_create_secondary(struct mlx5_common_device *cdev, in mlx5_mr_create_secondary()
894 mlx5_mr_create(struct mlx5_common_device *cdev, in mlx5_mr_create()
936 struct mlx5_common_device *cdev = in mr_lookup_caches() local
1716 mlx5_mr_mempool_register_secondary(struct mlx5_common_device *cdev, in mlx5_mr_mempool_register_secondary()
1734 mlx5_mr_mempool_register(struct mlx5_common_device *cdev, in mlx5_mr_mempool_register()
1781 mlx5_mr_mempool_unregister_secondary(struct mlx5_common_device *cdev, in mlx5_mr_mempool_unregister_secondary()
1799 mlx5_mr_mempool_unregister(struct mlx5_common_device *cdev, in mlx5_mr_mempool_unregister()
2004 struct mlx5_common_device *cdev = in mlx5_mr_mb2mr_bh() local
H A Dmlx5_common_mp.h39 struct mlx5_common_device *cdev; member
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c30 struct rte_cryptodev *cdev; member
75 nitrox_sym_dev_config(struct rte_cryptodev *cdev, in nitrox_sym_dev_config()
91 nitrox_sym_dev_start(struct rte_cryptodev *cdev) in nitrox_sym_dev_start()
99 nitrox_sym_dev_stop(struct rte_cryptodev *cdev) in nitrox_sym_dev_stop()
106 nitrox_sym_dev_close(struct rte_cryptodev *cdev) in nitrox_sym_dev_close()
120 nitrox_sym_dev_info_get(struct rte_cryptodev *cdev, in nitrox_sym_dev_info_get()
137 nitrox_sym_dev_stats_get(struct rte_cryptodev *cdev, in nitrox_sym_dev_stats_get()
156 nitrox_sym_dev_stats_reset(struct rte_cryptodev *cdev) in nitrox_sym_dev_stats_reset()
533 nitrox_sym_dev_sess_configure(struct rte_cryptodev *cdev, in nitrox_sym_dev_sess_configure()
597 nitrox_sym_dev_sess_clear(struct rte_cryptodev *cdev, in nitrox_sym_dev_sess_clear()
[all …]
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_cryptodev_sec.c25 cnxk_crypto_sec_ctx_create(struct rte_cryptodev *cdev) in cnxk_crypto_sec_ctx_create()
46 cnxk_crypto_sec_ctx_destroy(struct rte_cryptodev *cdev) in cnxk_crypto_sec_ctx_destroy()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c459 mlx5_os_pd_release(struct mlx5_common_device *cdev) in mlx5_os_pd_release()
477 mlx5_os_pd_create(struct mlx5_common_device *cdev) in mlx5_os_pd_create()
497 mlx5_os_pd_import(struct mlx5_common_device *cdev) in mlx5_os_pd_import()
518 mlx5_os_pd_prepare(struct mlx5_common_device *cdev) in mlx5_os_pd_prepare()
775 mlx5_open_device(struct mlx5_common_device *cdev, uint32_t classes) in mlx5_open_device()
829 mlx5_import_device(struct mlx5_common_device *cdev) in mlx5_import_device()
855 mlx5_os_open_device(struct mlx5_common_device *cdev, uint32_t classes) in mlx5_os_open_device()
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.c70 mlx5_regex_dev_probe(struct mlx5_common_device *cdev, in mlx5_regex_dev_probe()
136 mlx5_regex_dev_remove(struct mlx5_common_device *cdev) in mlx5_regex_dev_remove()
H A Dmlx5_regex.h51 struct mlx5_common_device *cdev; /* Backend mlx5 device. */ member
/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_common_os.c61 mlx5_os_pd_release(struct mlx5_common_device *cdev) in mlx5_os_pd_release()
82 mlx5_os_pd_prepare(struct mlx5_common_device *cdev) in mlx5_os_pd_prepare()
223 mlx5_os_open_device(struct mlx5_common_device *cdev, uint32_t classes) in mlx5_os_open_device()
/dpdk/kernel/freebsd/contigmem/
H A Dcontigmem.c216 contigmem_open(struct cdev *cdev, int fflags, int devtype, in contigmem_open()
226 contigmem_close(struct cdev *cdev, int fflags, int devtype, in contigmem_close()
333 contigmem_mmap_single(struct cdev *cdev, vm_ooffset_t *offset, vm_size_t size, in contigmem_mmap_single()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c144 struct mlx5_common_device *cdev = sh->cdev; in mlx5_os_capabilities_prepare() local
1881 mlx5_os_pci_probe_pf(struct mlx5_common_device *cdev, in mlx5_os_pci_probe_pf()
2373 mlx5_os_pci_probe(struct mlx5_common_device *cdev, in mlx5_os_pci_probe()
2409 mlx5_os_auxiliary_probe(struct mlx5_common_device *cdev, in mlx5_os_auxiliary_probe()
2463 mlx5_os_net_probe(struct mlx5_common_device *cdev, in mlx5_os_net_probe()
H A Dmlx5_mp_os.c74 struct mlx5_common_device *cdev; in mlx5_mp_os_primary_handle() local
/dpdk/drivers/crypto/qat/
H A Dqat_sym.c76 struct rte_cryptodev *cdev; in qat_sym_build_request() local
108 struct rte_cryptodev *cdev; in qat_sym_build_request() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_aso.c25 mlx5_aso_dereg_mr(struct mlx5_common_device *cdev, struct mlx5_pmd_mr *mr) in mlx5_aso_dereg_mr()
48 mlx5_aso_reg_mr(struct mlx5_common_device *cdev, size_t length, in mlx5_aso_reg_mr()
193 mlx5_aso_sq_create(struct mlx5_common_device *cdev, struct mlx5_aso_sq *sq, in mlx5_aso_sq_create()
264 struct mlx5_common_device *cdev = sh->cdev; in mlx5_aso_queue_init() local
H A Dmlx5_devx.c237 struct mlx5_common_device *cdev = priv->sh->cdev; in mlx5_rxq_create_devx_rq_resources() local
1211 struct mlx5_common_device *cdev = priv->sh->cdev; in mlx5_txq_create_devx_sq_resources() local
/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c87 nic_uio_mmap(struct cdev *cdev, vm_ooffset_t offset, vm_paddr_t *paddr, in nic_uio_mmap()
95 nic_uio_mmap_single(struct cdev *cdev, vm_ooffset_t *offset, vm_size_t size, in nic_uio_mmap_single()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev.c9 crypto_adapter_qp_setup(const struct rte_cryptodev *cdev, in crypto_adapter_qp_setup()
34 const struct rte_cryptodev *cdev, in cnxk_crypto_adapter_qp_add()
79 cnxk_crypto_adapter_qp_del(const struct rte_cryptodev *cdev, in cnxk_crypto_adapter_qp_del()
H A Dcn10k_eventdev.c876 const struct rte_cryptodev *cdev, uint32_t *caps) in cn10k_crypto_adapter_caps_get()
889 const struct rte_cryptodev *cdev, in cn10k_crypto_adapter_qp_add()
908 const struct rte_cryptodev *cdev, in cn10k_crypto_adapter_qp_del()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen2.c212 qat_sym_crypto_set_session_gen2(void *cdev, void *session) in qat_sym_crypto_set_session_gen2()
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c43 struct mlx5_common_device *cdev; /* Backend mlx5 device. */ member
710 mlx5_compress_dev_probe(struct mlx5_common_device *cdev, in mlx5_compress_dev_probe()
770 mlx5_compress_dev_remove(struct mlx5_common_device *cdev) in mlx5_compress_dev_remove()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c611 mlx5_vdpa_dev_probe(struct mlx5_common_device *cdev, in mlx5_vdpa_dev_probe()
662 mlx5_vdpa_dev_remove(struct mlx5_common_device *cdev) in mlx5_vdpa_dev_remove()
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.h69 struct rte_cryptodev *cdev; member
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev.c733 const struct rte_cryptodev *cdev, uint32_t *caps) in ssovf_crypto_adapter_caps_get()
746 const struct rte_cryptodev *cdev, in ssovf_crypto_adapter_qp_add()
772 const struct rte_cryptodev *cdev, in ssovf_crypto_adapter_qp_del()
/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.h29 struct mlx5_common_device *cdev; /* Backend mlx5 device. */ member

12