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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h259 #define SETUP_SIZE 8 macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h846 #define SETUP_SIZE 8 /* Setup packet is always 8 bytes */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h1008 #define SETUP_SIZE 8 /* Setup packet is always 8 bytes */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1489 * [SETUP_SIZE, EHCI_MAX_QTD_BUF_SIZE) is just for padding
1496 ctrl_buf_size = SETUP_SIZE;
1562 bcopy(setup_packet, tw->tw_buf, SETUP_SIZE);
1564 Sync_IO_Buffer_for_device(tw->tw_dmahandle, SETUP_SIZE);
1573 (void) ehci_insert_qtd(ehcip, ctrl, 0, SETUP_SIZE,
1606 * transfers a length of SETUP_SIZE. The padding data
H A Dehci_intr.c1277 length = length - SETUP_SIZE;
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1494 if ((tw->tw_length - SETUP_SIZE) == 0) {
H A Duhciutil.c2144 * [SETUP_SIZE, UHCI_CTRL_EPT_MAX_SIZE) is just for padding
2151 ctrl_buf_size = SETUP_SIZE;
2233 if ((uhci_insert_hc_td(uhcip, 0, SETUP_SIZE,
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4783 * [SETUP_SIZE, OHCI_MAX_TD_BUF_SIZE) is just for padding
4790 ctrl_buf_size = SETUP_SIZE;
4870 (void) ohci_insert_hc_td(ohcip, ctrl, 0, SETUP_SIZE,
9527 tw->tw_length = length = length - SETUP_SIZE;

Completed in 86 milliseconds