Home
last modified time | relevance | path

Searched refs:ctd_cthd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cesa/
H A Dcesa.c335 ctd->ctd_cthd->cthd_dst = dst; in cesa_tdma_copy()
336 ctd->ctd_cthd->cthd_src = src; in cesa_tdma_copy()
337 ctd->ctd_cthd->cthd_byte_count = size; in cesa_tdma_copy()
341 ctd->ctd_cthd->cthd_flags = CESA_CTHD_OWNED; in cesa_tdma_copy()
343 ctd->ctd_cthd->cthd_flags = 0; in cesa_tdma_copy()
380 ctd_prev->ctd_cthd->cthd_next = ctd->ctd_cthd_paddr; in cesa_append_tdesc()
383 ctd->ctd_cthd->cthd_next = 0; in cesa_append_tdesc()
901 prev_ctd->ctd_cthd->cthd_next = in cesa_execute()
1277 sc->sc_tdesc[i].ctd_cthd = in cesa_attach_late()
H A Dcesa.h177 struct cesa_tdma_hdesc *ctd_cthd; member