Lines Matching refs:sde

110 	    TP_PROTO(struct sdma_engine *sde,
115 TP_ARGS(sde, desc0, desc1, e, descp),
116 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
123 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
126 __entry->idx = sde->this_idx;
304 TP_PROTO(struct sdma_engine *sde, u64 status),
305 TP_ARGS(sde, status),
306 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
310 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
312 __entry->idx = sde->this_idx;
322 TP_PROTO(struct sdma_engine *sde, u64 status),
323 TP_ARGS(sde, status)
327 TP_PROTO(struct sdma_engine *sde, u64 status),
328 TP_ARGS(sde, status)
332 TP_PROTO(struct sdma_engine *sde, int aidx),
333 TP_ARGS(sde, aidx),
334 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
338 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
339 __entry->idx = sde->this_idx;
350 TP_PROTO(struct sdma_engine *sde, int aidx),
351 TP_ARGS(sde, aidx));
354 TP_PROTO(struct sdma_engine *sde, int aidx),
355 TP_ARGS(sde, aidx));
359 TP_PROTO(struct sdma_engine *sde,
364 TP_ARGS(sde, hwhead, swhead, txp),
365 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
374 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
377 __entry->tx_tail = sde->tx_tail;
378 __entry->tx_head = sde->tx_head;
380 __entry->idx = sde->this_idx;
397 TP_PROTO(struct sdma_engine *sde,
401 TP_ARGS(sde, hwhead, swhead, txp),
402 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
410 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
413 __entry->tx_tail = sde->tx_tail;
414 __entry->tx_head = sde->tx_head;
416 __entry->idx = sde->this_idx;
432 TP_PROTO(struct sdma_engine *sde, u64 sn),
433 TP_ARGS(sde, sn),
434 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
438 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
440 __entry->idx = sde->this_idx;
451 struct sdma_engine *sde,
454 TP_ARGS(sde, sn)
458 TP_PROTO(struct sdma_engine *sde, u64 sn),
459 TP_ARGS(sde, sn)
618 struct sdma_engine *sde,
620 TP_ARGS(pq, sde, wait),
623 __field(struct sdma_engine *, sde)
630 __entry->sde = sde;
632 __entry->engine = sde->this_idx;
638 (unsigned long long)__entry->sde,
695 u8 sde, u8 ahgidx, u32 *ahg, int len, u32 tidval),
696 TP_ARGS(dd, ctxt, subctxt, req, sde, ahgidx, ahg, len, tidval),
702 __field(u8, sde)
713 __entry->sde = sde;
724 __entry->sde,
733 TP_PROTO(struct sdma_engine *sde,
737 TP_ARGS(sde, cstate, nstate),
738 TP_STRUCT__entry(DD_DEV_ENTRY(sde->dd)
742 TP_fast_assign(DD_DEV_ASSIGN(sde->dd);
902 __field(struct sdma_engine *, sde)
915 __entry->sde = txq->sde;
933 (unsigned long long)__entry->sde,
934 __entry->sde ? __entry->sde->this_idx : 0,
935 __entry->sde ? __entry->sde->cpu : 0,