Lines Matching refs:slot_ctx
455 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_get_slot_state() local
457 switch (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state))) { in xhci_get_slot_state()
477 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_dbg_slot_ctx() local
479 ((unsigned long)slot_ctx - (unsigned long)ctx->bytes); in xhci_dbg_slot_ctx()
484 &slot_ctx->dev_info, in xhci_dbg_slot_ctx()
485 (unsigned long long)dma, slot_ctx->dev_info); in xhci_dbg_slot_ctx()
488 &slot_ctx->dev_info2, in xhci_dbg_slot_ctx()
489 (unsigned long long)dma, slot_ctx->dev_info2); in xhci_dbg_slot_ctx()
492 &slot_ctx->tt_info, in xhci_dbg_slot_ctx()
493 (unsigned long long)dma, slot_ctx->tt_info); in xhci_dbg_slot_ctx()
496 &slot_ctx->dev_state, in xhci_dbg_slot_ctx()
497 (unsigned long long)dma, slot_ctx->dev_state); in xhci_dbg_slot_ctx()
501 &slot_ctx->reserved[i], (unsigned long long)dma, in xhci_dbg_slot_ctx()
502 slot_ctx->reserved[i], i); in xhci_dbg_slot_ctx()
507 dbg_rsvd64(xhci, (u64 *)slot_ctx, dma); in xhci_dbg_slot_ctx()