Searched refs:xco_req (Results 1 – 2 of 2) sorted by relevance
412 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 …]
496 xhci_trb_t xco_req; member