Searched refs:POLLED_RAW_BUF_SIZE (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcipolled.c | 106 (uchar_t *)kmem_zalloc(POLLED_RAW_BUF_SIZE, KM_SLEEP); in uhci_hcdi_polled_input_init() 130 kmem_free(uhci_polledp->uhci_polled_buf, POLLED_RAW_BUF_SIZE); in uhci_hcdi_polled_input_fini() 410 if (num_characters > POLLED_RAW_BUF_SIZE) { in uhci_hcdi_polled_write() 412 num_characters, POLLED_RAW_BUF_SIZE); in uhci_hcdi_polled_write() 413 num_characters = POLLED_RAW_BUF_SIZE; in uhci_hcdi_polled_write() 825 SetTD_mlen(uhcip, td, POLLED_RAW_BUF_SIZE - 1); in uhci_polled_insert_td_on_qh() 859 tw->tw_length = POLLED_RAW_BUF_SIZE; in uhci_polled_create_tw() 875 if ((result = ddi_dma_mem_alloc(tw->tw_dmahandle, POLLED_RAW_BUF_SIZE, in uhci_polled_create_tw()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 166 (uchar_t *)kmem_zalloc(POLLED_RAW_BUF_SIZE, KM_SLEEP); in ohci_hcdi_polled_input_init() 220 kmem_free(ohci_polledp->ohci_polled_buf, POLLED_RAW_BUF_SIZE); in ohci_hcdi_polled_input_fini() 511 if (num_characters > POLLED_RAW_BUF_SIZE) { in ohci_hcdi_polled_write() 513 num_characters, POLLED_RAW_BUF_SIZE); in ohci_hcdi_polled_write() 514 num_characters = POLLED_RAW_BUF_SIZE; in ohci_hcdi_polled_write() 2100 bulk_pkg_size = min(POLLED_RAW_BUF_SIZE, OHCI_MAX_TD_XFER_SIZE); in ohci_polled_insert_bulk_td() 2125 td_count = (POLLED_RAW_BUF_SIZE - 1) / OHCI_MAX_TD_XFER_SIZE + 1; in ohci_polled_create_tw() 2151 if ((result = ddi_dma_mem_alloc(tw->tw_dmahandle, POLLED_RAW_BUF_SIZE, in ohci_polled_create_tw() 2207 tw->tw_length = POLLED_RAW_BUF_SIZE; in ohci_polled_create_tw()
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci_polled.h | 46 #define POLLED_RAW_BUF_SIZE 8 macro
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohci_polled.h | 46 #define POLLED_RAW_BUF_SIZE 8 macro
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_polled.c | 175 (uchar_t *)kmem_zalloc(POLLED_RAW_BUF_SIZE, KM_SLEEP); in ehci_hcdi_polled_input_init() 222 kmem_free(ehci_polledp->ehci_polled_buf, POLLED_RAW_BUF_SIZE); in ehci_hcdi_polled_input_fini() 602 if (num_characters > POLLED_RAW_BUF_SIZE) { in ehci_hcdi_polled_write() 604 num_characters, POLLED_RAW_BUF_SIZE); in ehci_hcdi_polled_write() 605 num_characters = POLLED_RAW_BUF_SIZE; in ehci_hcdi_polled_write() 2016 qtd_count = (POLLED_RAW_BUF_SIZE - 1) / EHCI_MAX_QTD_XFER_SIZE + 1; in ehci_polled_create_tw() 2042 if ((result = ddi_dma_mem_alloc(tw->tw_dmahandle, POLLED_RAW_BUF_SIZE, in ehci_polled_create_tw() 2098 tw->tw_length = POLLED_RAW_BUF_SIZE; in ehci_polled_create_tw()
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcipolled.h | 39 #define POLLED_RAW_BUF_SIZE 8 macro
|
H A D | uhcid.h | 88 #define POLLED_RAW_BUF_SIZE 8 macro
|