Searched refs:tx_status_fifo_head (Results 1 – 1 of 1) sorted by relevance
245 int32_t tx_status_fifo_head; member316 VMSTATE_INT32(tx_status_fifo_head, lan9118_state),696 n = (s->tx_status_fifo_head + s->tx_status_fifo_used) & 511; in do_tx_packet()734 val = s->tx_status_fifo[s->tx_status_fifo_head]; in tx_status_fifo_pop()737 s->tx_status_fifo_head = (s->tx_status_fifo_head + 1) & 511; in tx_status_fifo_pop()1250 return s->tx_status_fifo[s->tx_status_fifo_head]; in lan9118_readl()