Lines Matching refs:page_info
3395 struct usb_page_search page_info; in ehci_xfer_setup() local
3540 usbd_get_page(pc + n, 0, &page_info); in ehci_xfer_setup()
3542 td = page_info.buffer; in ehci_xfer_setup()
3545 td->itd_self = htohc32(sc, page_info.physaddr | EHCI_LINK_ITD); in ehci_xfer_setup()
3564 usbd_get_page(pc + n, 0, &page_info); in ehci_xfer_setup()
3566 td = page_info.buffer; in ehci_xfer_setup()
3569 td->sitd_self = htohc32(sc, page_info.physaddr | EHCI_LINK_SITD); in ehci_xfer_setup()
3588 usbd_get_page(pc + n, 0, &page_info); in ehci_xfer_setup()
3590 qtd = page_info.buffer; in ehci_xfer_setup()
3593 qtd->qtd_self = htohc32(sc, page_info.physaddr); in ehci_xfer_setup()
3616 usbd_get_page(pc + n, 0, &page_info); in ehci_xfer_setup()
3618 qh = page_info.buffer; in ehci_xfer_setup()
3621 qh->qh_self = htohc32(sc, page_info.physaddr | EHCI_LINK_QH); in ehci_xfer_setup()