Home
last modified time | relevance | path

Searched refs:roc_cpt_lf (Results 1 – 16 of 16) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_cpt.h104 struct roc_cpt_lf { struct
126 struct roc_cpt_lf *lf[ROC_CPT_MAX_LFS]; argument
148 roc_cpt_is_iq_full(struct roc_cpt_lf *lf) in roc_cpt_is_iq_full()
164 int __roc_api roc_cpt_lf_init(struct roc_cpt *roc_cpt, struct roc_cpt_lf *lf);
165 void __roc_api roc_cpt_lf_fini(struct roc_cpt_lf *lf);
166 int __roc_api roc_cpt_lf_ctx_flush(struct roc_cpt_lf *lf, void *cptr,
168 int __roc_api roc_cpt_lf_ctx_reload(struct roc_cpt_lf *lf, void *cptr);
175 void __roc_api roc_cpt_iq_disable(struct roc_cpt_lf *lf);
176 void __roc_api roc_cpt_iq_enable(struct roc_cpt_lf *lf);
181 int __roc_api roc_cpt_ctx_write(struct roc_cpt_lf *lf, void *sa_dptr,
H A Droc_cpt.c44 struct roc_cpt_lf *lf = (struct roc_cpt_lf *)param; in cpt_lf_misc_irq()
108 struct roc_cpt_lf *lf = param; in cpt_lf_done_irq()
165 cpt_lf_register_irqs(struct roc_cpt_lf *lf) in cpt_lf_register_irqs()
195 cpt_lf_dump(struct roc_cpt_lf *lf) in cpt_lf_dump()
453 cpt_iq_init(struct roc_cpt_lf *lf) in cpt_iq_init()
564 cpt_lf_init(struct roc_cpt_lf *lf) in cpt_lf_init()
717 cpt_lf_fini(struct roc_cpt_lf *lf) in cpt_lf_fini()
731 roc_cpt_lf_fini(struct roc_cpt_lf *lf) in roc_cpt_lf_fini()
815 roc_cpt_iq_disable(struct roc_cpt_lf *lf) in roc_cpt_iq_disable()
869 roc_cpt_iq_enable(struct roc_cpt_lf *lf) in roc_cpt_iq_enable()
[all …]
H A Droc_cpt_priv.h27 int cpt_lf_init(struct roc_cpt_lf *lf);
28 void cpt_lf_fini(struct roc_cpt_lf *lf);
34 void cpt_lf_print(struct roc_cpt_lf *lf);
H A Droc_nix_inl.c94 struct roc_cpt_lf *
103 return (struct roc_cpt_lf *)nix->cpt_lf_base; in roc_nix_inl_outb_lf_base_get()
334 struct roc_cpt_lf *lf_base, *lf; in roc_nix_inl_outb_init()
397 lf_base = plt_zmalloc(nb_lf * sizeof(struct roc_cpt_lf), 0); in roc_nix_inl_outb_init()
509 struct roc_cpt_lf *lf_base = nix->cpt_lf_base; in roc_nix_inl_outb_fini()
905 struct roc_cpt_lf *outb_lf = NULL; in roc_nix_inl_sa_sync()
969 struct roc_cpt_lf *outb_lf = NULL; in roc_nix_inl_ctx_write()
H A Droc_cpt_debug.c161 cpt_lf_print(struct roc_cpt_lf *lf) in cpt_lf_print()
211 struct roc_cpt_lf *lf; in roc_cpt_lfs_print()
H A Droc_nix_inl_priv.h64 struct roc_cpt_lf cpt_lf;
H A Droc_nix_inl.h184 struct roc_cpt_lf *__roc_api
H A Droc_nix_inl_dev.c165 struct roc_cpt_lf *lf = &inl_dev->cpt_lf; in nix_inl_cpt_setup()
207 struct roc_cpt_lf *lf = &inl_dev->cpt_lf; in nix_inl_cpt_release()
H A Droc_nix_priv.h201 struct roc_cpt_lf *cpt_lf_base;
/dpdk/drivers/crypto/cnxk/
H A Dcn10k_ipsec.c36 cn10k_ipsec_outb_sa_create(struct roc_cpt *roc_cpt, struct roc_cpt_lf *lf, in cn10k_ipsec_outb_sa_create()
163 cn10k_ipsec_inb_sa_create(struct roc_cpt *roc_cpt, struct roc_cpt_lf *lf, in cn10k_ipsec_inb_sa_create()
335 struct roc_cpt_lf *lf; in cn10k_sec_session_destroy()
H A Dcn10k_ipsec_la_ops.h51 process_outb_sa(struct roc_cpt_lf *lf, struct rte_crypto_op *cop, in process_outb_sa()
H A Dcnxk_cryptodev_ops.h68 struct roc_cpt_lf lf;
H A Dcnxk_cryptodev_ops.c331 struct roc_cpt_lf *lf; in cnxk_cpt_queue_pair_release()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.h319 struct roc_cpt_lf *lf_base;
H A Dcn9k_ethdev.c175 struct roc_cpt_lf *inl_lf; in cn9k_nix_tx_queue_setup()
H A Dcn10k_ethdev.c176 struct roc_cpt_lf *inl_lf; in cn10k_nix_tx_queue_setup()