HomeSort by: relevance | last modified time | path
    Searched refs:TWE_AEN_Q_LENGTH (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
twevar.h 72 #define TWE_AEN_Q_LENGTH 256
73 uint16_t sc_aen_queue[TWE_AEN_Q_LENGTH];
twe.c 1020 next = (sc->sc_aen_head + 1) % TWE_AEN_Q_LENGTH;
1021 nextnext = (sc->sc_aen_head + 2) % TWE_AEN_Q_LENGTH;
1053 sc->sc_aen_tail = (sc->sc_aen_tail + 1) % TWE_AEN_Q_LENGTH;

Completed in 37 milliseconds