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

/freebsd-11-stable/sys/dev/beri/
H A Dberi_ring.c69 #define CDES_INT_EN (1 << 15) macro
170 if (c.cdes & CDES_INT_EN) {
171 c.cdes &= ~(CDES_INT_EN);
190 if (c.cdes & CDES_INT_EN) {
191 c.cdes &= ~(CDES_INT_EN);
327 c.cdes |= (CDES_INT_EN);
355 c.cdes |= (CDES_INT_EN);

Completed in 102 milliseconds