Home
last modified time | relevance | path

Searched refs:dbgfs_dir (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs-vif.c854 struct dentry *dbgfs_dir = vif->debugfs_dir; in iwl_mvm_vif_add_debugfs() local
857 mvmvif->dbgfs_dir = debugfs_create_dir("iwlmvm", dbgfs_dir); in iwl_mvm_vif_add_debugfs()
858 if (IS_ERR_OR_NULL(mvmvif->dbgfs_dir)) { in iwl_mvm_vif_add_debugfs()
860 dbgfs_dir); in iwl_mvm_vif_add_debugfs()
867 MVM_DEBUGFS_ADD_FILE_VIF(pm_params, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_add_debugfs()
869 MVM_DEBUGFS_ADD_FILE_VIF(tx_pwr_lmt, mvmvif->dbgfs_dir, 0400); in iwl_mvm_vif_add_debugfs()
870 MVM_DEBUGFS_ADD_FILE_VIF(mac_params, mvmvif->dbgfs_dir, 0400); in iwl_mvm_vif_add_debugfs()
871 MVM_DEBUGFS_ADD_FILE_VIF(low_latency, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_add_debugfs()
872 MVM_DEBUGFS_ADD_FILE_VIF(low_latency_force, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_add_debugfs()
873 MVM_DEBUGFS_ADD_FILE_VIF(uapsd_misbehaving, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_add_debugfs()
[all …]
H A Dops.c1232 const struct iwl_fw *fw, struct dentry *dbgfs_dir) in iwl_op_mode_mvm_start()
1286 &iwl_mvm_sanitize_ops, mvm, dbgfs_dir); in iwl_op_mode_mvm_start()
1487 mvm->debugfs_dir = dbgfs_dir; in iwl_op_mode_mvm_stop()
1126 iwl_op_mode_mvm_start(struct iwl_trans * trans,const struct iwl_cfg * cfg,const struct iwl_fw * fw,struct dentry * dbgfs_dir) iwl_op_mode_mvm_start() argument
H A Dmvm.h470 * @dbgfs_dir: debugfs directory for this vif in iwl_mvm_vif_from_mac80211()
542 struct dentry *dbgfs_dir;
421 struct dentry *dbgfs_dir; global() member
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.h11 struct dentry *dbgfs_dir);
15 struct dentry *dbgfs_dir) { } in iwl_fwrt_dbgfs_register() argument
H A Ddebugfs.c399 struct dentry *dbgfs_dir)
402 FWRT_DEBUGFS_ADD_FILE(timestamp_marker, dbgfs_dir, 0200);
403 FWRT_DEBUGFS_ADD_FILE(fw_info, dbgfs_dir, 0200);
404 FWRT_DEBUGFS_ADD_FILE(send_hcmd, dbgfs_dir, 0200);
405 FWRT_DEBUGFS_ADD_FILE(enabled_severities, dbgfs_dir, 0200);
406 FWRT_DEBUGFS_ADD_FILE(fw_dbg_domain, dbgfs_dir, 0400);
390 iwl_fwrt_dbgfs_register(struct iwl_fw_runtime * fwrt,struct dentry * dbgfs_dir) iwl_fwrt_dbgfs_register() argument
H A Dinit.c21 struct dentry *dbgfs_dir) in iwl_fw_runtime_init() argument
38 iwl_fwrt_dbgfs_register(fwrt, dbgfs_dir); in iwl_fw_runtime_init()
H A Druntime.h192 struct dentry *dbgfs_dir); in iwl_fw_runtime_free()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-op-mode.h97 struct dentry *dbgfs_dir);
H A Diwl-drv.c1444 struct dentry *dbgfs_dir = NULL; in _iwl_op_mode_start() local
1453 dbgfs_dir = drv->dbgfs_op_mode; in _iwl_op_mode_start()
1457 &drv->fw, dbgfs_dir); in _iwl_op_mode_start()
1826 drv->trans->dbgfs_dir = debugfs_create_dir("trans", drv->dbgfs_drv); in iwl_drv_start()
H A Diwl-trans.h875 * @dbgfs_dir: iwlwifi debugfs base dir for this device
943 struct dentry *dbgfs_dir;
1131 struct dentry *dbgfs_dir; global() member
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c3120 struct dentry *dir = trans->dbgfs_dir; in iwl_trans_pcie_dump_rbs()