Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c117 static short nvcibits = -1; variable
1169 if (nvpibits != -1 && nvcibits != -1 && nvpibits+nvcibits != HE_MAXCIDBITS) { in he_start()
1170 hprintk("nvpibits + nvcibits != %d\n", 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)");
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.c117 static short nvcibits = -1; variable
1166 if (nvpibits != -1 && nvcibits != -1 && nvpibits+nvcibits != HE_MAXCIDBITS) { in he_start()
1167 hprintk("nvpibits + nvcibits != %d\n", 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)");

Completed in 6 milliseconds