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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c263 for ((id) = 1U; (id) <= pktpools_max; (id)++)
265 uint32 pktpools_max = 0U; /* maximum number of pools that may be initialized */ variable
288 if (pktpools_max != 0U) {
301 pktpools_max = total_pools;
303 return (int)pktpools_max;
311 if (pktpools_max == 0U) {
322 pktpools_max = 0U; /* restore boot state */
332 if (pktpools_max == 0U) {
336 ASSERT(pktpools_max != 0U);
357 ASSERT(poolid <= pktpools_max);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hnd/
H A Dshared_ksyms.c142 extern void pktpools_max; EXPORT_SYMBOL(pktpools_max); variable

Completed in 113 milliseconds