Lines Matching refs:preq
270 TP_PROTO(struct cdns2_request *preq),
271 TP_ARGS(preq),
273 __string(name, preq->pep->name)
275 __field(struct cdns2_request *, preq)
292 __entry->request = &preq->request;
293 __entry->preq = preq;
294 __entry->buf = preq->request.buf;
295 __entry->actual = preq->request.actual;
296 __entry->length = preq->request.length;
297 __entry->status = preq->request.status;
298 __entry->dma = preq->request.dma;
299 __entry->zero = preq->request.zero;
300 __entry->short_not_ok = preq->request.short_not_ok;
301 __entry->no_interrupt = preq->request.no_interrupt;
302 __entry->sg = preq->request.sg;
303 __entry->num_sgs = preq->request.num_sgs;
304 __entry->num_mapped_sgs = preq->request.num_mapped_sgs;
305 __entry->start_trb = preq->start_trb;
306 __entry->end_trb = preq->end_trb;
311 __get_str(name), __entry->request, __entry->preq,
324 TP_PROTO(struct cdns2_request *preq),
325 TP_ARGS(preq)
329 TP_PROTO(struct cdns2_request *preq),
330 TP_ARGS(preq)
334 TP_PROTO(struct cdns2_request *preq),
335 TP_ARGS(preq)
339 TP_PROTO(struct cdns2_request *preq),
340 TP_ARGS(preq)
344 TP_PROTO(struct cdns2_request *preq),
345 TP_ARGS(preq)
349 TP_PROTO(struct cdns2_request *preq),
350 TP_ARGS(preq)
354 TP_PROTO(struct cdns2_request *preq),
355 TP_ARGS(preq)