Lines Matching refs:rx_ch
189 struct cppi_channel *rx_ch = controller->rx + i; in cppi_controller_start() local
192 INIT_LIST_HEAD(&rx_ch->tx_complete); in cppi_controller_start()
195 rx_ch->state_ram = rx; in cppi_controller_start()
1263 struct cppi_channel *rx_ch; in cppi_interrupt() local
1265 rx_ch = cppi->rx + index; in cppi_interrupt()
1272 if (rx_ch->channel.actual_len != rx_ch->buf_len in cppi_interrupt()
1273 && rx_ch->channel.actual_len in cppi_interrupt()
1274 == rx_ch->offset) { in cppi_interrupt()
1275 cppi_next_rx_segment(musb, rx_ch, 1); in cppi_interrupt()
1280 rx_ch->channel.status = MUSB_DMA_STATUS_FREE; in cppi_interrupt()
1282 hw_ep = rx_ch->hw_ep; in cppi_interrupt()