Lines Matching refs:slot_ctx
438 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_get_slot_state() local
440 switch (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state))) { in xhci_get_slot_state()
460 struct xhci_slot_ctx *slot_ctx = xhci_get_slot_ctx(xhci, ctx); in xhci_dbg_slot_ctx() local
462 ((unsigned long)slot_ctx - (unsigned long)ctx->bytes); in xhci_dbg_slot_ctx()
467 &slot_ctx->dev_info, in xhci_dbg_slot_ctx()
468 (unsigned long long)dma, slot_ctx->dev_info); in xhci_dbg_slot_ctx()
471 &slot_ctx->dev_info2, in xhci_dbg_slot_ctx()
472 (unsigned long long)dma, slot_ctx->dev_info2); in xhci_dbg_slot_ctx()
475 &slot_ctx->tt_info, in xhci_dbg_slot_ctx()
476 (unsigned long long)dma, slot_ctx->tt_info); in xhci_dbg_slot_ctx()
479 &slot_ctx->dev_state, in xhci_dbg_slot_ctx()
480 (unsigned long long)dma, slot_ctx->dev_state); in xhci_dbg_slot_ctx()
484 &slot_ctx->reserved[i], (unsigned long long)dma, in xhci_dbg_slot_ctx()
485 slot_ctx->reserved[i], i); in xhci_dbg_slot_ctx()
490 dbg_rsvd64(xhci, (u64 *)slot_ctx, dma); in xhci_dbg_slot_ctx()