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

/freebsd-10.1-release/sys/dev/cesa/
H A Dcesa.c403 ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_stq);
408 STAILQ_INSERT_TAIL(&cr->cr_tdesc, ctd, ctd_stq);
425 STAILQ_FOREACH_SAFE(ctd, &cp->cp_copyin, ctd_stq, tmp)
437 STAILQ_FOREACH_SAFE(ctd, &cp->cp_copyout, ctd_stq, tmp)
574 STAILQ_INSERT_TAIL(&cp->cp_copyin, ctd, ctd_stq);
581 STAILQ_INSERT_TAIL(&cp->cp_copyout, ctd, ctd_stq);
925 cesa_tdma_desc, ctd_stq);
1093 ctd_stq);
H A Dcesa.h172 STAILQ_ENTRY(cesa_tdma_desc) ctd_stq; member in struct:cesa_tdma_desc

Completed in 54 milliseconds