rq_ctx            127 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	struct qmem	*rq_ctx;
rq_ctx            359 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (pfvf->rq_ctx)
rq_ctx            360 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		qmem_free(rvu->dev, pfvf->rq_ctx);
rq_ctx            375 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	pfvf->rq_ctx = NULL;
rq_ctx            487 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		if (!pfvf->rq_ctx || req->qidx >= pfvf->rq_ctx->qsize)
rq_ctx            674 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx)
rq_ctx            695 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		q_cnt = pfvf->rq_ctx->qsize;
rq_ctx            801 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	err = qmem_alloc(rvu->dev, &pfvf->rq_ctx, req->rq_cnt, hwctx_size);
rq_ctx            810 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		    (u64)pfvf->rq_ctx->iova);
rq_ctx           2893 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (pfvf->rq_ctx) {