Searched refs:stdnext (Results 1 – 1 of 1) sorted by relevance
1218 struct ohci_soft_td *std, *sdone, *stdnext; in ohci_softintr() local1247 for (std = sdone; std; std = stdnext) { in ohci_softintr()1249 stdnext = std->dnext; in ohci_softintr()