Lines Matching refs:cppi_descriptor
59 static inline struct cppi_descriptor *cppi_bd_alloc(struct cppi_channel *c) in cppi_bd_alloc()
61 struct cppi_descriptor *bd = c->freelist; in cppi_bd_alloc()
69 cppi_bd_free(struct cppi_channel *c, struct cppi_descriptor *bd) in cppi_bd_free()
123 struct cppi_descriptor *bd; in cppi_pool_init()
137 struct cppi_descriptor *bd; in cppi_pool_free()
429 static void cppi_dump_rxbd(const char *tag, struct cppi_descriptor *bd) in cppi_dump_rxbd()
440 struct cppi_descriptor *bd; in cppi_dump_rxq()
566 struct cppi_descriptor *bd; in cppi_next_tx_segment()
766 struct cppi_descriptor *bd, *tail; in cppi_next_rx_segment()
772 struct cppi_descriptor *d; in cppi_next_rx_segment()
1006 struct cppi_descriptor *bd; in cppi_rx_scan()
1007 struct cppi_descriptor *last = rx->last_processed; in cppi_rx_scan()
1174 struct cppi_descriptor *bd; in cppi_interrupt()
1328 sizeof(struct cppi_descriptor), in cppi_dma_controller_create()
1381 struct cppi_descriptor *queue; in cppi_channel_abort()
1529 struct cppi_descriptor *tmp = queue->next; in cppi_channel_abort()