Home
last modified time | relevance | path

Searched refs:cppi_descriptor (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/musb/
Dcppi_dma.h63 struct cppi_descriptor { struct
70 struct cppi_descriptor *next; argument
101 struct cppi_descriptor *freelist;
104 struct cppi_descriptor *head;
105 struct cppi_descriptor *tail;
106 struct cppi_descriptor *last_processed;
Dcppi_dma.c59 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()
[all …]