cq_ctx 129 drivers/net/ethernet/marvell/octeontx2/af/rvu.h struct qmem *cq_ctx; cq_ctx 363 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c if (pfvf->cq_ctx) cq_ctx 364 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c qmem_free(rvu->dev, pfvf->cq_ctx); cq_ctx 377 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c pfvf->cq_ctx = NULL; cq_ctx 495 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c if (!pfvf->cq_ctx || req->qidx >= pfvf->cq_ctx->qsize) cq_ctx 674 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) cq_ctx 683 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c q_cnt = pfvf->cq_ctx->qsize; cq_ctx 833 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c err = qmem_alloc(rvu->dev, &pfvf->cq_ctx, req->cq_cnt, hwctx_size); cq_ctx 842 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c (u64)pfvf->cq_ctx->iova); cq_ctx 2900 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c if (pfvf->cq_ctx) {