schq_contig       503 drivers/net/ethernet/marvell/octeontx2/af/mbox.h 	u16 schq_contig[NIX_TXSCH_LVL_CNT]; /* No of contiguous queues */
schq_contig       510 drivers/net/ethernet/marvell/octeontx2/af/mbox.h 	u16 schq_contig[NIX_TXSCH_LVL_CNT];
schq_contig      1156 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		req_schq = req->schq_contig[lvl] + req->schq[lvl];
schq_contig      1164 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 			if (req->schq_contig[lvl] ||
schq_contig      1177 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		if (req->schq_contig[lvl] &&
schq_contig      1178 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		    !rvu_rsrc_check_contig(&txsch->schq, req->schq_contig[lvl]))
schq_contig      1188 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		rsp->schq_contig[lvl] = req->schq_contig[lvl];
schq_contig      1192 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		if (!req->schq[lvl] && !req->schq_contig[lvl])
schq_contig      1201 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 			rsp->schq_contig[lvl] = 0;
schq_contig      1209 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		if (req->schq_contig[lvl]) {
schq_contig      1211 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 						     req->schq_contig[lvl]);
schq_contig      1213 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 			for (idx = 0; idx < req->schq_contig[lvl]; idx++) {