Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dtwevar.h74 int sc_aen_head; member
H A Dtwe.c1020 next = (sc->sc_aen_head + 1) % TWE_AEN_Q_LENGTH; in twe_aen_enqueue()
1021 nextnext = (sc->sc_aen_head + 2) % TWE_AEN_Q_LENGTH; in twe_aen_enqueue()
1031 sc->sc_aen_queue[sc->sc_aen_head] = aen; in twe_aen_enqueue()
1032 sc->sc_aen_head = next; in twe_aen_enqueue()
1049 if (sc->sc_aen_tail == sc->sc_aen_head) in twe_aen_dequeue()