Searched refs:nxtdd (Results 1 – 1 of 1) sorted by relevance
988 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd; in gtidmac_setup() local1093 nxtdd = SLIST_FIRST(&sc->sc_dlist); in gtidmac_setup()1094 if (nxtdd == NULL) { in gtidmac_setup()1100 desc->nextdp = (uint32_t)nxtdd->dd_paddr; in gtidmac_setup()1109 SLIST_INSERT_AFTER(dd, nxtdd, dd_next); in gtidmac_setup()1110 dd = nxtdd; in gtidmac_setup()1168 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd; in gtidmac_finish() local1196 nxtdd = SLIST_NEXT(dd, dd_next); in gtidmac_finish()1198 dd = nxtdd; in gtidmac_finish()1251 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd; in mvxore_setup() local[all …]