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

/freebsd-10.0-release/sys/dev/twe/
H A Dtwe.c1479 if (nextnext == sc->twe_aen_tail)
1483 if (next != sc->twe_aen_tail) {
1511 if (sc->twe_aen_tail == sc->twe_aen_head) {
1514 result = sc->twe_aen_queue[sc->twe_aen_tail];
1515 sc->twe_aen_tail = ((sc->twe_aen_tail + 1) % TWE_Q_LENGTH);
1531 for (i = sc->twe_aen_tail; (i != sc->twe_aen_head) && missing; i = (i + 1) % TWE_Q_LENGTH) {
1905 twe_printf(sc, "AEN queue head %d tail %d\n", sc->twe_aen_head, sc->twe_aen_tail);
H A Dtwevar.h126 int twe_aen_head, twe_aen_tail; /* ringbuffer pointers for AEN queue */ member in struct:twe_softc

Completed in 59 milliseconds