Lines Matching refs:trb
390 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
391 TP_ARGS(priv_ep, trb),
394 __field(struct cdns3_trb *, trb)
403 __entry->trb = trb;
404 __entry->buffer = le32_to_cpu(trb->buffer);
405 __entry->length = le32_to_cpu(trb->length);
406 __entry->control = le32_to_cpu(trb->control);
411 __get_str(name), __entry->trb, __entry->buffer,
428 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
429 TP_ARGS(priv_ep, trb)
433 TP_PROTO(struct cdns3_endpoint *priv_ep, struct cdns3_trb *trb),
434 TP_ARGS(priv_ep, trb)