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

/freebsd-12-stable/sys/dev/an/
H A Dif_anreg.h280 #define AN_EV_TX_EXC 0x0004 /* async xmit completed with failure */ macro
285 ( x ? (AN_EV_RX|AN_EV_TX|AN_EV_TX_EXC|AN_EV_TX_CPY|AN_EV_ALLOC \
288 (AN_EV_RX|AN_EV_TX|AN_EV_TX_EXC|AN_EV_ALLOC \
H A Dif_an.c1111 if (status & AN_EV_TX_EXC) {
1127 if (status & AN_EV_TX_EXC) {
1239 if (status & AN_EV_TX_EXC) {
1241 CSR_WRITE_2(sc, AN_EVENT_ACK(sc->mpi350), AN_EV_TX_EXC);

Completed in 134 milliseconds