Home
last modified time | relevance | path

Searched refs:OHCI_MAX_TD_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h663 #define OHCI_MAX_TD_BUF_SIZE 0x1000 macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4769 ctrl_buf_size = OHCI_MAX_TD_BUF_SIZE + in ohci_allocate_ctrl_resources()
4872 (uint8_t *)(tw->tw_buf + OHCI_MAX_TD_BUF_SIZE), in ohci_insert_ctrl_req()
4894 (void) ohci_insert_hc_td(ohcip, ctrl, OHCI_MAX_TD_BUF_SIZE, in ohci_insert_ctrl_req()
6115 if (buf_len <= OHCI_MAX_TD_BUF_SIZE) { in ohci_init_td()
6121 ASSERT(rem_len >= OHCI_MAX_TD_BUF_SIZE); in ohci_init_td()
6122 buf_len -= OHCI_MAX_TD_BUF_SIZE; in ohci_init_td()
6123 hctd_dma_offs += OHCI_MAX_TD_BUF_SIZE; in ohci_init_td()
9027 tw->tw_length - OHCI_MAX_TD_BUF_SIZE, in ohci_handle_ctrl_td()
9505 tw->tw_length = length = length - OHCI_MAX_TD_BUF_SIZE; in ohci_sendup_td_message()
9511 skip_len = OHCI_MAX_TD_BUF_SIZE; in ohci_sendup_td_message()
[all …]