Home
last modified time | relevance | path

Searched refs:prevtd (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
1002 prevtd = list_entry (prevqh->vertical.prev, uhci_desc_t, vertical); in uhci_clean_transfer()
1003 set_td_link(prevtd, priv->bottom_qh->dma_addr | UHCI_PTR_QH); // skip current qh in uhci_clean_transfer()
1005 queue_dbg("uhci_clean_transfer: relink pqh %p, ptd %p",prevqh, prevtd); in uhci_clean_transfer()