Lines Matching refs:trb
113 struct cdns3_trb *trb;
120 trb = &priv_ep->trb_pool[priv_ep->dequeue];
124 "\n\t\tRing deq index: %d, trb: %p (virt), 0x%llx (dma)\n",
125 priv_ep->dequeue, trb,
126 (unsigned long long)cdns3_trb_virt_to_dma(priv_ep, trb));
128 trb = &priv_ep->trb_pool[priv_ep->enqueue];
130 "\t\tRing enq index: %d, trb: %p (virt), 0x%llx (dma)\n",
131 priv_ep->enqueue, trb,
132 (unsigned long long)cdns3_trb_virt_to_dma(priv_ep, trb));
145 trb = &priv_ep->trb_pool[i];
148 le32_to_cpu(trb->buffer),
149 le32_to_cpu(trb->length),
150 le32_to_cpu(trb->control));
151 addr += sizeof(*trb);