Searched refs:tx_fifo_len (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dsmc91c111.c37 int tx_fifo_len; member in struct:__anon10995
75 qemu_put_be32(f, s->tx_fifo_len);
111 s->tx_fifo_len = qemu_get_be32(f);
163 if (s->tx_fifo_len == 0)
246 if (s->tx_fifo_len == 0)
248 for (i = 0; i < s->tx_fifo_len; i++) {
289 s->tx_fifo_len = 0;
296 if (s->tx_fifo_len == NUM_PACKETS)
298 s->tx_fifo[s->tx_fifo_len++] = packet;
305 s->tx_fifo_len
[all...]

Completed in 55 milliseconds