Searched refs:defragEntry (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/otus/80211core/
H A Dctxrx.c250 if (wd->defragTable.defragEntry[i].fragCount != 0 )
252 if (((wd->tick - wd->defragTable.defragEntry[i].tick) >
258 for (j=0; j<wd->defragTable.defragEntry[i].fragCount; j++)
260 zfwBufFree(dev, wd->defragTable.defragEntry[i].fragment[j], 0);
264 wd->defragTable.defragEntry[i].fragCount = 0;
304 if ( wd->defragTable.defragEntry[i].fragCount == 0 )
315 for (j=0; j<wd->defragTable.defragEntry[i].fragCount; j++)
317 zfwBufFree(dev, wd->defragTable.defragEntry[i].fragment[j], 0);
321 wd->defragTable.defragEntry[i].fragCount = 1;
322 wd->defragTable.defragEntry[
[all...]
H A Dstruct.h334 struct zsDefragEntry defragEntry[ZM_MAX_DEFRAG_ENTRIES]; member in struct:zsDefragList

Completed in 34 milliseconds