Home
last modified time | relevance | path

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

/linux/drivers/scsi/qedf/
H A Dqedf_debugfs.c49 qedf_dbg_host_exit(struct qedf_dbg_ctx *qedf_dbg) in qedf_dbg_host_exit() argument
51 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "Destroying debugfs host " in qedf_dbg_host_exit()
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()
112 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "entered\n"); in qedf_dbg_fp_int_cmd_read()
151 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_debug_cmd_read() local
154 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "debug mask=0x%x\n", qedf_debug); in qedf_dbg_debug_cmd_read()
167 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_debug_cmd_write() local
[all …]
H A DMakefile3 qedf-y = qedf_dbg.o qedf_main.o qedf_io.o qedf_fip.o \