Home | History | Annotate | Download | only in marvell

Lines Matching defs:fstdd

988 	struct gtidmac_dma_desc *dd, *fstdd, *nxtdd;
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;
1171 fstdd = &sc->sc_dd_buffer[sc->sc_cdesc[chan].chan_ddidx];
1180 gtidmac_dump_idmacdesc(sc, fstdd, ccl, 1/*post*/);
1184 dd = fstdd;
1251 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd;
1335 fstdd = SLIST_FIRST(&sc->sc_dlist_xore);
1336 if (fstdd == NULL) {
1342 fstdd->dd_index + GTIDMAC_NDESC * sc->sc_gtidmac_nchan;
1344 dd = fstdd;
1408 fstdd->dd_paddr);
1413 gtidmac_dump_xoredesc(sc, fstdd, xexc, 0/*pre*/);
1447 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd;
1461 fstdd = &sc->sc_dd_buffer[sc->sc_cdesc_xore[chan].chan_ddidx];
1465 gtidmac_dump_xoredesc(sc, fstdd, xexc, 1/*post*/);
1468 dd = fstdd;