Searched refs:AN_EV_TX_EXC (Results 1 – 3 of 3) sorted by relevance
45 #define AN_INTRS (AN_EV_RX | AN_EV_TX | AN_EV_TX_EXC | AN_EV_LINKSTAT)
159 #define AN_EV_TX_EXC 0x0004 /* async xmit completed with failure */ macro
508 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()