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

/freebsd-11-stable/sys/dev/cesa/
H A Dcesa.c406 ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_stq);
411 STAILQ_INSERT_TAIL(&cr->cr_tdesc, ctd, ctd_stq);
428 STAILQ_FOREACH_SAFE(ctd, &cp->cp_copyin, ctd_stq, tmp)
440 STAILQ_FOREACH_SAFE(ctd, &cp->cp_copyout, ctd_stq, tmp)
587 STAILQ_INSERT_TAIL(&cp->cp_copyin, ctd, ctd_stq);
594 STAILQ_INSERT_TAIL(&cp->cp_copyout, ctd, ctd_stq);
938 cesa_tdma_desc, ctd_stq);
1126 ctd_stq);
H A Dcesa.h183 STAILQ_ENTRY(cesa_tdma_desc) ctd_stq; member in struct:cesa_tdma_desc

Completed in 104 milliseconds