Searched refs:hw_alt_next (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-dbg.c127 hc32_to_cpup(ehci, &qtd->hw_alt_next),
421 /* tries to advance through hw_alt_next */
448 if ((hw->hw_alt_next & QTD_MASK(ehci))
449 == ehci->async->hw->hw_alt_next)
451 else if (hw->hw_alt_next == list_end)
466 (hc32_to_cpup(ehci, &hw->hw_alt_next) >> 1) & 0x0f);
480 if (td->hw_alt_next == ehci->async->hw->hw_alt_next)
482 else if (td->hw_alt_next != list_end)
H A Doxu210hp.h206 __le32 hw_alt_next; /* see EHCI 3.5.2 */ member in struct:ehci_qtd
237 /* mask NakCnt+T in qh->hw_alt_next */
291 __le32 hw_alt_next; member in struct:ehci_qh
H A Dehci-q.c96 hw->hw_alt_next = EHCI_LIST_END(ehci);
421 && !(qtd->hw_alt_next
481 && (qtd->hw_alt_next
704 qtd->hw_alt_next = ehci->async->hw->hw_alt_next;
734 qtd->hw_alt_next = EHCI_LIST_END(ehci);
H A Dehci.h220 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member in struct:ehci_qtd
250 /* mask NakCnt+T in qh->hw_alt_next */
321 __hc32 hw_alt_next; member in struct:ehci_qh_hw
H A Dehci-mem.c45 qtd->hw_alt_next = EHCI_LIST_END(ehci);
H A Doxu210hp-hcd.c543 qtd->hw_alt_next = EHCI_LIST_END;
581 qtd->hw_alt_next = EHCI_LIST_END;
819 qh->hw_alt_next = EHCI_LIST_END;
1047 !(qtd->hw_alt_next & EHCI_LIST_END)) {
1275 qtd->hw_alt_next = oxu->async->hw_alt_next;
1303 qtd->hw_alt_next = EHCI_LIST_END;
2601 * its dummy is used in hw_alt_next of many tds, to prevent the qh
2610 oxu->async->hw_alt_next = QTD_NEXT(oxu->async->dummy->qtd_dma);
H A Dehci-hcd.c605 * its dummy is used in hw_alt_next of many tds, to prevent the qh
615 hw->hw_alt_next = QTD_NEXT(ehci, ehci->async->dummy->qtd_dma);

Completed in 142 milliseconds