Lines Matching refs:ep_ctx
524 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, ctx, i); in xhci_dbg_ep_ctx() local
526 ((unsigned long)ep_ctx - (unsigned long)ctx->bytes); in xhci_dbg_ep_ctx()
532 &ep_ctx->ep_info, in xhci_dbg_ep_ctx()
533 (unsigned long long)dma, ep_ctx->ep_info); in xhci_dbg_ep_ctx()
536 &ep_ctx->ep_info2, in xhci_dbg_ep_ctx()
537 (unsigned long long)dma, ep_ctx->ep_info2); in xhci_dbg_ep_ctx()
540 &ep_ctx->deq, in xhci_dbg_ep_ctx()
541 (unsigned long long)dma, ep_ctx->deq); in xhci_dbg_ep_ctx()
544 &ep_ctx->tx_info, in xhci_dbg_ep_ctx()
545 (unsigned long long)dma, ep_ctx->tx_info); in xhci_dbg_ep_ctx()
549 &ep_ctx->reserved[j], in xhci_dbg_ep_ctx()
551 ep_ctx->reserved[j], j); in xhci_dbg_ep_ctx()
556 dbg_rsvd64(xhci, (u64 *)ep_ctx, dma); in xhci_dbg_ep_ctx()