Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c151 list_destroy(&xcr->xcr_commands); in xhci_command_ring_fini()
186 list_create(&xcr->xcr_commands, sizeof (xhci_command_t), in xhci_command_ring_init()
202 xco = list_head(&xcr->xcr_commands); in xhci_command_timeout()
256 if (list_is_empty(&xcr->xcr_commands) != 0) { in xhci_command_timeout()
333 xco = list_head(&xcr->xcr_commands); in xhci_command_event_callback()
354 rem = list_remove_head(&xcr->xcr_commands); in xhci_command_event_callback()
381 if (list_is_empty(&xcr->xcr_commands) != 0) { in xhci_command_event_callback()
413 list_insert_tail(&xcr->xcr_commands, xco); in xhci_command_submit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h449 list_t xcr_commands; member