Home
last modified time | relevance | path

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

/freebsd/sys/dev/beri/
H A Dberi_ring.c73 uint16_t cdes; member
167 if (c.cdes & CDES_INT_EN) { in beri_intr_write()
168 c.cdes &= ~(CDES_INT_EN); in beri_intr_write()
187 if (c.cdes & CDES_INT_EN) { in beri_intr_read()
188 c.cdes &= ~(CDES_INT_EN); in beri_intr_read()
227 c.cdes = 0; in beri_open()
233 c.cdes = 0; in beri_open()
324 c.cdes |= (CDES_INT_EN); in beri_kqread()
352 c.cdes |= (CDES_INT_EN); in beri_kqwrite()