Searched refs:AN_EV_TX_EXC (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Danvar.h44 #define AN_INTRS (AN_EV_RX | AN_EV_TX | AN_EV_TX_EXC | AN_EV_LINKSTAT)
H A Dan.c493 CSR_WRITE_2(sc, AN_EVENT_ACK, status & (AN_EV_TX | AN_EV_TX_EXC));
495 if (status & AN_EV_TX_EXC)
557 if (status & (AN_EV_TX | AN_EV_TX_EXC))
H A Danreg.h165 #define AN_EV_TX_EXC 0x0004 /* async xmit completed with failure */ macro

Completed in 126 milliseconds