Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c358 xco->xco_res.trb_addr = LE_64(trb->trb_addr); in xhci_command_event_callback()
359 xco->xco_res.trb_status = LE_32(trb->trb_status); in xhci_command_event_callback()
360 xco->xco_res.trb_flags = LE_32(trb->trb_flags); in xhci_command_event_callback()
494 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_enable_slot()
495 slot = XHCI_TRB_GET_SLOT(co.xco_res.trb_flags); in xhci_command_enable_slot()
530 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_disable_slot()
567 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_set_address()
600 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_configure_endpoint()
648 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_evaluate_context()
696 code = XHCI_TRB_GET_CODE(co.xco_res.trb_status); in xhci_command_reset_endpoint()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h491 xhci_trb_t xco_res; member