Searched refs:aura_ctx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npa.c | 69 if (!pfvf->aura_ctx || req->aura_id >= pfvf->aura_ctx->qsize) in rvu_npa_aq_enq_inst() 212 if (!pfvf->pool_ctx || !pfvf->aura_ctx) in npa_lf_hwctx_disable() 228 cnt = pfvf->aura_ctx->qsize; in npa_lf_hwctx_disable() 308 qmem_free(rvu->dev, pfvf->aura_ctx); in npa_ctx_free() 309 pfvf->aura_ctx = NULL; in npa_ctx_free() 361 err = qmem_alloc(rvu->dev, &pfvf->aura_ctx, in rvu_mbox_handler_npa_lf_alloc() 402 (u64)pfvf->aura_ctx->iova); in rvu_mbox_handler_npa_lf_alloc()
|
H A D | common.h | 124 struct npa_aura_s aura_ctx; member
|
H A D | rvu_debugfs.c | 354 if (!pfvf->aura_ctx) { in print_npa_qsize() 358 pfvf->aura_ctx->qsize); in print_npa_qsize() 359 seq_printf(m, "Aura count : %d\n", pfvf->aura_ctx->qsize); in print_npa_qsize() 593 if (ctype == NPA_AQ_CTYPE_AURA && !pfvf->aura_ctx) { in rvu_dbg_npa_ctx_display() 606 max_id = pfvf->aura_ctx->qsize; in rvu_dbg_npa_ctx_display() 653 if (!pfvf->aura_ctx) { in write_npa_ctx() 657 max_id = pfvf->aura_ctx->qsize; in write_npa_ctx() 1421 pfile = debugfs_create_file("aura_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
|
H A D | rvu.h | 150 struct qmem *aura_ctx; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npa.c | 75 if (!pfvf->aura_ctx || req->aura_id >= pfvf->aura_ctx->qsize) in rvu_npa_aq_enq_inst() 218 if (!pfvf->pool_ctx || !pfvf->aura_ctx) in npa_lf_hwctx_disable() 234 cnt = pfvf->aura_ctx->qsize; in npa_lf_hwctx_disable() 314 qmem_free(rvu->dev, pfvf->aura_ctx); in npa_ctx_free() 315 pfvf->aura_ctx = NULL; in npa_ctx_free() 367 err = qmem_alloc(rvu->dev, &pfvf->aura_ctx, in rvu_mbox_handler_npa_lf_alloc() 408 (u64)pfvf->aura_ctx->iova); in rvu_mbox_handler_npa_lf_alloc()
|
H A D | common.h | 121 struct npa_aura_s aura_ctx; member
|
H A D | rvu_debugfs.c | 921 if (!pfvf->aura_ctx) { in print_npa_qsize() 925 pfvf->aura_ctx->qsize); in print_npa_qsize() 926 seq_printf(m, "Aura count : %d\n", pfvf->aura_ctx->qsize); in print_npa_qsize() 1191 if (ctype == NPA_AQ_CTYPE_AURA && !pfvf->aura_ctx) { in rvu_dbg_npa_ctx_display() 1204 max_id = pfvf->aura_ctx->qsize; in rvu_dbg_npa_ctx_display() 1256 if (!pfvf->aura_ctx) { in write_npa_ctx() 1260 max_id = pfvf->aura_ctx->qsize; in write_npa_ctx() 2365 debugfs_create_file("aura_ctx", 0600, rvu->rvu_dbg.npa, rvu, in rvu_dbg_npa_init()
|
H A D | rvu.h | 211 struct qmem *aura_ctx; member
|
Completed in 14 milliseconds