Searched refs:cq_ctx (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_debugfs.c | 2232 cq_ctx->avg_con, cq_ctx->cint_idx); in print_nix_cq_ctx() 2234 cq_ctx->cq_err, cq_ctx->qint_idx); in print_nix_cq_ctx() 2236 cq_ctx->bpid, cq_ctx->bp_ena); in print_nix_cq_ctx() 2243 cq_ctx->lbpid_high << 6 | cq_ctx->lbpid_med << 3 | in print_nix_cq_ctx() 2249 cq_ctx->update_time, cq_ctx->avg_level); in print_nix_cq_ctx() 2251 cq_ctx->head, cq_ctx->tail); in print_nix_cq_ctx() 2254 cq_ctx->cq_err_int_ena, cq_ctx->cq_err_int); in print_nix_cq_ctx() 2256 cq_ctx->qsize, cq_ctx->caching); in print_nix_cq_ctx() 2258 cq_ctx->substream, cq_ctx->ena); in print_nix_cq_ctx() 2265 cq_ctx->drop_ena, cq_ctx->drop); in print_nix_cq_ctx() [all …]
|
| A D | rvu_nix.c | 910 if (pfvf->cq_ctx) in nix_ctx_free() 911 qmem_free(rvu->dev, pfvf->cq_ctx); in nix_ctx_free() 924 pfvf->cq_ctx = NULL; in nix_ctx_free() 1079 if (!pfvf->cq_ctx || req->qidx >= pfvf->cq_ctx->qsize) in rvu_nix_blk_aq_enq_inst() 1384 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable() 1395 q_cnt = pfvf->cq_ctx->qsize; in nix_lf_hwctx_disable() 1596 err = qmem_alloc(rvu->dev, &pfvf->cq_ctx, req->cq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc() 1605 (u64)pfvf->cq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc() 5340 if (pfvf->cq_ctx) { in rvu_nix_lf_teardown()
|
| A D | rvu.h | 269 struct qmem *cq_ctx; member
|
Completed in 27 milliseconds