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

/freebsd-11.0-release/sys/dev/cesa/
H A Dcesa.h179 struct cesa_tdma_desc { struct
183 STAILQ_ENTRY(cesa_tdma_desc) ctd_stq;
218 STAILQ_HEAD(, cesa_tdma_desc) cr_tdesc;
225 STAILQ_HEAD(, cesa_tdma_desc) cp_copyin;
226 STAILQ_HEAD(, cesa_tdma_desc) cp_copyout;
245 struct cesa_tdma_desc sc_tdesc[CESA_TDMA_DESCRIPTORS];
247 STAILQ_HEAD(, cesa_tdma_desc) sc_free_tdesc;
H A Dcesa.c308 static struct cesa_tdma_desc *
311 struct cesa_tdma_desc *ctd;
352 static struct cesa_tdma_desc *
356 struct cesa_tdma_desc *ctd;
375 static struct cesa_tdma_desc *
384 static struct cesa_tdma_desc *
392 static struct cesa_tdma_desc *
401 cesa_append_tdesc(struct cesa_request *cr, struct cesa_tdma_desc *ctd)
403 struct cesa_tdma_desc *ctd_prev;
406 ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_st
[all...]

Completed in 42 milliseconds