schq_base        1072 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	u16 schq_base;
schq_base        1091 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		schq_base = (cgx_id * MAX_LMAC_PER_CGX + lmac_id) * 2;
schq_base        1094 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		schq_base = rvu->cgx_cnt_max * MAX_LMAC_PER_CGX * 2;
schq_base        1100 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (schq_base + 1 > txsch->schq.max)
schq_base        1104 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	if (pfvf_map[schq_base] == U32_MAX) {
schq_base        1105 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		pfvf_map[schq_base] =
schq_base        1107 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		pfvf_map[schq_base + 1] =
schq_base        1112 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 				     NIX_TXSCH_LVL_TL1, schq_base);
schq_base        1114 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 				     NIX_TXSCH_LVL_TL1, schq_base);
schq_base        1117 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 				     NIX_TXSCH_LVL_TL1, schq_base + 1);
schq_base        1119 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 				     NIX_TXSCH_LVL_TL1, schq_base + 1);
schq_base        1123 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		schq_list[0] = schq_base;
schq_base        1124 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 		schq_list[1] = schq_base + 1;