Searched refs:nvcibits (Results 1 – 1 of 1) sorted by relevance
154 static short nvcibits = -1; variable1213 if (nvpibits != -1 && nvcibits != -1 && nvpibits+nvcibits != HE_MAXCIDBITS) { in he_start()1223 if (nvcibits != -1) { in he_start()1224 he_dev->vcibits = nvcibits; in he_start()1225 he_dev->vpibits = HE_MAXCIDBITS - nvcibits; in he_start()3058 MODULE_PARM(nvcibits, "i");3059 MODULE_PARM_DESC(nvcibits, "numbers of bits for vci (default 12)");