Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_xfer.h109 extern int ehci_insert_qtd(
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c165 int ehci_insert_qtd(
1571 (void) ehci_insert_qtd(ehcip, ctrl, 0, SETUP_SIZE, in ehci_insert_ctrl_req()
1607 (void) ehci_insert_qtd(ehcip, ctrl, EHCI_MAX_QTD_BUF_SIZE, in ehci_insert_ctrl_req()
1635 (void) ehci_insert_qtd(ehcip, ctrl, 0, 0, in ehci_insert_ctrl_req()
1772 (void) ehci_insert_qtd(ehcip, ctrl, len, bulk_pkt_size, in ehci_insert_bulk_req()
2185 (void) ehci_insert_qtd(ehcip, ctrl, 0, tw->tw_length, 0, pp, tw); in ehci_insert_intr_req()
2248 ehci_insert_qtd( in ehci_insert_qtd() function