Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dmacserial.h179 int rx_done_bytes; member
Dmacserial.c826 available = RX_BUF_SIZE - residue - info->rx_done_bytes; in rxdma_to_tty()
831 info->rx_char_buf[info->rx_ubuf] + info->rx_done_bytes, in rxdma_to_tty()
834 info->rx_flag_buf[info->rx_ubuf] + info->rx_done_bytes, in rxdma_to_tty()
839 memset(info->rx_flag_buf[info->rx_ubuf] + info->rx_done_bytes, in rxdma_to_tty()
841 info->rx_done_bytes += available; in rxdma_to_tty()
844 if (info->rx_done_bytes == RX_BUF_SIZE) { in rxdma_to_tty()
865 info->rx_done_bytes = 0; in rxdma_to_tty()
957 info->rx_done_bytes = 0; in dma_init()