Lines Matching refs:trb
310 "trb: [start: %d, end: %d]",
403 TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb),
404 TP_ARGS(pep, trb),
407 __field(struct cdns2_trb *, trb)
415 __entry->trb = trb;
416 __entry->buffer = le32_to_cpu(trb->buffer);
417 __entry->length = le32_to_cpu(trb->length);
418 __entry->control = le32_to_cpu(trb->control);
421 TP_printk("%s: trb V: %p, dma buf: P: 0x%08x, %s",
422 __get_str(name), __entry->trb, __entry->buffer,
429 TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb),
430 TP_ARGS(pep, trb)
434 TP_PROTO(struct cdns2_endpoint *pep, struct cdns2_trb *trb),
435 TP_ARGS(pep, trb)
543 " start trb: %d, end trb: %d",