Home
last modified time | relevance | path

Searched refs:ucom_cons_rx_low (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/sys/dev/usb/serial/
HDusb_serial.c124 static unsigned ucom_cons_rx_low = 0; variable
463 ucom_cons_rx_low = 0; in ucom_attach_tty()
1538 temp = (UCOM_CONS_BUFSIZE - 1) - ucom_cons_rx_high + ucom_cons_rx_low; in ucom_put_data()
1692 if (ucom_cons_rx_low != ucom_cons_rx_high) { in ucom_cngetc()
1693 c = ucom_cons_rx_buf[ucom_cons_rx_low]; in ucom_cngetc()
1694 ucom_cons_rx_low ++; in ucom_cngetc()
1695 ucom_cons_rx_low %= UCOM_CONS_BUFSIZE; in ucom_cngetc()