Lines Matching refs:ep_ctx
507 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, ctx, i); in xhci_dbg_ep_ctx() local
509 ((unsigned long)ep_ctx - (unsigned long)ctx->bytes); in xhci_dbg_ep_ctx()
515 &ep_ctx->ep_info, in xhci_dbg_ep_ctx()
516 (unsigned long long)dma, ep_ctx->ep_info); in xhci_dbg_ep_ctx()
519 &ep_ctx->ep_info2, in xhci_dbg_ep_ctx()
520 (unsigned long long)dma, ep_ctx->ep_info2); in xhci_dbg_ep_ctx()
523 &ep_ctx->deq, in xhci_dbg_ep_ctx()
524 (unsigned long long)dma, ep_ctx->deq); in xhci_dbg_ep_ctx()
527 &ep_ctx->tx_info, in xhci_dbg_ep_ctx()
528 (unsigned long long)dma, ep_ctx->tx_info); in xhci_dbg_ep_ctx()
532 &ep_ctx->reserved[j], in xhci_dbg_ep_ctx()
534 ep_ctx->reserved[j], j); in xhci_dbg_ep_ctx()
539 dbg_rsvd64(xhci, (u64 *)ep_ctx, dma); in xhci_dbg_ep_ctx()