Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_polled.c165 if (len > sizeof (xhci_polledp->xhci_polled_buf)) in xhci_polled_endpoint_transfer()
166 len = sizeof (xhci_polledp->xhci_polled_buf); in xhci_polled_endpoint_transfer()
167 xhci_transfer_copy(xt, xhci_polledp->xhci_polled_buf, len, B_TRUE); in xhci_polled_endpoint_transfer()
280 *polled_buf = xhci_polledp->xhci_polled_buf; in xhci_hcdi_console_input_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h706 uchar_t xhci_polled_buf[8]; member