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

/freebsd-11.0-release/sys/dev/usb/serial/
H A Dusb_serial.c119 static unsigned int ucom_cons_rx_low = 0; variable
440 ucom_cons_rx_low = 0;
1400 temp = (UCOM_CONS_BUFSIZE - 1) - ucom_cons_rx_high + ucom_cons_rx_low;
1564 if (ucom_cons_rx_low != ucom_cons_rx_high) {
1565 c = ucom_cons_rx_buf[ucom_cons_rx_low];
1566 ucom_cons_rx_low ++;
1567 ucom_cons_rx_low %= UCOM_CONS_BUFSIZE;

Completed in 46 milliseconds