Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dstellaris_enet.c67 uint32_t tctl; member
140 VMSTATE_UINT32(tctl, stellaris_enet_state),
178 if (!(s->tctl & SE_TCTL_CRC)) { in stellaris_txpacket_complete()
209 if ((s->tctl & SE_TCTL_PADEN) && framelen < 60) { in stellaris_enet_send()
299 return s->tctl; in stellaris_enet_read()
388 s->tctl = value; in stellaris_enet_write()