Lines Matching refs:rx_ch
191 struct cppi_channel *rx_ch = controller->rx + i; in cppi_controller_start() local
194 INIT_LIST_HEAD(&rx_ch->tx_complete); in cppi_controller_start()
197 rx_ch->state_ram = rx; in cppi_controller_start()
1262 struct cppi_channel *rx_ch; in cppi_interrupt() local
1264 rx_ch = cppi->rx + index; in cppi_interrupt()
1271 if (rx_ch->channel.actual_len != rx_ch->buf_len in cppi_interrupt()
1272 && rx_ch->channel.actual_len in cppi_interrupt()
1273 == rx_ch->offset) { in cppi_interrupt()
1274 cppi_next_rx_segment(musb, rx_ch, 1); in cppi_interrupt()
1279 rx_ch->channel.status = MUSB_DMA_STATUS_FREE; in cppi_interrupt()
1281 hw_ep = rx_ch->hw_ep; in cppi_interrupt()