Searched refs:data_in_index (Results 1 – 2 of 2) sorted by relevance
136 if (s->data_in_index < s->data_in_size) { in cuda_update()139 ms->sr = s->data_in[s->data_in_index++]; in cuda_update()142 if (s->data_in_index >= s->data_in_size) { in cuda_update()168 if (s->data_in_index < s->data_in_size) { in cuda_update()198 s->data_in_index = 0; in cuda_send_packet_to_host()496 VMSTATE_INT32(data_in_index, CUDAState),512 s->data_in_index = 0; in cuda_reset()
95 int data_in_index; member