Lines Matching defs:deq
542 return le64_to_cpu(ep_ctx->deq);
1221 * we need to clear the set deq pending flag in the endpoint ring state, so that
1246 xhci_warn(xhci, "WARN Set TR deq ptr command for freed stream ID %u\n",
1290 u64 deq;
1291 /* 4.6.10 deq ptr is written to the stream ctx for streams */
1295 deq = le64_to_cpu(ctx->stream_ring) & SCTX_DEQ_MASK;
1297 deq = le64_to_cpu(ep_ctx->deq) & ~EP_CTX_CYCLE_MASK;
1300 "Successful Set TR Deq Ptr cmd, deq = @%08llx", deq);
1302 ep->queued_deq_ptr) == deq) {
1310 xhci_warn(xhci, "ep deq seg = %p, deq ptr = %p\n",
2928 dma_addr_t deq;
2931 /* If necessary, update the HW's version of the event ring deq ptr. */
2933 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg,
2935 if (deq == 0)
2942 ((u64) deq & (u64) ~ERST_PTR_MASK))
2947 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK);
4304 "Set TR Deq Ptr cmd, new deq seg = %p (0x%llx dma), new deq ptr = %p (0x%llx dma), new cycle = %u",
4316 xhci_warn(xhci, "WARN deq seg = %p, deq pt = %p\n",