Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dfs.c785 ha->tgt.dfs_tgt_sess = debugfs_create_file("tgt_sess", in qla2x00_dfs_setup()
817 if (ha->tgt.dfs_tgt_sess) { in qla2x00_dfs_remove()
818 debugfs_remove(ha->tgt.dfs_tgt_sess); in qla2x00_dfs_remove()
819 ha->tgt.dfs_tgt_sess = NULL; in qla2x00_dfs_remove()
H A Dqla_def.h4040 struct dentry *dfs_tgt_sess; member