Home
last modified time | relevance | path

Searched refs:cq_ctx (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1027 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx() local
1029 seq_printf(m, "W0: base \t\t\t%llx\n\n", cq_ctx->base); in print_nix_cq_ctx()
1031 seq_printf(m, "W1: wrptr \t\t\t%llx\n", (u64)cq_ctx->wrptr); in print_nix_cq_ctx()
1033 cq_ctx->avg_con, cq_ctx->cint_idx); in print_nix_cq_ctx()
1035 cq_ctx->cq_err, cq_ctx->qint_idx); in print_nix_cq_ctx()
1037 cq_ctx->bpid, cq_ctx->bp_ena); in print_nix_cq_ctx()
1040 cq_ctx in print_nix_cq_ctx()
[all...]
H A Drvu_nix.c537 if (pfvf->cq_ctx) in nix_ctx_free()
538 qmem_free(rvu->dev, pfvf->cq_ctx); in nix_ctx_free()
551 pfvf->cq_ctx = NULL; in nix_ctx_free()
671 if (!pfvf->cq_ctx || req->qidx >= pfvf->cq_ctx->qsize) in rvu_nix_aq_enq_inst()
869 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable()
880 q_cnt = pfvf->cq_ctx->qsize; in nix_lf_hwctx_disable()
1073 err = qmem_alloc(rvu->dev, &pfvf->cq_ctx, req->cq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc()
1082 (u64)pfvf->cq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc()
3348 if (pfvf->cq_ctx) { in rvu_nix_lf_teardown()
[all...]
H A Drvu.h159 struct qmem *cq_ctx; member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1827 struct nix_cq_ctx_s *cq_ctx = &rsp->cq; in print_nix_cq_ctx() local
1829 seq_printf(m, "W0: base \t\t\t%llx\n\n", cq_ctx->base); in print_nix_cq_ctx()
1831 seq_printf(m, "W1: wrptr \t\t\t%llx\n", (u64)cq_ctx->wrptr); in print_nix_cq_ctx()
1833 cq_ctx->avg_con, cq_ctx->cint_idx); in print_nix_cq_ctx()
1835 cq_ctx->cq_err, cq_ctx->qint_idx); in print_nix_cq_ctx()
1837 cq_ctx->bpid, cq_ctx->bp_ena); in print_nix_cq_ctx()
1840 cq_ctx in print_nix_cq_ctx()
[all...]
H A Drvu_nix.c743 if (pfvf->cq_ctx) in nix_ctx_free()
744 qmem_free(rvu->dev, pfvf->cq_ctx); in nix_ctx_free()
757 pfvf->cq_ctx = NULL; in nix_ctx_free()
912 if (!pfvf->cq_ctx || req->qidx >= pfvf->cq_ctx->qsize) in rvu_nix_blk_aq_enq_inst()
1217 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable()
1228 q_cnt = pfvf->cq_ctx->qsize; in nix_lf_hwctx_disable()
1429 err = qmem_alloc(rvu->dev, &pfvf->cq_ctx, req->cq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc()
1438 (u64)pfvf->cq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc()
4789 if (pfvf->cq_ctx) { in rvu_nix_lf_teardown()
[all...]
H A Drvu.h220 struct qmem *cq_ctx; member

Completed in 20 milliseconds