Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dxgmac.c121 uint32_t ctl_stat; member
195 if (!rx && (d->ctl_stat & 0x00200000)) { in xgmac_write_desc()
217 if ((bd.ctl_stat & 0x80000000) == 0) { in xgmac_enet_send()
253 if (bd.ctl_stat & 0x20000000) { in xgmac_enet_send()
260 bd.ctl_stat &= ~0x80000000; in xgmac_enet_send()
356 if ((bd.ctl_stat & 0x80000000) == 0) { in eth_rx()
366 bd.ctl_stat = (size << 16) | 0x300; in eth_rx()