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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dusb-uhci.c859 // For queued bulk transfers, two additional QH helpers are allocated (nqh, bqh)
866 uhci_desc_t *qh, *td, *nqh=NULL, *bqh=NULL, *first_td=NULL; local
905 if (alloc_qh (s, &bqh)) // "bottom" QH
913 set_qh_element(bqh, UHCI_PTR_TERM);
914 set_qh_head(bqh, nqh->dma_addr | UHCI_PTR_QH); // element
915 upriv->bottom_qh = bqh;
917 queue_dbg("uhci_submit_bulk: qh %p bqh %p nqh %p",qh, bqh, nqh);
970 append_qh(s, td, bqh, UHCI_PTR_DEPTH * depth_first);
1026 uhci_desc_t *bqh, *nq local
[all...]

Completed in 46 milliseconds