Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dpcnet.c82 #define CSR_LOOP(S) !!(((S)->csr[15])&0x0004) macro
995 (CSR_LOOP(s) && !s->looptest)) { in pcnet_receive()
1205 (!CSR_LOOP(s) || (!CSR_INTL(s) && !BCR_TMAULOOP(s)))) { in pcnet_transmit()
1240 if (CSR_LOOP(s)) { in pcnet_transmit()