Searched refs:nvcibits (Results 1 – 3 of 3) sorted by relevance
117 static short nvcibits = -1; variable1169 if (nvpibits != -1 && nvcibits != -1 && nvpibits+nvcibits != HE_MAXCIDBITS) { in he_start()1179 if (nvcibits != -1) { in he_start()1180 he_dev->vcibits = nvcibits; in he_start()1181 he_dev->vpibits = HE_MAXCIDBITS - nvcibits; in he_start()2843 module_param(nvcibits, short, 0);2844 MODULE_PARM_DESC(nvcibits, "numbers of bits for vci (default 12)");