Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c704 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_DISABLED; in pci_xhci_disable_ep()
913 ep_ctx->dwEpCtx0 = FIELD_REPLACE( ep_ctx->dwEpCtx0, in pci_xhci_cmd_reset_device()
1166 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_STOPPED; in pci_xhci_cmd_reset_ep()
1172 epid, ep_ctx->dwEpCtx0, ep_ctx->dwEpCtx1, ep_ctx->qwEpCtx2, in pci_xhci_cmd_reset_ep()
1173 ep_ctx->dwEpCtx4)); in pci_xhci_cmd_reset_ep()
1290 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_STOPPED; in pci_xhci_cmd_set_tr()
1643 ep_ctx->qwEpCtx2 = (ep_ctx->qwEpCtx2 & ~0x1) | (ccs & 0x1); in pci_xhci_update_ep_ring()
1722 ep_ctx->dwEpCtx0 = FIELD_REPLACE(ep_ctx->dwEpCtx0, in pci_xhci_handle_transfer()
1938 epid, ep_ctx->dwEpCtx0, ep_ctx->dwEpCtx1, ep_ctx->qwEpCtx2, in pci_xhci_device_doorbell()
1939 ep_ctx->dwEpCtx4)); in pci_xhci_device_doorbell()
[all …]