RxIntr
IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
if (status & (RxIntr | RxEmpty)) {
iowrite32((RxIntr | RxNoBuf), tp->base_addr + CSR5);
} while ((ioread32(tp->base_addr + CSR5) & RxIntr));
if (!rxd && (csr5 & (RxIntr | RxNoBuf))) {
if (csr5 & (RxIntr | RxNoBuf)) {
#define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)
if (intr_status & (RxIntr | RxNoBuf))