Home
last modified time | relevance | path

Searched refs:prevqh (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.c984 uhci_desc_t *bqh, *nqh, *prevqh, *prevtd; in uhci_clean_transfer() local
1001 prevqh = list_entry (ppriv->desc_list.next, uhci_desc_t, desc_list); in uhci_clean_transfer()
1002 prevtd = list_entry (prevqh->vertical.prev, uhci_desc_t, vertical); in uhci_clean_transfer()
1005 queue_dbg("uhci_clean_transfer: relink pqh %p, ptd %p",prevqh, prevtd); in uhci_clean_transfer()
1044 prevqh = list_entry (qh->horizontal.prev, uhci_desc_t, horizontal); in uhci_clean_transfer()
1045 set_qh_head(prevqh, bqh->dma_addr | UHCI_PTR_QH); in uhci_clean_transfer()
1047 list_add (&bqh->horizontal, &prevqh->horizontal); // insert next bqh in horizontal chain in uhci_clean_transfer()
1057 prevqh = list_entry (ppriv->desc_list.next, uhci_desc_t, desc_list); in uhci_clean_transfer()
1058 set_qh_head(prevqh, bqh->dma_addr | UHCI_PTR_QH); in uhci_clean_transfer()