Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dsmc91c111.c51 int tx_fifo_done_len; member
80 VMSTATE_INT32(tx_fifo_done_len, smc91c111_state),
128 if (s->tx_fifo_done_len != 0) in smc91c111_update()
211 if (s->tx_fifo_done_len == 0) in smc91c111_pop_tx_fifo_done()
213 s->tx_fifo_done_len--; in smc91c111_pop_tx_fifo_done()
214 for (i = 0; i < s->tx_fifo_done_len; i++) in smc91c111_pop_tx_fifo_done()
279 else if (s->tx_fifo_done_len < NUM_PACKETS) in smc91c111_do_tx()
280 s->tx_fifo_done[s->tx_fifo_done_len++] = packetnum; in smc91c111_do_tx()
302 s->tx_fifo_done_len = 0; in smc91c111_reset()
411 s->tx_fifo_done_len = 0; in smc91c111_writeb()
[all …]