Searched refs:SETUP_SIZE (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhci.h | 259 #define SETUP_SIZE 8 macro
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 846 #define SETUP_SIZE 8 /* Setup packet is always 8 bytes */ macro
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_xfer.c | 1496 ctrl_buf_size = SETUP_SIZE; in ehci_allocate_ctrl_resources() 1562 bcopy(setup_packet, tw->tw_buf, SETUP_SIZE); in ehci_insert_ctrl_req() 1564 Sync_IO_Buffer_for_device(tw->tw_dmahandle, SETUP_SIZE); in ehci_insert_ctrl_req() 1573 (void) ehci_insert_qtd(ehcip, ctrl, 0, SETUP_SIZE, in ehci_insert_ctrl_req()
|
H A D | ehci_intr.c | 1277 length = length - SETUP_SIZE; in ehci_sendup_qtd_message()
|
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 1008 #define SETUP_SIZE 8 /* Setup packet is always 8 bytes */ macro
|
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 1494 if ((tw->tw_length - SETUP_SIZE) == 0) { in uhci_handle_ctrl_td()
|
H A D | uhciutil.c | 2151 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()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 4790 ctrl_buf_size = SETUP_SIZE; in ohci_allocate_ctrl_resources() 4870 (void) ohci_insert_hc_td(ohcip, ctrl, 0, SETUP_SIZE, in ohci_insert_ctrl_req() 9527 tw->tw_length = length = length - SETUP_SIZE; in ohci_sendup_td_message()
|