Home
last modified time | relevance | path

Searched refs:debugfs_stop_trace (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/cxl/
H A Dnative.c1140 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()
H A Dcxl.h644 void (*debugfs_stop_trace)(struct cxl *adapter); member