Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dlan9118.c246 int32_t tx_status_fifo_head; member
317 VMSTATE_INT32(tx_status_fifo_head, lan9118_state),
697 n = (s->tx_status_fifo_head + s->tx_status_fifo_used) & 511; in do_tx_packet()
735 val = s->tx_status_fifo[s->tx_status_fifo_head]; in tx_status_fifo_pop()
738 s->tx_status_fifo_head = (s->tx_status_fifo_head + 1) & 511; in tx_status_fifo_pop()
1251 return s->tx_status_fifo[s->tx_status_fifo_head]; in lan9118_readl()