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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2sta.c1065 int nbss; local
1072 nbss = (inf->framelen * sizeof(u16)) -
1074 nbss /= sizeof(hfa384x_ScanResultSub_t);
1077 pr_debug("rx scanresults, reason=%d, nbss=%d:\n",
1078 inf->info.scanresult.scanreason, nbss);
1079 for (i = 0; i < nbss; i++) {
1122 int nbss; local
1124 nbss = (inf->framelen - 3) / 32;
1125 pr_debug("Received %d hostscan results\n", nbss);
1127 if (nbss > 3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/
H A Delf2ecoff.c365 struct sect ndata, nbss; local
369 nbss.vaddr = ph[i].p_vaddr + ph[i].p_filesz;
370 nbss.len = ph[i].p_memsz - ph[i].p_filesz;
373 combine(&bss, &nbss, 1);

Completed in 59 milliseconds