Searched refs:debugfs_stop_trace (Results 1 – 3 of 3) sorted by relevance
1145 if (ctx->afu->adapter->native->sl_ops->debugfs_stop_trace) { in native_handle_psl_slice_error()1147 ctx->afu->adapter->native->sl_ops->debugfs_stop_trace(ctx->afu->adapter); in native_handle_psl_slice_error()1313 if (adapter->native->sl_ops->debugfs_stop_trace) { in native_irq_err()1315 adapter->native->sl_ops->debugfs_stop_trace(adapter); in native_irq_err()
1591 .debugfs_stop_trace = cxl_stop_trace_psl9,1614 .debugfs_stop_trace = cxl_stop_trace_psl8,
644 void (*debugfs_stop_trace)(struct cxl *adapter); member