Home
last modified time | relevance | path

Searched refs:nvcibits (Results 1 – 1 of 1) sorted by relevance

/drivers/atm/
Dhe.c117 static short nvcibits = -1; variable
1169 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)");