Searched refs:rx_ubuf (Results 1 – 2 of 2) sorted by relevance
645 if (info->rx_fbuf == info->rx_ubuf) in rs_rxdma_irq()818 if (info->rx_ubuf == info->rx_cbuf) { 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()845 volatile struct dbdma_cmd *cd = info->rx_cmds[info->rx_ubuf]; in rxdma_to_tty()847 if (info->rx_ubuf == info->rx_cbuf) in rxdma_to_tty()858 info->rx_fbuf = info->rx_ubuf; in rxdma_to_tty()861 rxdma_start(info, info->rx_ubuf); in rxdma_to_tty()862 info->rx_cbuf = info->rx_ubuf; in rxdma_to_tty()[all …]
180 int rx_ubuf; member