Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/macio/
H A Dcuda.c126 if (s->data_out_index < sizeof(s->data_out)) { in cuda_update()
127 if (s->data_out_index == 0) { in cuda_update()
131 s->data_out[s->data_out_index++] = ms->sr; in cuda_update()
163 packet_received = (s->data_out_index > 0); in cuda_update()
180 len = s->data_out_index; in cuda_update()
181 s->data_out_index = 0; in cuda_update()
497 VMSTATE_INT32(data_out_index, CUDAState),
513 s->data_out_index = 0; in cuda_reset()
/openbmc/qemu/include/hw/misc/macio/
H A Dcuda.h96 int data_out_index; member