Searched refs:sq_ctx (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 813 struct nix_sq_ctx_s *sq_ctx = &rsp->sq; in print_nix_sq_ctx() local 816 sq_ctx->sqe_way_mask, sq_ctx->cq); in print_nix_sq_ctx() 818 sq_ctx->sdp_mcast, sq_ctx->substream); in print_nix_sq_ctx() 820 sq_ctx->qint_idx, sq_ctx->ena); in print_nix_sq_ctx() 823 sq_ctx->sqb_count, sq_ctx->default_chan); in print_nix_sq_ctx() 825 sq_ctx->smq_rr_quantum, sq_ctx->sso_ena); in print_nix_sq_ctx() 827 sq_ctx->xoff, sq_ctx->cq_ena, sq_ctx->smq); in print_nix_sq_ctx() 830 sq_ctx->sqe_stype, sq_ctx->sq_int_ena); in print_nix_sq_ctx() 832 sq_ctx->sq_int, sq_ctx->sqb_aura); in print_nix_sq_ctx() 833 seq_printf(m, "W2: smq_rr_count \t\t%d\n\n", sq_ctx->smq_rr_count); in print_nix_sq_ctx() [all …]
|
D | rvu_nix.c | 524 if (pfvf->sq_ctx) in nix_ctx_free() 525 qmem_free(rvu->dev, pfvf->sq_ctx); in nix_ctx_free() 539 pfvf->sq_ctx = NULL; in nix_ctx_free() 656 if (!pfvf->sq_ctx || req->qidx >= pfvf->sq_ctx->qsize) in rvu_nix_aq_enq_inst() 858 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable() 875 q_cnt = pfvf->sq_ctx->qsize; in nix_lf_hwctx_disable() 1046 err = qmem_alloc(rvu->dev, &pfvf->sq_ctx, req->sq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc() 1055 (u64)pfvf->sq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc() 3317 if (pfvf->sq_ctx) { in rvu_nix_lf_teardown()
|
D | rvu.h | 156 struct qmem *sq_ctx; member
|