Searched refs:sc_aen_head (Results 1 – 2 of 2) sorted by relevance
74 int sc_aen_head; member
1020 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()