Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
DDAC960.c2833 char *LastDataEndPointer = NULL; in DAC960_V1_QueueReadWriteCommand() local
2846 if (BufferHeader->b_data == LastDataEndPointer) in DAC960_V1_QueueReadWriteCommand()
2850 LastDataEndPointer += BufferHeader->b_size; in DAC960_V1_QueueReadWriteCommand()
2858 LastDataEndPointer = BufferHeader->b_data + BufferHeader->b_size; in DAC960_V1_QueueReadWriteCommand()
2917 char *LastDataEndPointer = NULL; in DAC960_V2_QueueReadWriteCommand() local
2936 if (BufferHeader->b_data == LastDataEndPointer) in DAC960_V2_QueueReadWriteCommand()
2940 LastDataEndPointer += BufferHeader->b_size; in DAC960_V2_QueueReadWriteCommand()
2948 LastDataEndPointer = BufferHeader->b_data + BufferHeader->b_size; in DAC960_V2_QueueReadWriteCommand()