Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/qedf/
H A Dqedf_debugfs.c49 qedf_dbg_host_exit(struct qedf_dbg_ctx *qedf_dbg) in qedf_dbg_host_exit() argument
54 debugfs_remove_recursive(qedf_dbg->bdf_dentry); in qedf_dbg_host_exit()
55 qedf_dbg->bdf_dentry = NULL; in qedf_dbg_host_exit()
107 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_fp_int_cmd_read() local
109 struct qedf_ctx *qedf = container_of(qedf_dbg, in qedf_dbg_fp_int_cmd_read()
151 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_debug_cmd_read() local
167 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_debug_cmd_write() local
197 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_stop_io_on_error_cmd_read() local
199 struct qedf_ctx *qedf = container_of(qedf_dbg, in qedf_dbg_stop_io_on_error_cmd_read()
215 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_stop_io_on_error_cmd_write() local
[all …]
H A DMakefile3 qedf-y = qedf_dbg.o qedf_main.o qedf_io.o qedf_fip.o \