Home
last modified time | relevance | path

Searched refs:SX_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dsx.h161 #define SX_CHUNK_SIZE 128 macro
Dsx.c1725 tmp = kmalloc (SX_CHUNK_SIZE, GFP_USER); in sx_fw_ioctl()
1731 for (i=0;i<nbytes;i += SX_CHUNK_SIZE) { in sx_fw_ioctl()
1733 (i + SX_CHUNK_SIZE > in sx_fw_ioctl()
1735 SX_CHUNK_SIZE)) { in sx_fw_ioctl()
1740 (i+SX_CHUNK_SIZE>nbytes)?nbytes-i:SX_CHUNK_SIZE); in sx_fw_ioctl()