Searched refs:nvcibits (Results 1 – 1 of 1) sorted by relevance
117 static short nvcibits = -1; variable1166 if (nvpibits != -1 && nvcibits != -1 && nvpibits+nvcibits != HE_MAXCIDBITS) { in he_start()1176 if (nvcibits != -1) { in he_start()1177 he_dev->vcibits = nvcibits; in he_start()1178 he_dev->vpibits = HE_MAXCIDBITS - nvcibits; in he_start()2840 module_param(nvcibits, short, 0);2841 MODULE_PARM_DESC(nvcibits, "numbers of bits for vci (default 12)");