Lines Matching refs:trb
233 __entry->start_trb_addr = req->trb;
238 " trb: [start:%d, end:%d: virt addr %pa], flags:%x SID: %u",
393 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
394 TP_ARGS(priv_ep, trb),
397 __field(struct cdns3_trb *, trb)
406 __entry->trb = trb;
407 __entry->buffer = le32_to_cpu(trb->buffer);
408 __entry->length = le32_to_cpu(trb->length);
409 __entry->control = le32_to_cpu(trb->control);
413 TP_printk("%s: trb %p, dma buf: 0x%08x, size: %ld, burst: %d ctrl: 0x%08x (%s%s%s%s%s%s%s) SID:%lu LAST_SID:%u",
414 __get_str(name), __entry->trb, __entry->buffer,
431 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
432 TP_ARGS(priv_ep, trb)
436 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
437 TP_ARGS(priv_ep, trb)
546 " start trb: %d, end trb: %d",