cq_ints_ctx       131 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	struct qmem	*cq_ints_ctx;
cq_ints_ctx       369 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (pfvf->cq_ints_ctx)
cq_ints_ctx       370 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		qmem_free(rvu->dev, pfvf->cq_ints_ctx);
cq_ints_ctx       380 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	pfvf->cq_ints_ctx = NULL;
cq_ints_ctx       857 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	err = qmem_alloc(rvu->dev, &pfvf->cq_ints_ctx, qints, hwctx_size);
cq_ints_ctx       862 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		    (u64)pfvf->cq_ints_ctx->iova);