cq_mask           479 drivers/net/ethernet/marvell/octeontx2/af/mbox.h 		struct nix_cq_ctx_s cq_mask;
cq_mask           561 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 			memcpy(mask, &req->cq_mask,
cq_mask           631 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 			ena = (req->rq.ena & req->cq_mask.ena) |
cq_mask           633 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 				~req->cq_mask.ena);
cq_mask           682 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		aq_req.cq_mask.ena = 1;
cq_mask           220 fs/io_uring.c  		unsigned		cq_mask;
cq_mask           567 fs/io_uring.c  	return &rings->cqes[tail & ctx->cq_mask];
cq_mask          3821 fs/io_uring.c  	ctx->cq_mask = rings->cq_ring_mask;