Lines Matching refs:cppi_channel

59 static inline struct cppi_descriptor *cppi_bd_alloc(struct cppi_channel *c)  in cppi_bd_alloc()
69 cppi_bd_free(struct cppi_channel *c, struct cppi_descriptor *bd) in cppi_bd_free()
108 static void cppi_pool_init(struct cppi *cppi, struct cppi_channel *c) in cppi_pool_init()
134 static void cppi_pool_free(struct cppi_channel *c) in cppi_pool_free()
179 struct cppi_channel *tx_ch = controller->tx + i; in cppi_controller_start()
189 struct cppi_channel *rx_ch = controller->rx + i; in cppi_controller_start()
284 struct cppi_channel *cppi_ch; in cppi_channel_allocate()
330 struct cppi_channel *c; in cppi_channel_release()
335 c = container_of(channel, struct cppi_channel, channel); in cppi_channel_release()
350 cppi_dump_rx(int level, struct cppi_channel *c, const char *tag) in cppi_dump_rx()
381 cppi_dump_tx(int level, struct cppi_channel *c, const char *tag) in cppi_dump_tx()
410 cppi_rndis_update(struct cppi_channel *c, int is_rx, in cppi_rndis_update()
438 static void cppi_dump_rxq(int level, const char *tag, struct cppi_channel *rx) in cppi_dump_rxq()
453 static inline int cppi_autoreq_update(struct cppi_channel *rx, in cppi_autoreq_update()
561 cppi_next_tx_segment(struct musb *musb, struct cppi_channel *tx) in cppi_next_tx_segment()
761 cppi_next_rx_segment(struct musb *musb, struct cppi_channel *rx, int onepacket) in cppi_next_rx_segment()
952 struct cppi_channel *cppi_ch; in cppi_channel_program()
956 cppi_ch = container_of(ch, struct cppi_channel, channel); in cppi_channel_program()
1004 struct cppi_channel *rx = &cppi->rx[ch]; in cppi_rx_scan()
1171 struct cppi_channel *tx_ch; in cppi_interrupt()
1263 struct cppi_channel *rx_ch; in cppi_interrupt()
1375 struct cppi_channel *cppi_ch; in cppi_channel_abort()
1383 cppi_ch = container_of(channel, struct cppi_channel, channel); in cppi_channel_abort()