Searched refs:debugfs_stop_trace (Results 1 – 3 of 3) sorted by relevance
1148 if (ctx->afu->adapter->native->sl_ops->debugfs_stop_trace) { in native_handle_psl_slice_error()1150 ctx->afu->adapter->native->sl_ops->debugfs_stop_trace(ctx->afu->adapter); in native_handle_psl_slice_error()1316 if (adapter->native->sl_ops->debugfs_stop_trace) { in native_irq_err()1318 adapter->native->sl_ops->debugfs_stop_trace(adapter); in native_irq_err()
1595 .debugfs_stop_trace = cxl_stop_trace_psl9,1618 .debugfs_stop_trace = cxl_stop_trace_psl8,
646 void (*debugfs_stop_trace)(struct cxl *adapter); member