Home
last modified time | relevance | path

Searched refs:tw_buf (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c256 (uint8_t *)td->tw->tw_buf, in uhci_hcdi_polled_read()
416 ddi_put8(tw->tw_accesshandle, (uint8_t *)tw->tw_buf, *buf); in uhci_hcdi_polled_write()
417 ddi_rep_put8(tw->tw_accesshandle, buf, (uint8_t *)tw->tw_buf, in uhci_hcdi_polled_write()
877 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in uhci_polled_create_tw()
887 tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in uhci_polled_create_tw()
H A Duhciutil.c1647 (uint8_t *)tw->tw_buf, req->intr_len, DDI_DEV_AUTOINCR); in uhci_insert_intr_td()
1804 DDI_DMA_CONSISTENT, dmamem_wait, NULL, (caddr_t *)&tw->tw_buf, in uhci_create_transfer_wrapper()
1818 (caddr_t)tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in uhci_create_transfer_wrapper()
2221 ddi_put32(tw->tw_accesshandle, (uint_t *)tw->tw_buf, sdata); in uhci_create_setup_pkt()
2226 (uint_t *)(tw->tw_buf + sizeof (uint_t)), sdata); in uhci_create_setup_pkt()
2258 (uint8_t *)(tw->tw_buf + UHCI_CTRL_EPT_MAX_SIZE), in uhci_create_setup_pkt()
2837 (uint8_t *)tw->tw_buf, in uhci_insert_bulk_td()
H A Duhci.c1355 buf = (uchar_t *)tw->tw_buf + skip_len; in uhci_sendup_td_message()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c609 buf, (uint8_t *)tw->tw_buf, in ehci_hcdi_polled_write()
1465 buf = (uchar_t *)tw->tw_buf; in ehci_polled_handle_normal_qtd()
2044 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in ehci_polled_create_tw()
2054 tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ehci_polled_create_tw()
H A Dehci_xfer.c1560 bcopy(setup_packet, tw->tw_buf, SETUP_SIZE); in ehci_insert_ctrl_req()
1590 bcopy(data->b_rptr, tw->tw_buf + EHCI_MAX_QTD_BUF_SIZE, in ehci_insert_ctrl_req()
1747 bcopy(bulk_reqp->bulk_data->b_rptr, tw->tw_buf, in ehci_insert_bulk_req()
2137 bcopy(intr_reqp->intr_data->b_rptr, tw->tw_buf, in ehci_allocate_intr_resources()
3046 (caddr_t *)&tw->tw_buf, &real_length, &tw->tw_accesshandle); in ehci_create_transfer_wrapper()
3062 (caddr_t)tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ehci_create_transfer_wrapper()
H A Dehci_intr.c1284 buf = (uchar_t *)tw->tw_buf + skip_len; in ehci_sendup_qtd_message()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c519 buf, (uint8_t *)tw->tw_buf, in ohci_hcdi_polled_write()
1828 buf = (uchar_t *)tw->tw_buf; in ohci_polled_handle_normal_td()
2153 &tw->tw_buf, &real_length, &tw->tw_accesshandle)) != in ohci_polled_create_tw()
2163 tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ohci_polled_create_tw()
H A Dohci.c4832 ddi_put32(tw->tw_accesshandle, (uint_t *)tw->tw_buf, sdata); in ohci_insert_ctrl_req()
4843 (uint_t *)((uintptr_t)tw->tw_buf + sizeof (uint_t)), sdata); in ohci_insert_ctrl_req()
4872 (uint8_t *)(tw->tw_buf + OHCI_MAX_TD_BUF_SIZE), in ohci_insert_ctrl_req()
5025 bulk_reqp->bulk_data->b_rptr, (uint8_t *)tw->tw_buf, in ohci_insert_bulk_req()
5428 intr_reqp->intr_data->b_rptr, (uint8_t *)tw->tw_buf, in ohci_allocate_intr_resources()
6917 (caddr_t *)&tw->tw_buf, &real_length, &tw->tw_accesshandle); in ohci_create_transfer_wrapper()
6933 (caddr_t)tw->tw_buf, real_length, DDI_DMA_RDWR|DDI_DMA_CONSISTENT, in ohci_create_transfer_wrapper()
9449 (caddr_t)tw->tw_buf, tw->tw_length, in ohci_tw_rebind_cookie()
9551 buf = (uchar_t *)tw->tw_buf + skip_len; in ohci_sendup_td_message()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h367 char *tw_buf; /* Buffer for txfer */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h592 char *tw_buf; /* Buffer for Xfer */ member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h610 char *tw_buf; /* Buffer for Xfer */ member