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

/freebsd-13-stable/sys/dev/rl/
H A Dif_rlreg.h260 #define RL_INTRS_CPLUS \ macro
265 #define RL_INTRS_CPLUS \ macro
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c2569 if (status == 0xFFFF || (status & RL_INTRS_CPLUS) == 0)
2640 if ((CSR_READ_2(sc, RL_ISR) & RL_INTRS_CPLUS) || rval) {
2645 CSR_WRITE_2(sc, RL_IMR, RL_INTRS_CPLUS);
2672 intrs = RL_INTRS_CPLUS;
3282 CSR_WRITE_2(sc, RL_IMR, RL_INTRS_CPLUS);
3283 CSR_WRITE_2(sc, RL_ISR, RL_INTRS_CPLUS);
3491 CSR_WRITE_2(sc, RL_IMR, RL_INTRS_CPLUS);

Completed in 49 milliseconds