Searched refs:xcr_commands (Results 1 – 2 of 2) sorted by relevance
152 list_destroy(&xcr->xcr_commands); in xhci_command_ring_fini()187 list_create(&xcr->xcr_commands, sizeof (xhci_command_t), in xhci_command_ring_init()203 xco = list_head(&xcr->xcr_commands); in xhci_command_timeout()257 if (list_is_empty(&xcr->xcr_commands) != 0) { in xhci_command_timeout()334 xco = list_head(&xcr->xcr_commands); in xhci_command_event_callback()355 rem = list_remove_head(&xcr->xcr_commands); in xhci_command_event_callback()382 if (list_is_empty(&xcr->xcr_commands) != 0) { in xhci_command_event_callback()414 list_insert_tail(&xcr->xcr_commands, xco); in xhci_command_submit()
455 list_t xcr_commands; member