HomeSort by: relevance | last modified time | path
    Searched refs:AN_EV_TX_EXC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
anvar.h 45 #define AN_INTRS (AN_EV_RX | AN_EV_TX | AN_EV_TX_EXC | AN_EV_LINKSTAT)
an.c 508 if (status & (AN_EV_TX | AN_EV_TX_EXC))
1545 CSR_WRITE_2(sc, AN_EVENT_ACK, status & (AN_EV_TX | AN_EV_TX_EXC));
1547 if (status & AN_EV_TX_EXC)
anreg.h 159 #define AN_EV_TX_EXC 0x0004 /* async xmit completed with failure */

Completed in 32 milliseconds