Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c180 #define ep_ccs _ep_trb_rings._epu_trb.ccs macro
682 devep->ep_ccs = XHCI_EPCTX_2_DCS_GET(ep_ctx->qwEpCtx2); in pci_xhci_init_ep()
684 DPRINTF(("init_ep tr DCS %x", devep->ep_ccs)); in pci_xhci_init_ep()
1190 ep_ctx->qwEpCtx2 = devep->ep_ringaddr | devep->ep_ccs; in pci_xhci_cmd_reset_ep()
1307 devep->ep_ccs = trb->qwTrb0 & 0x1; in pci_xhci_cmd_set_tr()
1680 devep->ep_ccs = ccs & 0x1; in pci_xhci_update_ep_ring()
1685 (devep->ep_ringaddr | devep->ep_ccs))); in pci_xhci_update_ep_ring()
2038 ccs = devep->ep_ccs; in pci_xhci_device_doorbell()