Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dpcnet.c76 #define CSR_DPOLL(S) !!(((S)->csr[4])&0x1000) macro
1297 if (CSR_TDMD(s) || (CSR_TXON(s) && !CSR_DPOLL(s) && pcnet_tdte_poll(s))) { in pcnet_poll()
1318 if (!CSR_STOP(s) && !CSR_SPND(s) && !CSR_DPOLL(s)) { in pcnet_poll_timer()