Searched refs:lf_id (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_cpt_debug.c | 192 plt_print("Count registers for CPT LF%d:", lf->lf_id); in cpt_lf_print() 212 int lf_id; in roc_cpt_lfs_print() local 217 for (lf_id = 0; lf_id < roc_cpt->nb_lf; lf_id++) { in roc_cpt_lfs_print() 218 lf = roc_cpt->lf[lf_id]; in roc_cpt_lfs_print()
|
| H A D | roc_cpt.c | 201 plt_cpt_dbg("LF_ID: 0x%x", lf->lf_id); in cpt_lf_dump() 224 uint8_t lf_id, bool ena) in cpt_lf_outb_cfg() argument 234 req->slot = lf_id; in cpt_lf_outb_cfg() 247 roc_cpt_inline_ipsec_cfg(struct dev *cpt_dev, uint8_t lf_id, in roc_cpt_inline_ipsec_cfg() argument 581 lf->rbase = dev->bar2 + ((blkaddr << 20) | (lf->lf_id << 12)); in cpt_lf_init() 609 lf->msixoff = cpt->lf_msix_off[lf->lf_id]; in roc_cpt_lf_init() 617 roc_cpt->lf[lf->lf_id] = lf; in roc_cpt_lf_init() 735 lf->roc_cpt->lf[lf->lf_id] = NULL; in roc_cpt_lf_fini() 834 plt_err("CPT LF %d is still busy", lf->lf_id); in roc_cpt_iq_disable() 895 int lf_id) in roc_cpt_lmtline_init() argument [all …]
|
| H A D | roc_cpt.h | 106 uint16_t lf_id; member 178 struct roc_cpt_lmtline *lmtline, int lf_id);
|
| H A D | roc_cpt_priv.h | 31 uint8_t lf_id, bool ena);
|
| H A D | roc_ree.c | 425 uint8_t lf_id; in roc_ree_lf_err_intr_handler() local 428 lf_id = (base >> 12) & 0xFF; in roc_ree_lf_err_intr_handler() 434 plt_ree_dbg("LF %d MISC_INT: 0x%" PRIx64 "", lf_id, intr); in roc_ree_lf_err_intr_handler()
|
| H A D | roc_nix_inl_dev.c | 185 lf->lf_id = 0; in nix_inl_cpt_setup()
|
| H A D | roc_nix_inl.c | 408 lf->lf_id = i; in roc_nix_inl_outb_init()
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_cryptodev_ops.c | 312 qp->lf.lf_id); in cnxk_cpt_qp_destroy() 386 qp->lf.lf_id = qp_id; in cnxk_cpt_queue_pair_setup() 707 plt_print("Lcore ID: %d, LF/QP ID: %d", rte_lcore_id(), qp->lf.lf_id); in cnxk_cpt_dump_on_err()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_eventdev.c | 17 cdev->data->dev_id, qp->lf.lf_id); in crypto_adapter_qp_setup()
|