Home
last modified time | relevance | path

Searched refs:npa_lf (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_npa_irq.c11 struct npa_lf *lf = (struct npa_lf *)param; in npa_err_irq()
25 npa_register_err_irq(struct npa_lf *lf) in npa_register_err_irq()
44 npa_unregister_err_irq(struct npa_lf *lf) in npa_unregister_err_irq()
59 struct npa_lf *lf = (struct npa_lf *)param; in npa_ras_irq()
73 npa_register_ras_irq(struct npa_lf *lf) in npa_register_ras_irq()
91 npa_unregister_ras_irq(struct npa_lf *lf) in npa_unregister_ras_irq()
141 struct npa_lf *lf = qint->lf; in npa_q_irq()
199 npa_register_queue_irqs(struct npa_lf *lf) in npa_register_queue_irqs()
241 npa_unregister_queue_irqs(struct npa_lf *lf) in npa_unregister_queue_irqs()
272 npa_register_irqs(struct npa_lf *lf) in npa_register_irqs()
[all …]
H A Droc_npa_priv.h19 struct npa_lf { struct
38 struct npa_lf *lf; argument
60 int npa_register_irqs(struct npa_lf *lf);
61 void npa_unregister_irqs(struct npa_lf *lf);
H A Droc_idev_priv.h9 struct npa_lf;
16 struct npa_lf *npa;
35 struct npa_lf *idev_npa_obj_get(void);
H A Droc_idev.c86 struct npa_lf *
215 struct npa_lf *npa_lf = idev_npa_obj_get(); in roc_idev_npa_nix_get() local
218 if (!npa_lf) in roc_idev_npa_nix_get()
221 dev = container_of(npa_lf, struct dev, npa); in roc_idev_npa_nix_get()
H A Droc_npa.c29 struct npa_lf *lf = idev_npa_obj_get(); in roc_npa_aura_op_range_set()
149 struct npa_lf *lf = idev_npa_obj_get(); in roc_npa_pool_op_pc_reset()
201 struct npa_lf *lf; in roc_npa_aura_drop_set()
243 npa_stack_dma_free(struct npa_lf *lf, char *name, int pool_id) in npa_stack_dma_free()
382 struct npa_lf *lf; in roc_npa_pool_create()
428 struct npa_lf *lf; in roc_npa_aura_limit_modify()
471 struct npa_lf *lf = idev_npa_obj_get(); in roc_npa_pool_destroy()
488 struct npa_lf *lf; in roc_npa_pool_range_update_check()
569 npa_lf_alloc(struct npa_lf *lf) in npa_lf_alloc()
710 npa_dev_fini(struct npa_lf *lf) in npa_dev_fini()
[all …]
H A Dcnxk_telemetry_nix.c445 struct npa_lf *npa_lf; in cnxk_tel_nix_rq_ctx() local
449 npa_lf = idev_npa_obj_get(); in cnxk_tel_nix_rq_ctx()
450 if (npa_lf == NULL) in cnxk_tel_nix_rq_ctx()
472 struct npa_lf *npa_lf; in cnxk_tel_nix_cq_ctx() local
476 npa_lf = idev_npa_obj_get(); in cnxk_tel_nix_cq_ctx()
477 if (npa_lf == NULL) in cnxk_tel_nix_cq_ctx()
694 struct npa_lf *npa_lf; in cnxk_tel_nix_sq_ctx() local
698 npa_lf = idev_npa_obj_get(); in cnxk_tel_nix_sq_ctx()
699 if (npa_lf == NULL) in cnxk_tel_nix_sq_ctx()
H A Dcnxk_telemetry_npa.c12 struct npa_lf *lf; in cnxk_tel_npa()
54 struct npa_lf *lf; in cnxk_tel_npa_aura()
121 struct npa_lf *lf; in cnxk_tel_npa_pool()
195 struct npa_lf *lf; in cnxk_npa_tel_handle_aura_list()
H A Droc_npa_debug.c94 struct npa_lf *lf; in roc_npa_ctx_dump()
150 struct npa_lf *lf; in roc_npa_dump()
H A Droc_dev_priv.h86 struct npa_lf npa;
H A Droc_nix_debug.c669 struct npa_lf *npa_lf; in roc_nix_queues_ctx_dump() local
673 npa_lf = idev_npa_obj_get(); in roc_nix_queues_ctx_dump()
674 if (npa_lf == NULL) in roc_nix_queues_ctx_dump()
715 if (!npa_lf) { in roc_nix_queues_ctx_dump()
721 npa_aq = mbox_alloc_msg_npa_aq_enq(npa_lf->mbox); in roc_nix_queues_ctx_dump()
728 rc = mbox_process_msg(npa_lf->mbox, (void *)&npa_rsp); in roc_nix_queues_ctx_dump()
H A Droc_nix_fc.c326 struct npa_lf *lf = idev_npa_obj_get(); in rox_nix_fc_npa_bp_cfg()
H A Droc_nix_tm_ops.c14 struct npa_lf *lf; in roc_nix_tm_sq_aura_fc()