Searched refs:SX_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
161 #define SX_CHUNK_SIZE 128 macro
1725 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()