Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c148 VERIFY(xcr->xcr_timeout == 0); in xhci_command_ring_fini()
205 xcr->xcr_timeout = 0; in xhci_command_timeout()
213 xcr->xcr_timeout = 0; in xhci_command_timeout()
229 xcr->xcr_timeout = 0; in xhci_command_timeout()
245 xcr->xcr_timeout = 0; in xhci_command_timeout()
259 xcr->xcr_timeout = 0; in xhci_command_timeout()
263 xcr->xcr_timeout = 0; in xhci_command_timeout()
274 xcr->xcr_timeout = 0; in xhci_command_timeout()
288 ASSERT(xcr->xcr_timeout == 0); in xhci_command_settimeout()
291 xcr->xcr_timeout = timeout(xhci_command_timeout, xhcip, delay); in xhci_command_settimeout()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h456 timeout_id_t xcr_timeout; member