Searched refs:qedf_dbg_ctx (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/scsi/qedf/ |
A D | qedf_debugfs.c | 21 qedf_dbg_host_init(struct qedf_dbg_ctx *qedf, in qedf_dbg_host_init() 48 qedf_dbg_host_exit(struct qedf_dbg_ctx *qedf_dbg) in qedf_dbg_host_exit() 104 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_fp_int_cmd_read() 105 (struct qedf_dbg_ctx *)filp->private_data; in qedf_dbg_fp_int_cmd_read() 141 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_debug_cmd_read() 142 (struct qedf_dbg_ctx *)filp->private_data; in qedf_dbg_debug_cmd_read() 159 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_debug_cmd_write() 188 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_stop_io_on_error_cmd_read() 189 (struct qedf_dbg_ctx *)filp->private_data; in qedf_dbg_stop_io_on_error_cmd_read() 208 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_stop_io_on_error_cmd_write() [all …]
|
A D | qedf_dbg.h | 63 struct qedf_dbg_ctx { struct 81 void qedf_dbg_err(struct qedf_dbg_ctx *qedf, const char *func, u32 line, argument 84 void qedf_dbg_warn(struct qedf_dbg_ctx *qedf, const char *func, u32 line, 87 void qedf_dbg_notice(struct qedf_dbg_ctx *qedf, const char *func, 90 void qedf_dbg_info(struct qedf_dbg_ctx *qedf, const char *func, u32 line, 127 ssize_t (*oper_func)(struct qedf_dbg_ctx *qedf); 148 extern void qedf_dbg_host_init(struct qedf_dbg_ctx *qedf, 151 extern void qedf_dbg_host_exit(struct qedf_dbg_ctx *qedf);
|
A D | qedf_dbg.c | 10 qedf_dbg_err(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_err() 31 qedf_dbg_warn(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_warn() 56 qedf_dbg_notice(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_notice() 82 qedf_dbg_info(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_info()
|
A D | qedf.h | 315 struct qedf_dbg_ctx dbg_ctx;
|
Completed in 8 milliseconds