Lines Matching refs:sde

152 	    TP_PROTO(struct sdma_engine *sde,
157 TP_ARGS(sde, desc0, desc1, e, descp),
158 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
165 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
168 __entry->idx = sde->this_idx;
346 TP_PROTO(struct sdma_engine *sde, u64 status),
347 TP_ARGS(sde, status),
348 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
352 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
354 __entry->idx = sde->this_idx;
364 TP_PROTO(struct sdma_engine *sde, u64 status),
365 TP_ARGS(sde, status)
369 TP_PROTO(struct sdma_engine *sde, u64 status),
370 TP_ARGS(sde, status)
374 TP_PROTO(struct sdma_engine *sde, int aidx),
375 TP_ARGS(sde, aidx),
376 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
380 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
381 __entry->idx = sde->this_idx;
392 TP_PROTO(struct sdma_engine *sde, int aidx),
393 TP_ARGS(sde, aidx));
396 TP_PROTO(struct sdma_engine *sde, int aidx),
397 TP_ARGS(sde, aidx));
401 TP_PROTO(struct sdma_engine *sde,
406 TP_ARGS(sde, hwhead, swhead, txp),
407 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
416 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
419 __entry->tx_tail = sde->tx_tail;
420 __entry->tx_head = sde->tx_head;
422 __entry->idx = sde->this_idx;
439 TP_PROTO(struct sdma_engine *sde,
443 TP_ARGS(sde, hwhead, swhead, txp),
444 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
452 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
455 __entry->tx_tail = sde->tx_tail;
456 __entry->tx_head = sde->tx_head;
458 __entry->idx = sde->this_idx;
474 TP_PROTO(struct sdma_engine *sde, u64 sn),
475 TP_ARGS(sde, sn),
476 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
480 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
482 __entry->idx = sde->this_idx;
493 struct sdma_engine *sde,
496 TP_ARGS(sde, sn)
500 TP_PROTO(struct sdma_engine *sde, u64 sn),
501 TP_ARGS(sde, sn)
660 struct sdma_engine *sde,
662 TP_ARGS(pq, sde, wait),
665 __field(struct sdma_engine *, sde)
672 __entry->sde = sde;
674 __entry->engine = sde->this_idx;
677 TP_printk("[%s] pq %llx sde %llx wait %llx engine %d empty %d",
680 (unsigned long long)__entry->sde,
737 u8 sde, u8 ahgidx, u32 *ahg, int len, u32 tidval),
738 TP_ARGS(dd, ctxt, subctxt, req, sde, ahgidx, ahg, len, tidval),
744 __field(u8, sde)
755 __entry->sde = sde;
766 __entry->sde,
775 TP_PROTO(struct sdma_engine *sde,
779 TP_ARGS(sde, cstate, nstate),
780 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
784 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
944 __field(struct sdma_engine *, sde)
957 __entry->sde = txq->sde;
971 "[%s] txq %llx idx %u sde %llx head %lx tail %lx flow %x used %u stops %d no_desc %d stopped %u",
975 (unsigned long long)__entry->sde,