Searched refs:cmd_a (Results 1 – 1 of 1) sorted by relevance
167 uint32_t cmd_a; member183 VMSTATE_UINT32(cmd_a, LAN9118Packet),442 s->txp->cmd_a = 0xffffffffu; in lan9118_reset()753 s->txp->cmd_a = val & 0x831f37ff; in tx_fifo_push()756 s->txp->buffer_size = extract32(s->txp->cmd_a, 0, 11); in tx_fifo_push()757 s->txp->offset = extract32(s->txp->cmd_a, 16, 5); in tx_fifo_push()760 if (s->txp->cmd_a & 0x2000) { in tx_fifo_push()781 s->txp->cmd_a); in tx_fifo_push()825 if (s->txp->cmd_a & 0x1000) { in tx_fifo_push()828 if (s->txp->cmd_a & 0x80000000) { in tx_fifo_push()[all …]