Searched refs:debugfs_stop_trace (Results 1 – 3 of 3) sorted by relevance
1140 if (ctx->afu->adapter->native->sl_ops->debugfs_stop_trace) { in native_handle_psl_slice_error()1142 ctx->afu->adapter->native->sl_ops->debugfs_stop_trace(ctx->afu->adapter); in native_handle_psl_slice_error()1308 if (adapter->native->sl_ops->debugfs_stop_trace) { in native_irq_err()1310 adapter->native->sl_ops->debugfs_stop_trace(adapter); in native_irq_err()
1585 .debugfs_stop_trace = cxl_stop_trace_psl9,1608 .debugfs_stop_trace = cxl_stop_trace_psl8,
644 void (*debugfs_stop_trace)(struct cxl *adapter); member