HomeSort by: relevance | last modified time | path
    Searched defs:fstdd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/marvell/
gtidmac.c 988 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd; local in function:gtidmac_setup
1044 fstdd = SLIST_FIRST(&sc->sc_dlist);
1045 if (fstdd == NULL) {
1050 sc->sc_cdesc[chan].chan_ddidx = fstdd->dd_index;
1052 dd = fstdd;
1122 fstdd->dd_paddr);
1134 gtidmac_dump_idmacdesc(sc, fstdd, ccl, 0/*pre*/);
1168 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd; local in function:gtidmac_finish
1171 fstdd = &sc->sc_dd_buffer[sc->sc_cdesc[chan].chan_ddidx];
1180 gtidmac_dump_idmacdesc(sc, fstdd, ccl, 1/*post*/)
1251 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd; local in function:mvxore_setup
1447 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd; local in function:mvxore_finish
    [all...]

Completed in 12 milliseconds