Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_debugfs.c48 qedf_dbg_host_exit(struct qedf_dbg_ctx *qedf_dbg) in qedf_dbg_host_exit() argument
50 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "Destroying debugfs host " in qedf_dbg_host_exit()
53 debugfs_remove_recursive(qedf_dbg->bdf_dentry); in qedf_dbg_host_exit()
54 qedf_dbg->bdf_dentry = NULL; in qedf_dbg_host_exit()
104 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_fp_int_cmd_read() local
106 struct qedf_ctx *qedf = container_of(qedf_dbg, in qedf_dbg_fp_int_cmd_read()
109 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "entered\n"); in qedf_dbg_fp_int_cmd_read()
141 struct qedf_dbg_ctx *qedf_dbg = in qedf_dbg_debug_cmd_read() local
144 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "debug mask=0x%x\n", qedf_debug); in qedf_dbg_debug_cmd_read()
159 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 \