Home
last modified time | relevance | path

Searched refs:roc_ree_vf (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_ree.h24 struct roc_ree_vf { struct
109 int __roc_api roc_ree_dev_init(struct roc_ree_vf *vf);
110 int __roc_api roc_ree_dev_fini(struct roc_ree_vf *vf);
112 int __roc_api roc_ree_queues_detach(struct roc_ree_vf *vf);
113 int __roc_api roc_ree_msix_offsets_get(struct roc_ree_vf *vf);
116 int __roc_api roc_ree_af_reg_read(struct roc_ree_vf *vf, uint64_t reg,
118 int __roc_api roc_ree_af_reg_write(struct roc_ree_vf *vf, uint64_t reg,
123 int __roc_api roc_ree_rule_db_len_get(struct roc_ree_vf *vf,
130 void __roc_api roc_ree_err_intr_unregister(struct roc_ree_vf *vf);
131 int __roc_api roc_ree_err_intr_register(struct roc_ree_vf *vf);
[all …]
H A Droc_ree.c12 roc_ree_available_queues_get(struct roc_ree_vf *vf, uint16_t *nb_queues) in roc_ree_available_queues_get()
32 roc_ree_max_matches_get(struct roc_ree_vf *vf, uint8_t *max_matches) in roc_ree_max_matches_get()
46 roc_ree_queues_attach(struct roc_ree_vf *vf, uint8_t nb_queues) in roc_ree_queues_attach()
73 roc_ree_queues_detach(struct roc_ree_vf *vf) in roc_ree_queues_detach()
96 roc_ree_msix_offsets_get(struct roc_ree_vf *vf) in roc_ree_msix_offsets_get()
122 ree_send_mbox_msg(struct roc_ree_vf *vf) in ree_send_mbox_msg()
416 roc_ree_qp_get_base(struct roc_ree_vf *vf, uint16_t qp_id) in roc_ree_qp_get_base()
454 roc_ree_err_intr_unregister(struct roc_ree_vf *vf) in roc_ree_err_intr_unregister()
491 roc_ree_err_intr_register(struct roc_ree_vf *vf) in roc_ree_err_intr_register()
563 roc_ree_dev_init(struct roc_ree_vf *vf) in roc_ree_dev_init()
[all …]
H A Droc_ree_priv.h13 roc_ree_to_ree_priv(struct roc_ree_vf *roc_ree) in roc_ree_to_ree_priv()
/dpdk/drivers/regex/cn9k/
H A Dcn9k_regexdev.c62 struct roc_ree_vf *vf = &data->vf; in ree_qp_create()
243 struct roc_ree_vf *vf = &data->vf; in ree_dev_fini()
483 struct roc_ree_vf *vf = &data->vf; in cn9k_ree_dev_info_get()
509 struct roc_ree_vf *vf = &data->vf; in cn9k_ree_dev_config()
644 struct roc_ree_vf *vf = &data->vf; in cn9k_ree_start()
768 struct roc_ree_vf *vf = &data->vf; in cn9k_ree_rule_db_import()
795 struct roc_ree_vf *vf = &data->vf; in cn9k_ree_rule_db_export()
856 struct roc_ree_vf *vf; in cn9k_ree_pci_probe()
H A Dcn9k_regexdev.h36 struct roc_ree_vf vf;
H A Dcn9k_regexdev_compiler.c131 struct roc_ree_vf *vf = &data->vf; in cn9k_ree_rule_db_compile_prog()