Lines Matching refs:trb
218 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
219 TP_ARGS(dep, trb),
222 __field(struct dwc3_trb *, trb)
233 __entry->trb = trb;
234 __entry->bpl = trb->bpl;
235 __entry->bph = trb->bph;
236 __entry->size = trb->size;
237 __entry->ctrl = trb->ctrl;
242 TP_printk("%s: trb %p (E%d:D%d) buf %08x%08x size %s%d ctrl %08x sofn %08x (%c%c%c%c:%c%c:%s)",
243 __get_str(name), __entry->trb, __entry->enqueue,
280 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
281 TP_ARGS(dep, trb)
285 TP_PROTO(struct dwc3_ep *dep, struct dwc3_trb *trb),
286 TP_ARGS(dep, trb)