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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadQueue.cpp416 uint16 maxSlots = GetMaxSlots();
418 maxSlots++;
420 if (m_uploadinglist.size() < maxSlots) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dewrk3.c1247 int i = num_ewrks3s, maxSlots; local
1257 maxSlots = 24;
1260 maxSlots = i + 1;
1263 for (; (i < maxSlots) && (dev != NULL);
1288 int i, maxSlots; local
1297 maxSlots = i + 1;
1299 for (i = 1; (i < maxSlots) && (dev != NULL); i++, iobase += EISA_SLOT_INC) {

Completed in 117 milliseconds