Home
last modified time | relevance | path

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

/trueos/sys/dev/cesa/
HDcesa.h168 struct cesa_tdma_desc { struct
172 STAILQ_ENTRY(cesa_tdma_desc) ctd_stq; argument
207 STAILQ_HEAD(, cesa_tdma_desc) cr_tdesc;
214 STAILQ_HEAD(, cesa_tdma_desc) cp_copyin;
215 STAILQ_HEAD(, cesa_tdma_desc) cp_copyout;
236 struct cesa_tdma_desc sc_tdesc[CESA_TDMA_DESCRIPTORS];
238 STAILQ_HEAD(, cesa_tdma_desc) sc_free_tdesc;
HDcesa.c305 static struct cesa_tdma_desc *
308 struct cesa_tdma_desc *ctd; in cesa_alloc_tdesc()
349 static struct cesa_tdma_desc *
353 struct cesa_tdma_desc *ctd; in cesa_tdma_copy()
372 static struct cesa_tdma_desc *
381 static struct cesa_tdma_desc *
389 static struct cesa_tdma_desc *
398 cesa_append_tdesc(struct cesa_request *cr, struct cesa_tdma_desc *ctd) in cesa_append_tdesc()
400 struct cesa_tdma_desc *ctd_prev; in cesa_append_tdesc()
403 ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_stq); in cesa_append_tdesc()
[all …]