Searched refs:active_rx (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/tty/serial/ |
D | sh-sci.c | 93 dma_cookie_t active_rx; member 972 if (s->active_rx == s->cookie_rx[0]) { in sci_dma_rx_push() 974 } else if (s->active_rx == s->cookie_rx[1]) { in sci_dma_rx_push() 977 dev_err(port->dev, "cookie %d not found!\n", s->active_rx); in sci_dma_rx_push() 1004 dev_dbg(port->dev, "%s(%d) active #%d\n", __func__, port->line, s->active_rx); in sci_dma_rx_complete() 1084 s->active_rx = s->cookie_rx[0]; in sci_submit_rx() 1096 if (s->active_rx == s->cookie_rx[0]) { in work_fn_rx() 1098 } else if (s->active_rx == s->cookie_rx[1]) { in work_fn_rx() 1101 dev_err(port->dev, "cookie %d not found!\n", s->active_rx); in work_fn_rx() 1106 if (dma_async_is_tx_complete(s->chan_rx, s->active_rx, NULL, NULL) != in work_fn_rx() [all …]
|