Lines Matching refs:pLast
1102 struct ehci_qtd *pLast = 0, *pEnd = pQh->pDummyQtd; in ms_qh_completions() local
1138 if (pLast) in ms_qh_completions()
1140 if (pLast->urb != pUrb) in ms_qh_completions()
1142 ms_urb_done (pEhci, pLast->urb, pRegs); in ms_qh_completions()
1145 ms_ehci_qtd_free (pEhci, pLast); in ms_qh_completions()
1146 pLast = 0; in ms_qh_completions()
1233 pLast = entry_to_container (pQtd->qtd_list.prev, struct ehci_qtd, qtd_list); in ms_qh_completions()
1235 pLast->hw_next_qtd = pQtd->hw_next_qtd; in ms_qh_completions()
1239 pLast = pQtd; in ms_qh_completions()
1244 if (pLast != 0) in ms_qh_completions()
1246 ms_urb_done (pEhci, pLast->urb, pRegs); in ms_qh_completions()
1248 ms_ehci_qtd_free (pEhci, pLast); in ms_qh_completions()
1249 pLast = 0; in ms_qh_completions()
2052 struct ehci_qh *pLast; in ms_unlink_async() local
2054 for (pLast = pEhci->stReclaim; in ms_unlink_async()
2055 pLast->pReclaimQh; in ms_unlink_async()
2056 pLast = pLast->pReclaimQh) in ms_unlink_async()
2059 pLast->pReclaimQh = pQh; in ms_unlink_async()
2937 struct ehci_qh *pLast; in ms_urb_dequeue()
2939 for (pLast = pEhci->stReclaim; in ms_urb_dequeue()
2940 pLast->pReclaimQh; in ms_urb_dequeue()
2941 pLast = pLast->pReclaimQh) in ms_urb_dequeue()
2944 pLast->pReclaimQh = pQh; in ms_urb_dequeue()