Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Danvar.h45 #define AN_INTRS (AN_EV_RX | AN_EV_TX | AN_EV_TX_EXC | AN_EV_LINKSTAT)
Danreg.h159 #define AN_EV_TX_EXC 0x0004 /* async xmit completed with failure */ macro
Dan.c508 if (status & (AN_EV_TX | AN_EV_TX_EXC)) in an_softintr()
1545 CSR_WRITE_2(sc, AN_EVENT_ACK, status & (AN_EV_TX | AN_EV_TX_EXC)); in an_tx_intr()
1547 if (status & AN_EV_TX_EXC) in an_tx_intr()