Home
last modified time | relevance | path

Searched defs:lf (Results 1 – 22 of 22) 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() local
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() local
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() local
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_cpt.c62 cpt_lf_register_misc_irq(struct roc_cpt_lf *lf) in cpt_lf_register_misc_irq()
108 struct roc_cpt_lf *lf = param; in cpt_lf_done_irq() local
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_npa.c29 struct npa_lf *lf = idev_npa_obj_get(); in roc_npa_aura_op_range_set() local
149 struct npa_lf *lf = idev_npa_obj_get(); in roc_npa_pool_op_pc_reset() local
201 struct npa_lf *lf; in roc_npa_aura_drop_set() local
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() local
428 struct npa_lf *lf; in roc_npa_aura_limit_modify() local
471 struct npa_lf *lf = idev_npa_obj_get(); in roc_npa_pool_destroy() local
488 struct npa_lf *lf; in roc_npa_pool_range_update_check() local
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_npa.c12 struct npa_lf *lf; in cnxk_tel_npa() local
54 struct npa_lf *lf; in cnxk_tel_npa_aura() local
121 struct npa_lf *lf; in cnxk_tel_npa_pool() local
195 struct npa_lf *lf; in cnxk_npa_tel_handle_aura_list() local
H A Droc_npa_debug.c94 struct npa_lf *lf; in roc_npa_ctx_dump() local
150 struct npa_lf *lf; in roc_npa_dump() local
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() local
H A Droc_cpt.h126 struct roc_cpt_lf *lf[ROC_CPT_MAX_LFS]; member
148 roc_cpt_is_iq_full(struct roc_cpt_lf *lf) in roc_cpt_is_iq_full()
H A Droc_nix_inl_dev.c165 struct roc_cpt_lf *lf = &inl_dev->cpt_lf; in nix_inl_cpt_setup() local
207 struct roc_cpt_lf *lf = &inl_dev->cpt_lf; in nix_inl_cpt_release() local
H A Droc_npa_priv.h38 struct npa_lf *lf; member
H A Droc_nix_fc.c326 struct npa_lf *lf = idev_npa_obj_get(); in rox_nix_fc_npa_bp_cfg() local
H A Droc_ree.c139 roc_ree_config_lf(struct roc_ree_vf *vf, uint8_t lf, uint8_t pri, uint32_t size) in roc_ree_config_lf()
H A Droc_nix_tm_ops.c14 struct npa_lf *lf; in roc_nix_tm_sq_aura_fc() local
H A Droc_nix_inl.c334 struct roc_cpt_lf *lf_base, *lf; in roc_nix_inl_outb_init() local
H A Droc_mbox.h1554 uint8_t __io lf; member
/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() local
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; member
H A Dcnxk_cryptodev_ops.c331 struct roc_cpt_lf *lf; in cnxk_cpt_queue_pair_release() local
/dpdk/drivers/net/cnxk/
H A Dcnxk_lookup.c182 uint8_t lf, lg, lh; in nix_create_tunnel_ptype_array() local
/dpdk/drivers/common/cnxk/hw/
H A Dnpc.h509 uint64_t lf : 12; member
536 uint64_t lf : 20; member
H A Dnpa.h194 uint64_t lf : 9; member
H A Dnix.h906 uint64_t lf : 7; member