Lines Matching refs:trb
232 " trb: [start:%d, end:%d], flags:%x SID: %u",
386 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
387 TP_ARGS(priv_ep, trb),
390 __field(struct cdns3_trb *, trb)
399 __entry->trb = trb;
400 __entry->buffer = le32_to_cpu(trb->buffer);
401 __entry->length = le32_to_cpu(trb->length);
402 __entry->control = le32_to_cpu(trb->control);
406 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",
407 __get_str(name), __entry->trb, __entry->buffer,
424 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
425 TP_ARGS(priv_ep, trb)
429 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
430 TP_ARGS(priv_ep, trb)
533 " start trb: %d, end trb: %d",