Searched refs:MAX_QUEUE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dcard.h8 #define MAX_QUEUE 24 /* try not to exceed this queue length, in ms */ macro
H A Durb.c277 maxpacks = max(MAX_QUEUE * packs_per_ms, urb_packs * 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Dwebserver.c142 #define MAX_QUEUE (1000) macro
146 static int queue[MAX_QUEUE];
598 next = (tail + 1) % MAX_QUEUE;
636 head = (head + 1) % MAX_QUEUE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Dwebserver.c142 #define MAX_QUEUE (1000) macro
146 static int queue[MAX_QUEUE];
598 next = (tail + 1) % MAX_QUEUE;
636 head = (head + 1) % MAX_QUEUE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1489 if (qidx >= MAX_QUEUE*2) qidx = 0;
1582 if ((i = i+2) >= MAX_QUEUE*2)
1698 for (i = 0; i < MAX_QUEUE*2; i += 2) {
1702 np->squeue[MAX_QUEUE*2-1] = cpu_to_scr(phys);
1713 for (i = 0; i < MAX_QUEUE*2; i += 2) {
1717 np->dqueue[MAX_QUEUE*2-1] = cpu_to_scr(phys);
2937 assert((i >= 0) && (i < 2*MAX_QUEUE));
2961 if ((j += 2) >= MAX_QUEUE*2) j = 0;
2963 if ((i += 2) >= MAX_QUEUE*2) i = 0;
5558 np->squeue = sym_calloc_dma(sizeof(u32)*(MAX_QUEUE*
[all...]
H A Dsym_hipd.h187 #define MAX_QUEUE SYM_CONF_MAX_QUEUE macro

Completed in 80 milliseconds