Searched refs:sq_ctx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 1546 struct nix_cn10k_sq_ctx_s *sq_ctx) in print_nix_cn10k_sq_ctx() 1549 sq_ctx->ena, sq_ctx->qint_idx); in print_nix_cn10k_sq_ctx() 1551 sq_ctx->substream, sq_ctx->sdp_mcast); in print_nix_cn10k_sq_ctx() 1553 sq_ctx->cq, sq_ctx->sqe_way_mask); in print_nix_cn10k_sq_ctx() 1556 sq_ctx->smq, sq_ctx->cq_ena, sq_ctx in print_nix_cn10k_sq_ctx() 1545 print_nix_cn10k_sq_ctx(struct seq_file *m, struct nix_cn10k_sq_ctx_s *sq_ctx) print_nix_cn10k_sq_ctx() argument 1611 struct nix_sq_ctx_s *sq_ctx = &rsp->sq; print_nix_sq_ctx() local [all...] |
H A D | rvu_nix.c | 741 if (pfvf->sq_ctx) in nix_ctx_free() 742 qmem_free(rvu->dev, pfvf->sq_ctx); in nix_ctx_free() 756 pfvf->sq_ctx = NULL; in nix_ctx_free() 908 if (!pfvf->sq_ctx || req->qidx >= pfvf->sq_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() 1234 q_cnt = pfvf->sq_ctx->qsize; in nix_lf_hwctx_disable() 1413 err = qmem_alloc(rvu->dev, &pfvf->sq_ctx, req->sq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc() 1422 (u64)pfvf->sq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc() 4775 if (pfvf->sq_ctx) { in rvu_nix_lf_teardown() [all...] |
H A D | rvu.h | 219 struct qmem *sq_ctx; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 901 struct nix_sq_ctx_s *sq_ctx = &rsp->sq; in print_nix_sq_ctx() local 904 sq_ctx->sqe_way_mask, sq_ctx->cq); in print_nix_sq_ctx() 906 sq_ctx->sdp_mcast, sq_ctx->substream); in print_nix_sq_ctx() 908 sq_ctx->qint_idx, sq_ctx->ena); in print_nix_sq_ctx() 911 sq_ctx->sqb_count, sq_ctx->default_chan); in print_nix_sq_ctx() 913 sq_ctx in print_nix_sq_ctx() [all...] |
H A D | rvu_nix.c | 535 if (pfvf->sq_ctx) in nix_ctx_free() 536 qmem_free(rvu->dev, pfvf->sq_ctx); in nix_ctx_free() 550 pfvf->sq_ctx = NULL; in nix_ctx_free() 667 if (!pfvf->sq_ctx || req->qidx >= pfvf->sq_ctx->qsize) in rvu_nix_aq_enq_inst() 869 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable() 886 q_cnt = pfvf->sq_ctx->qsize; in nix_lf_hwctx_disable() 1057 err = qmem_alloc(rvu->dev, &pfvf->sq_ctx, req->sq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc() 1066 (u64)pfvf->sq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc() 3334 if (pfvf->sq_ctx) { in rvu_nix_lf_teardown() [all...] |
H A D | rvu.h | 158 struct qmem *sq_ctx; member
|
Completed in 18 milliseconds