Searched refs:qedf_dbg_ctx (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/scsi/qedf/ |
| D | qedf_debugfs.c | 22 qedf_dbg_host_init(struct qedf_dbg_ctx *qedf, in qedf_dbg_host_init() 50 qedf_dbg_host_exit(struct qedf_dbg_ctx *qedf_dbg) in qedf_dbg_host_exit() 106 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_fp_int_cmd_read() 107 (struct qedf_dbg_ctx *)filp->private_data; in qedf_dbg_fp_int_cmd_read() 143 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_debug_cmd_read() 144 (struct qedf_dbg_ctx *)filp->private_data; in qedf_dbg_debug_cmd_read() 161 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_debug_cmd_write() 162 (struct qedf_dbg_ctx *)filp->private_data; in qedf_dbg_debug_cmd_write() 190 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_stop_io_on_error_cmd_read() 191 (struct qedf_dbg_ctx *)filp->private_data; in qedf_dbg_stop_io_on_error_cmd_read() [all …]
|
| D | qedf_dbg.h | 64 struct qedf_dbg_ctx { struct 82 void qedf_dbg_err(struct qedf_dbg_ctx *qedf, const char *func, u32 line, argument 85 void qedf_dbg_warn(struct qedf_dbg_ctx *qedf, const char *func, u32 line, 88 void qedf_dbg_notice(struct qedf_dbg_ctx *qedf, const char *func, 91 void qedf_dbg_info(struct qedf_dbg_ctx *qedf, const char *func, u32 line, 128 ssize_t (*oper_func)(struct qedf_dbg_ctx *qedf); 149 extern void qedf_dbg_host_init(struct qedf_dbg_ctx *qedf, 152 extern void qedf_dbg_host_exit(struct qedf_dbg_ctx *qedf);
|
| 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()
|
| D | qedf.h | 310 struct qedf_dbg_ctx dbg_ctx;
|