Home
last modified time | relevance | path

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/io/usb/hcd/ehci/
H A Dehci_xfer.c1494 ctrl_buf_size = SETUP_SIZE; in ehci_allocate_ctrl_resources()
1560 bcopy(setup_packet, tw->tw_buf, SETUP_SIZE); in ehci_insert_ctrl_req()
1562 Sync_IO_Buffer_for_device(tw->tw_dmahandle, SETUP_SIZE); in ehci_insert_ctrl_req()
1571 (void) ehci_insert_qtd(ehcip, ctrl, 0, SETUP_SIZE, in ehci_insert_ctrl_req()
H A Dehci_intr.c1277 length = length - SETUP_SIZE; in ehci_sendup_qtd_message()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h1009 #define SETUP_SIZE 8 /* Setup packet is always 8 bytes */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1494 if ((tw->tw_length - SETUP_SIZE) == 0) { in uhci_handle_ctrl_td()
H A Duhciutil.c2151 ctrl_buf_size = SETUP_SIZE; in uhci_insert_ctrl_td()
2233 if ((uhci_insert_hc_td(uhcip, 0, SETUP_SIZE, in uhci_create_setup_pkt()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4772 ctrl_buf_size = SETUP_SIZE; in ohci_allocate_ctrl_resources()
4852 (void) ohci_insert_hc_td(ohcip, ctrl, 0, SETUP_SIZE, in ohci_insert_ctrl_req()
9507 tw->tw_length = length = length - SETUP_SIZE; in ohci_sendup_td_message()