sys/dev/cesa/cesa.c
281
static struct cesa_tdma_desc *
sys/dev/cesa/cesa.c
284
struct cesa_tdma_desc *ctd;
sys/dev/cesa/cesa.c
325
static struct cesa_tdma_desc *
sys/dev/cesa/cesa.c
329
struct cesa_tdma_desc *ctd;
sys/dev/cesa/cesa.c
348
static struct cesa_tdma_desc *
sys/dev/cesa/cesa.c
357
static struct cesa_tdma_desc *
sys/dev/cesa/cesa.c
365
static struct cesa_tdma_desc *
sys/dev/cesa/cesa.c
374
cesa_append_tdesc(struct cesa_request *cr, struct cesa_tdma_desc *ctd)
sys/dev/cesa/cesa.c
376
struct cesa_tdma_desc *ctd_prev;
sys/dev/cesa/cesa.c
379
ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_stq);
sys/dev/cesa/cesa.c
391
struct cesa_tdma_desc *ctd, *tmp;
sys/dev/cesa/cesa.c
515
struct cesa_tdma_desc *ctd;
sys/dev/cesa/cesa.c
787
struct cesa_tdma_desc *ctd;
sys/dev/cesa/cesa.c
868
struct cesa_tdma_desc *prev_ctd, *ctd;
sys/dev/cesa/cesa.c
899
cesa_tdma_desc, ctd_stq);
sys/dev/cesa/cesa.h
180
STAILQ_ENTRY(cesa_tdma_desc) ctd_stq;
sys/dev/cesa/cesa.h
209
STAILQ_HEAD(, cesa_tdma_desc) cr_tdesc;
sys/dev/cesa/cesa.h
216
STAILQ_HEAD(, cesa_tdma_desc) cp_copyin;
sys/dev/cesa/cesa.h
217
STAILQ_HEAD(, cesa_tdma_desc) cp_copyout;
sys/dev/cesa/cesa.h
238
struct cesa_tdma_desc sc_tdesc[CESA_TDMA_DESCRIPTORS];
sys/dev/cesa/cesa.h
240
STAILQ_HEAD(, cesa_tdma_desc) sc_free_tdesc;