Lines Matching defs:tscale
184 static int tscale = 1;185 SYSCTL_INT(_hw_cxgbe, OID_AUTO, tscale, CTLFLAG_RDTUN, &tscale, 0,592 if (tscale != 1 && (tscale < 3 || tscale > 17)) {593 printf("Invalid hw.cxgbe.tscale value (%d),"594 " using 1 instead.\n", tscale);595 tscale = 1;824 if (tscale == 1)827 v = V_TSCALE(tscale - 2);