Lines Matching defs:tx_ch
181 struct cppi_channel *tx_ch = controller->tx + i;
184 INIT_LIST_HEAD(&tx_ch->tx_complete);
187 tx_ch->state_ram = tx;
1170 struct cppi_channel *tx_ch;
1178 tx_ch = cppi->tx + index;
1179 tx_ram = tx_ch->state_ram;
1185 cppi_dump_tx(5, tx_ch, "/E");
1187 bd = tx_ch->head;
1214 tx_ch->channel.actual_len += len;
1216 tx_ch->last_processed = bd;
1236 /* cppi_dump_tx(4, tx_ch, "/complete"); */
1239 if (tx_ch->offset >= tx_ch->buf_len) {
1240 tx_ch->head = NULL;
1241 tx_ch->tail = NULL;
1242 tx_ch->channel.status = MUSB_DMA_STATUS_FREE;
1244 hw_ep = tx_ch->hw_ep;
1252 cppi_next_tx_segment(musb, tx_ch);
1255 tx_ch->head = bd;