Home
last modified time | relevance | path

Searched refs:IE_ST_CNA (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Di82586reg.h198 #define IE_ST_CNA 0x2000 /* all commands completed */ macro
H A Di82586.c476 if ((status & IE_ST_CNA) && (sc->sc_debug & IED_CNA)) in i82586_intr()