Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twe/
H A Dtwe.c629 error = lksleep(&sc->twe_aen_queue, &sc->twe_io_lock, PCATCH, in twe_ioctl()
1497 sc->twe_aen_queue[sc->twe_aen_head] = aen; in twe_enqueue_aen()
1502 wakeup(&sc->twe_aen_queue); in twe_enqueue_aen()
1527 result = sc->twe_aen_queue[sc->twe_aen_tail]; in twe_dequeue_aen()
1545 if (sc->twe_aen_queue[i] == aen) in twe_find_aen()
H A Dtwevar.h139 u_int16_t twe_aen_queue[TWE_Q_LENGTH]; /* AENs queued for userland tool(s) */ member