Lines Matching defs:tscale
185 static int tscale = 1;186 SYSCTL_INT(_hw_cxgbe, OID_AUTO, tscale, CTLFLAG_RDTUN, &tscale, 0,566 if (tscale != 1 && (tscale < 3 || tscale > 17)) {567 printf("Invalid hw.cxgbe.tscale value (%d),"568 " using 1 instead.\n", tscale);569 tscale = 1;792 if (tscale == 1)795 v = V_TSCALE(tscale - 2);