Lines Matching refs:cesa_tdma_desc
281 static struct cesa_tdma_desc *
284 struct cesa_tdma_desc *ctd; in cesa_alloc_tdesc()
325 static struct cesa_tdma_desc *
329 struct cesa_tdma_desc *ctd; in cesa_tdma_copy()
348 static struct cesa_tdma_desc *
357 static struct cesa_tdma_desc *
365 static struct cesa_tdma_desc *
374 cesa_append_tdesc(struct cesa_request *cr, struct cesa_tdma_desc *ctd) in cesa_append_tdesc()
376 struct cesa_tdma_desc *ctd_prev; in cesa_append_tdesc()
379 ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_stq); in cesa_append_tdesc()
391 struct cesa_tdma_desc *ctd, *tmp; in cesa_append_packet()
515 struct cesa_tdma_desc *ctd; in cesa_fill_packet()
787 struct cesa_tdma_desc *ctd; in cesa_create_chain()
868 struct cesa_tdma_desc *prev_ctd, *ctd; in cesa_execute()
899 cesa_tdma_desc, ctd_stq); in cesa_execute()