Home
last modified time | relevance | path

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

/drivers/usb/musb/
Dcppi_dma.h56 struct cppi_descriptor { struct
63 struct cppi_descriptor *next; argument
94 struct cppi_descriptor *freelist;
97 struct cppi_descriptor *head;
98 struct cppi_descriptor *tail;
99 struct cppi_descriptor *last_processed;
Dcppi_dma.c60 static inline struct cppi_descriptor *cppi_bd_alloc(struct cppi_channel *c) in cppi_bd_alloc()
62 struct cppi_descriptor *bd = c->freelist; in cppi_bd_alloc()
70 cppi_bd_free(struct cppi_channel *c, struct cppi_descriptor *bd) in cppi_bd_free()
124 struct cppi_descriptor *bd; in cppi_pool_init()
138 struct cppi_descriptor *bd; in cppi_pool_free()
428 static void cppi_dump_rxbd(const char *tag, struct cppi_descriptor *bd) in cppi_dump_rxbd()
439 struct cppi_descriptor *bd; in cppi_dump_rxq()
565 struct cppi_descriptor *bd; in cppi_next_tx_segment()
765 struct cppi_descriptor *bd, *tail; in cppi_next_rx_segment()
771 struct cppi_descriptor *d; in cppi_next_rx_segment()
[all …]