Home | Sort by: relevance | last modified time | path |
/src/sys/dev/marvell/ | |
gtidmac.c | 988 struct gtidmac_dma_desc *dd, *fstdd, *nxtdd; local in function:gtidmac_setup 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; local in function:gtidmac_finish 1196 nxtdd = SLIST_NEXT(dd, dd_next); 1198 dd = nxtdd; 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...] |