Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/musb/
Dcppi_dma.h57 struct cppi_descriptor { struct
64 struct cppi_descriptor *next; argument
95 struct cppi_descriptor *freelist;
98 struct cppi_descriptor *head;
99 struct cppi_descriptor *tail;
100 struct cppi_descriptor *last_processed;
Dcppi_dma.c61 static inline struct cppi_descriptor *cppi_bd_alloc(struct cppi_channel *c) in cppi_bd_alloc()
63 struct cppi_descriptor *bd = c->freelist; in cppi_bd_alloc()
71 cppi_bd_free(struct cppi_channel *c, struct cppi_descriptor *bd) in cppi_bd_free()
125 struct cppi_descriptor *bd; in cppi_pool_init()
139 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()
767 struct cppi_descriptor *bd, *tail; in cppi_next_rx_segment()
773 struct cppi_descriptor *d; in cppi_next_rx_segment()
[all …]