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

/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c177 #ifndef PSM_PACKETQUEUE
178 #define PSM_PACKETQUEUE 128 macro
437 packetbuf_t pqueue[PSM_PACKETQUEUE]; /* mouse data queue */
3129 if (++sc->pqueue_end >= PSM_PACKETQUEUE)
4910 sc->pqueue_start = PSM_PACKETQUEUE - 1;
5227 if (++sc->pqueue_start >= PSM_PACKETQUEUE)

Completed in 182 milliseconds