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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_boot.c41 unsigned long pof_recoffset;/* actual offset inside pof record */ member in struct:boot_data
106 datlen, boot->pof_recoffset);
116 (boot->pof_recoffset & (POF_BOOT_LOADER_PAGE_SIZE - 1));
133 (boot->pof_recoffset > POF_BOOT_LOADER_PAGE_SIZE) ? 2 : 0)) < 0)
144 datlen, boot->pof_recoffset);
149 if (boot->pof_recoffset + datlen >= boot->pof_reclen)
157 datlen, boot->pof_recoffset);
215 boot->pof_recoffset = 0; /* no starting offset */
243 boot->pof_recoffset += datlen;
244 if (boot->pof_recoffset >
[all...]

Completed in 36 milliseconds