Home
last modified time | relevance | path

Searched refs:ctrl_buf_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1475 size_t ctrl_buf_size; in ehci_allocate_ctrl_resources() local
1491 ctrl_buf_size = EHCI_MAX_QTD_BUF_SIZE + in ehci_allocate_ctrl_resources()
1494 ctrl_buf_size = SETUP_SIZE; in ehci_allocate_ctrl_resources()
1497 tw = ehci_allocate_tw_resources(ehcip, pp, ctrl_buf_size, in ehci_allocate_ctrl_resources()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2133 size_t ctrl_buf_size; in uhci_insert_ctrl_td() local
2148 ctrl_buf_size = UHCI_CTRL_EPT_MAX_SIZE + in uhci_insert_ctrl_td()
2151 ctrl_buf_size = SETUP_SIZE; in uhci_insert_ctrl_td()
2156 ctrl_buf_size, flags)) == NULL) { in uhci_insert_ctrl_td()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4753 size_t ctrl_buf_size; in ohci_allocate_ctrl_resources() local
4769 ctrl_buf_size = OHCI_MAX_TD_BUF_SIZE + in ohci_allocate_ctrl_resources()
4772 ctrl_buf_size = SETUP_SIZE; in ohci_allocate_ctrl_resources()
4775 tw = ohci_allocate_tw_resources(ohcip, pp, ctrl_buf_size, in ohci_allocate_ctrl_resources()