Searched refs:roc_cpt_lf (Results 1 – 16 of 16) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_cpt.h | 104 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 D | roc_cpt.c | 44 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 D | roc_cpt_priv.h | 27 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 D | roc_nix_inl.c | 94 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 D | roc_cpt_debug.c | 161 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 D | roc_nix_inl_priv.h | 64 struct roc_cpt_lf cpt_lf;
|
| H A D | roc_nix_inl.h | 184 struct roc_cpt_lf *__roc_api
|
| H A D | roc_nix_inl_dev.c | 165 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 D | roc_nix_priv.h | 201 struct roc_cpt_lf *cpt_lf_base;
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn10k_ipsec.c | 36 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 D | cn10k_ipsec_la_ops.h | 51 process_outb_sa(struct roc_cpt_lf *lf, struct rte_crypto_op *cop, in process_outb_sa()
|
| H A D | cnxk_cryptodev_ops.h | 68 struct roc_cpt_lf lf;
|
| H A D | cnxk_cryptodev_ops.c | 331 struct roc_cpt_lf *lf; in cnxk_cpt_queue_pair_release()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev.h | 319 struct roc_cpt_lf *lf_base;
|
| H A D | cn9k_ethdev.c | 175 struct roc_cpt_lf *inl_lf; in cn9k_nix_tx_queue_setup()
|
| H A D | cn10k_ethdev.c | 176 struct roc_cpt_lf *inl_lf; in cn10k_nix_tx_queue_setup()
|