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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dcppi_dma.h60 struct cppi_descriptor { struct
67 struct cppi_descriptor *next;
98 struct cppi_descriptor *freelist;
101 struct cppi_descriptor *head;
102 struct cppi_descriptor *tail;
103 struct cppi_descriptor *last_processed;
H A Dcppi_dma.c58 static inline struct cppi_descriptor *cppi_bd_alloc(struct cppi_channel *c)
60 struct cppi_descriptor *bd = c->freelist;
68 cppi_bd_free(struct cppi_channel *c, struct cppi_descriptor *bd)
122 struct cppi_descriptor *bd;
136 struct cppi_descriptor *bd;
430 static void cppi_dump_rxbd(const char *tag, struct cppi_descriptor *bd)
443 struct cppi_descriptor *bd;
566 struct cppi_descriptor *bd;
760 struct cppi_descriptor *bd, *tail;
880 struct cppi_descriptor *
[all...]

Completed in 133 milliseconds