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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpg.h26 may transfer at most PG_MAX_DATA bytes. Note that the driver must
41 #define PG_MAX_DATA 32768 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpg.c21 may transfer at most PG_MAX_DATA bytes. Note that the driver must
532 dev->bufptr = kmalloc(PG_MAX_DATA, GFP_KERNEL);
571 if (hdr.dlen > PG_MAX_DATA)
573 if ((count - hs) > PG_MAX_DATA)

Completed in 54 milliseconds