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

/freebsd-9.3-release/sys/dev/cesa/
H A Dcesa.c272 STAILQ_INIT(&cr->cr_tdesc);
284 STAILQ_CONCAT(&sc->sc_free_tdesc, &cr->cr_tdesc);
407 if (!STAILQ_EMPTY(&cr->cr_tdesc)) {
408 ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_stq);
413 STAILQ_INSERT_TAIL(&cr->cr_tdesc, ctd, ctd_stq);
793 STAILQ_CONCAT(&cr->cr_tdesc, &cp.cp_copyin);
794 STAILQ_CONCAT(&cr->cr_tdesc, &cp.cp_copyout);
928 ctd = STAILQ_FIRST(&cr->cr_tdesc);
929 prev_ctd = STAILQ_LAST(&prev_cr->cr_tdesc,
945 ctd = STAILQ_FIRST(&cr->cr_tdesc);
[all...]
H A Dcesa.h207 STAILQ_HEAD(, cesa_tdma_desc) cr_tdesc; member in struct:cesa_request

Completed in 113 milliseconds