sq_ctx            128 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	struct qmem	*sq_ctx;
sq_ctx            361 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (pfvf->sq_ctx)
sq_ctx            362 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		qmem_free(rvu->dev, pfvf->sq_ctx);
sq_ctx            376 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	pfvf->sq_ctx = NULL;
sq_ctx            491 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		if (!pfvf->sq_ctx || req->qidx >= pfvf->sq_ctx->qsize)
sq_ctx            674 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx)
sq_ctx            689 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		q_cnt = pfvf->sq_ctx->qsize;
sq_ctx            818 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	err = qmem_alloc(rvu->dev, &pfvf->sq_ctx, req->sq_cnt, hwctx_size);
sq_ctx            827 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		    (u64)pfvf->sq_ctx->iova);
sq_ctx           2886 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (pfvf->sq_ctx) {