Lines Matching refs:dfs_dir
668 if (ha->dfs_dir) in qla2x00_dfs_setup()
672 ha->dfs_dir = debugfs_create_dir(vha->host_str, qla2x00_dfs_root); in qla2x00_dfs_setup()
678 S_IRUSR, ha->dfs_dir, vha, &qla_dfs_fw_resource_cnt_fops); in qla2x00_dfs_setup()
681 ha->dfs_dir, vha, &qla_dfs_tgt_counters_fops); in qla2x00_dfs_setup()
684 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_port_database_fops); in qla2x00_dfs_setup()
686 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, in qla2x00_dfs_setup()
690 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_sess_fops); in qla2x00_dfs_setup()
694 0400, ha->dfs_dir, vha, &dfs_naqp_ops); in qla2x00_dfs_setup()
701 vha->dfs_rport_root = debugfs_create_dir("rports", ha->dfs_dir); in qla2x00_dfs_setup()
751 if (ha->dfs_dir) { in qla2x00_dfs_remove()
752 debugfs_remove(ha->dfs_dir); in qla2x00_dfs_remove()
753 ha->dfs_dir = NULL; in qla2x00_dfs_remove()