Lines Matching refs:ctx
59 TP_PROTO(struct cxl_context *ctx),
61 TP_ARGS(ctx),
70 __entry->card = ctx->afu->adapter->adapter_num;
71 __entry->afu = ctx->afu->slice;
72 __entry->pe = ctx->pe;
84 TP_PROTO(struct cxl_context *ctx, u64 wed, s16 num_interrupts, u64 amr),
86 TP_ARGS(ctx, wed, num_interrupts, amr),
99 __entry->card = ctx->afu->adapter->adapter_num;
100 __entry->afu = ctx->afu->slice;
101 __entry->pe = ctx->pe;
102 __entry->pid = pid_nr(ctx->pid);
120 TP_PROTO(struct cxl_context *ctx),
121 TP_ARGS(ctx)
125 TP_PROTO(struct cxl_context *ctx, int afu_irq, int virq, irq_hw_number_t hwirq),
127 TP_ARGS(ctx, afu_irq, virq, hwirq),
139 __entry->card = ctx->afu->adapter->adapter_num;
140 __entry->afu = ctx->afu->slice;
141 __entry->pe = ctx->pe;
158 TP_PROTO(struct cxl_context *ctx, int irq, u64 dsisr, u64 dar),
160 TP_ARGS(ctx, irq, dsisr, dar),
172 __entry->card = ctx->afu->adapter->adapter_num;
173 __entry->afu = ctx->afu->slice;
174 __entry->pe = ctx->pe;
191 TP_PROTO(struct cxl_context *ctx, u64 tfc),
193 TP_ARGS(ctx, tfc),
203 __entry->card = ctx->afu->adapter->adapter_num;
204 __entry->afu = ctx->afu->slice;
205 __entry->pe = ctx->pe;
218 TP_PROTO(struct cxl_context *ctx, u64 dar),
220 TP_ARGS(ctx, dar),
230 __entry->card = ctx->afu->adapter->adapter_num;
231 __entry->afu = ctx->afu->slice;
232 __entry->pe = ctx->pe;
245 TP_PROTO(struct cxl_context *ctx, unsigned int idx, u64 e, u64 v),
247 TP_ARGS(ctx, idx, e, v),
259 __entry->card = ctx->afu->adapter->adapter_num;
260 __entry->afu = ctx->afu->slice;
261 __entry->pe = ctx->pe;
278 TP_PROTO(struct cxl_context *ctx, u64 dsisr, u64 dar),
280 TP_ARGS(ctx, dsisr, dar),
291 __entry->card = ctx->afu->adapter->adapter_num;
292 __entry->afu = ctx->afu->slice;
293 __entry->pe = ctx->pe;
308 TP_PROTO(struct cxl_context *ctx, u64 cmd),
310 TP_ARGS(ctx, cmd),
320 __entry->card = ctx->afu->adapter->adapter_num;
321 __entry->afu = ctx->afu->slice;
322 __entry->pe = ctx->pe;
335 TP_PROTO(struct cxl_context *ctx, u64 cmd, int rc),
337 TP_ARGS(ctx, cmd, rc),
348 __entry->card = ctx->afu->adapter->adapter_num;
349 __entry->afu = ctx->afu->slice;
350 __entry->pe = ctx->pe;
449 TP_PROTO(struct cxl_context *ctx),
450 TP_ARGS(ctx)