Lines Matching defs:nxtdd
988 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd;
1093 nxtdd = SLIST_FIRST(&sc->sc_dlist);
1094 if (nxtdd == NULL) {
1100 desc->nextdp = (uint32_t)nxtdd->dd_paddr;
1109 SLIST_INSERT_AFTER(dd, nxtdd, dd_next);
1110 dd = nxtdd;
1168 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd;
1196 nxtdd = SLIST_NEXT(dd, dd_next);
1198 dd = nxtdd;
1251 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd;
1385 nxtdd = SLIST_FIRST(&sc->sc_dlist_xore);
1386 if (nxtdd == NULL) {
1392 desc->nextda = (uint32_t)nxtdd->dd_paddr;
1397 SLIST_INSERT_AFTER(dd, nxtdd, dd_next);
1398 dd = nxtdd;
1447 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd;
1476 nxtdd = SLIST_NEXT(dd, dd_next);
1478 dd = nxtdd;