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

/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dzs_ms.c69 uint8_t rxq_head; member in struct:zsms_softc
157 sc->rxq_head = 0;
222 sc->rxq_head = sc->rxq_tail;
230 while (sc->rxq_head != sc->rxq_tail) {
231 int8_t c = sc->rxq[sc->rxq_head];
265 sc->rxq_head = (sc->rxq_head + 1) & ~ZSMS_RXQ_LEN;
H A Dzs_kbd.c82 u_int rxq_head; member in struct:zskbd_devconfig
226 sc->sc_dc->rxq_head = 0;
322 dc->rxq_head = dc->rxq_tail;
327 while (dc->rxq_head != dc->rxq_tail) {
328 uint8_t key = dc->rxq[dc->rxq_head];
340 dc->rxq_head = (dc->rxq_head + 1) & ~ZSKBD_RXQ_LEN;
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/dev/
H A Dewskbd.c113 u_int rxq_head; member in struct:ewskbd_devconfig
237 sc->sc_dc->rxq_head = 0;
358 dc->rxq_head = dc->rxq_tail;
363 while (dc->rxq_head != dc->rxq_tail) {
364 uint8_t key = dc->rxq[dc->rxq_head];
369 dc->rxq_head = EWSKBD_NEXTRXQ(dc->rxq_head);

Completed in 209 milliseconds