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

/freebsd-12-stable/sys/dev/rl/
H A Dif_rlreg.h260 #define RL_INTRS_CPLUS \ macro
265 #define RL_INTRS_CPLUS \ macro
/freebsd-12-stable/sys/dev/re/
H A Dif_re.c2568 if (status == 0xFFFF || (status & RL_INTRS_CPLUS) == 0)
2639 if ((CSR_READ_2(sc, RL_ISR) & RL_INTRS_CPLUS) || rval) {
2644 CSR_WRITE_2(sc, RL_IMR, RL_INTRS_CPLUS);
2671 intrs = RL_INTRS_CPLUS;
3281 CSR_WRITE_2(sc, RL_IMR, RL_INTRS_CPLUS);
3282 CSR_WRITE_2(sc, RL_ISR, RL_INTRS_CPLUS);
3490 CSR_WRITE_2(sc, RL_IMR, RL_INTRS_CPLUS);

Completed in 112 milliseconds