Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c412 xhci_ring_trb_put(xrp, &xco->xco_req); in xhci_command_submit()
489 co.xco_req.trb_flags = LE_32(XHCI_CMD_ENABLE_SLOT) | in xhci_command_enable_slot()
525 co.xco_req.trb_flags = LE_32(XHCI_CMD_DISABLE_SLOT | in xhci_command_disable_slot()
557 co.xco_req.trb_addr = LE_64(xhci_dma_pa(&xd->xd_ictx)); in xhci_command_set_address()
558 co.xco_req.trb_status = 0; in xhci_command_set_address()
559 co.xco_req.trb_flags = LE_32(XHCI_CMD_ADDRESS_DEVICE | in xhci_command_set_address()
562 co.xco_req.trb_flags |= LE_32(XHCI_TRB_BSR); in xhci_command_set_address()
593 co.xco_req.trb_addr = LE_64(xhci_dma_pa(&xd->xd_ictx)); in xhci_command_configure_endpoint()
594 co.xco_req.trb_status = LE_32(0); in xhci_command_configure_endpoint()
595 co.xco_req.trb_flags = LE_32(XHCI_CMD_CONFIG_EP | in xhci_command_configure_endpoint()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h496 xhci_trb_t xco_req; member